Commit Graph

297 Commits (b5f5f8314a7f2a3048e2901efb57afb08c883673)

Author SHA1 Message Date
Oleg Hahm 7b95366594 Merge pull request #4455 from OlegHahm/tlsf_warning_free
pkg tlsf: make it compile with -pedantic
8 years ago
Victor Arino 3a8a932b27 boards/nucleo-f103: add support for nucleo-f103 8 years ago
Oleg Hahm b522c13432 example ccn-lite-relay; enable TLSF for native
With the previous commit TLSF should compile for native, too.
8 years ago
Oleg Hahm 60e283e6a2 pkg tlsf: add tlsf initialization function
The init function was patched out, but is actually required to compile without warnings with -pedantic enabled.

This patch also updates ccn-lite and x86 support accordingly.
8 years ago
Oleg Hahm e07c98ea88 Merge pull request #4274 from OlegHahm/ccnl_reimport
CCN-lite reimport
8 years ago
Oleg Hahm 5259629678 ccn-lite example: use TLSF 8 years ago
Oleg Hahm 13958178f5 shell: move ccnl commands from example to shell 8 years ago
Oleg Hahm f3d16b85a5 ccn-lite: initial import of an example 8 years ago
Hauke Petersen 809b907ec6 exmaples/gnrc_tftp: adapted to changed FLAG names 8 years ago
Hauke Petersen 4216f9fef0 examples: adapted to renamed THREAD_FLAGS 8 years ago
Kaspar Schleiser 0f1302d72a examples: initial commit of microcoap_example 8 years ago
DipSwitch ede923bc5c tftp: implement TFTP server and client
Fix: packet size and typo in transfer mode main -> mail
8 years ago
Sebastian Sontberg 2739a36555 examples/default: remove trailing whitespaces 8 years ago
Cenk Gündoğan 315ae0eeb4 Merge pull request #4326 from OlegHahm/posix_sockets_dgram_fixes
posix sockets: recvfrom on connectionless transports
8 years ago
Oleg Hahm fdf6da07eb examples: every socket thread needs a msg queue 8 years ago
Oleg Hahm f0e5413f3a Merge pull request #4283 from OlegHahm/gnrc_networking_minimum
gnrc: networking minimal
8 years ago
Oleg Hahm f3f485a0e9 examples: initial import of a minimal gnrc app 8 years ago
Hauke Petersen 02f502429d examples/default: use SAUL 8 years ago
Hauke Petersen ff7999781c examples: added Arduino hello-world example 8 years ago
Cenk Gündoğan 58cb5a2738 examples: gnrc_networking: vtimer to xtimer 8 years ago
Hauke Petersen 729e4d1992 examples/gnrc_border_router: blacklisted boards 8 years ago
Paul Rathgeb cefe2a6698 make: Blacklisted the board 'weio' for some test due to insufficient
RAM/ROM
      Blacklisted LPC11Uxx.h for doxygen
8 years ago
Oleg Hahm b538c74229 examples: spending the main thread a message queue
Since it is likely that the main thread will send netapi IPC calls that expects a reply. These replies may come faster than the thread can handle them, causing the layers below to stuck.
8 years ago
Cenk Gündoğan bab642bd37 examples/gnrc_border_router: README fixes 8 years ago
Ludwig Knüpfer eda6328e21 documentation: update my name (Ortmann -> Knüpfer) 8 years ago
Martine Lenders 4508e22da8 Merge pull request #3646 from authmillenon/posix/feat/sockets
posix: redo socket API to use conn
8 years ago
Martine Lenders a345a9dfa6 examples: add POSIX socket example 8 years ago
Martine Lenders 00a0c90269 Merge pull request #3919 from authmillenon/examples/fix/gnrc-networking-output
examples/gnrc_networking: address output according to RFC 3986 and 5952
8 years ago
Martine Lenders ea3d4310d0 examples/gnrc_networking: address output according to RFC 3986 and 5952 8 years ago
Martine Lenders 1ba5cb8157 examples: unblacklist boards in gnrc_networking 8 years ago
Oleg Hahm 04bda78e7f examples: removed superfluous blacklisting
ATmega now has a panic function, no need for blacklisting any more.
8 years ago
Oleg Hahm 474c6d63c8 gnrc_border_router: added a first draft for a README 8 years ago
Martine Lenders f6be1cee25 examples: provide example application for a 6LoWPAN border router 8 years ago
Oleg Hahm 2841a08574 Merge pull request #3899 from OlegHahm/default_gnrc_optional
example: disable gnrc modules without netif
8 years ago
Oleg Hahm 0e3669b957 examples: only include gnrc for board with netif 8 years ago
Martine Lenders 207ad677fa examples/default: fix indentation in Makefile 8 years ago
Oleg Hahm d32c99a683 default example: updated README 8 years ago
Oleg Hahm e156bd820e examples: networking support for default example
Adds basic link layer functionality to the default example application.
8 years ago
Kaspar Schleiser 69c9a9c82f examples: default: remove obsolete vtimer dependency 8 years ago
Kaspar Schleiser a13bc46f3e sys: remove uart0 8 years ago
Hauke Petersen 3936e32afa examples: removed blacklistings for redbee-econotag 8 years ago
Kaspar Schleiser 25f900e489 tests, examples: adapt to simplified shell 8 years ago
Kaspar Schleiser 448e90ba3a Revert "applications: only use uart0 for none-newlib boards"
This reverts commit 9c6ab1007b.
8 years ago
Martine Lenders 289d40d84e gnrc_networking example: add capability to send UDP packets repeatedly 8 years ago
Cenk Gündoğan 9f14a1e8c5 examples/riot_and_cpp: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
Cenk Gündoğan 8cb76d248a examples/gnrc_networking: BOARD_INSUFFICIENT_RAM => BOARD_INSUFFICIENT_MEMORY 8 years ago
DipSwitch ef3fe7e2c5 examples: Add local shell handlers for gnrc_networking 8 years ago
Kaspar Schleiser bd40b2c56b Merge pull request #3661 from authmillenon/auto_init/api/auto_init_gnrc_netif
sys: auto_init: rename auto_init_ng_netif to auto_init_gnrc_netif
8 years ago
Cenk Gündoğan ed3a33982c Merge pull request #3690 from OlegHahm/shell_uart0_newlib_distinction
shell: uart0 newlib distinction (workaround)
8 years ago
Oleg Hahm 9c6ab1007b applications: only use uart0 for none-newlib boards 8 years ago