Commit Graph

312 Commits (8e360aa97ffff77a2d3c83c175f6bed7b67a9dcc)

Author SHA1 Message Date
Oleg Hahm 991c71cf27 gnrc ipv6: use ipv6_addr_t ptr for hdr_build 7 years ago
Oleg Hahm 360413a033 gnrc ipv6 hdr: remove len params from hdr_build 7 years ago
Oleg Hahm 487f6e480f gnrc udp: simplify gnrc_udp_hdr_build
Directly using 16 bit port numbers instead of casting uint8_t pointers.
7 years ago
Cenk Gündoğan 72a3d50bed examples/gnrc_networking: comment about optional DODAG_CONFs in Makefile 7 years ago
Cenk Gündoğan bf1af5953f examples: use global gnrc_pktdump_pid 7 years ago
Oleg Hahm 6df4111e49 shell: improved online documentation for txtsnd 7 years ago
Kaspar Schleiser 9082273746 core: header cleanup 7 years ago
Oleg Hahm f89fbbcf41 default example: reduce packet buffer size to 512b 7 years ago
Cenk Gündoğan 761f214072 Merge pull request #4690 from Lotterleben/gnrc_networking_ext_doc
examples/gnrc_networking: add explanation for RIOT<->RIOT communication
7 years ago
Lotte Steenbrink 135169ef33 microcoap_server: add instructions for FF Copper 7 years ago
Lotte Steenbrink e7f479fb1a examples/gnrc_networking: add explanation for RIOT<->RIOT communication 7 years ago
Lotte Steenbrink 26a4406286 examples/gnrc_networking: rm mention of tap bridge 7 years ago
Lotte Steenbrink 2bdf955257 examples/microcoap_server: add instruction to set up tap if 7 years ago
Lotte Steenbrink a120ebc461 examples: fix tiny typo in gnrc_networking README 7 years ago
Thomas Eichinger a43cbd17ff tfpt: fix formating warnings/errors 8 years ago
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