- Aug 18, 2015
-
-
Martine Lenders authored
The dependency conditional for RPL was at the very end of `Makefile.dep`, giving depending modules no chance to pull in their dependencies. Also it pulled in the deprecated module `net_help`, though it did not use any of it's functions (it just included `inet_pton.h` for `AF_INET6`).
-
Martine Lenders authored
gnrc: rename ng_netbase to gnrc
-
Oleg Hahm authored
ng_rpl: port to the new network stack
-
Martine Lenders authored
gnrc: null pointer checks
-
Martine Lenders authored
-
Oleg Hahm authored
Just to tranquilize clang analyzer
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
In practice, this should not happen, since `_first_unused` should be already set, if `_too_small_hole()` returns true.
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
-
- Aug 17, 2015
-
-
Oleg Hahm authored
IPv6: implement source address candidate selection
-
Oleg Hahm authored
Anycasts are not explicitly forbidden according to RFC6724, Appendix B.
-
Oleg Hahm authored
-
Martine Lenders authored
Added a colored outputter to embUnit.
-
Hauke Petersen authored
cpu: lpc2387: provide periph/* implementations, update to use newlib module.
-
Martine Lenders authored
examples: rename ng_networking to gnrc_networking
-
Martine Lenders authored
-
Oleg Hahm authored
ng_sixlowpan: fix #3588
-
Martine Lenders authored
udp: put UDP header in its own module
-
Janos Kutscherauer authored
The outputter is called ColorTextOutputter and can be enabled by defining OUTPUT=COLORTEXT. The colored outputter behaves just like the TextOutputter, but displays successful tests in GREEN and failed tests in RED. The summary message is also in GREEN/RED, but is slightly different from the TextOutputter. Also: * Added fancy simple none-verbose color-outputter for EmbUnit. The outputter outputs a simple statistics line in GREEN or RED, according to the test success or failure. (Also, the ColorTextOutputter was adjusted to use the statistics output of this new ColorOutputter.) The new outputter can be activated with OUTPUT=COLOR. * Added a single character "." output for the simple color outputter and replaced the color codes by macros.
-
Martine Lenders authored
-
Oleg Hahm authored
ipv6: move non-GNRC types and functions in their own module
-
Oleg Hahm authored
sys/include/net/ng_ipv6/netif.h: docfix
-
Cenk Gündoğan authored
ng_networking: configure as router per default
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
dist/testbed-support: make experiment name configurable
-
Cenk Gündoğan authored
-
Martine Lenders authored
ng_pktbuf_static: check if pkt is in buffer before derefencing in ng_pktbuf_release
-
- Aug 16, 2015
-
-
Kaspar Schleiser authored
make: ccache: set ccache basedir to RIOTBASE
-
Joakim Nohlgård authored
boards/mulle: cleanup
-
- Aug 14, 2015
-
-
Joakim Nohlgård authored
Remove old syscalls implementation from before cortexm_common unification and sys/newlib introduction.
-
Hauke Petersen authored
adding wakaama pkg
-
Oleg Hahm authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Joakim Nohlgård authored
dist/tools/sniffer: Fix usec calculation
-
Kaspar Schleiser authored
-