- Sep 21, 2015
-
-
Martine Lenders authored
-
- Sep 20, 2015
-
-
Martine Lenders authored
6lbr: initialize router advertisement intervals
-
Martine Lenders authored
atmega: added panic function
-
Oleg Hahm authored
ATmega now has a panic function, no need for blacklisting any more.
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Martine Lenders authored
gnrc_sixlowpan_nd_router: cast before shifting
-
Martine Lenders authored
all: Update @gebart family name, email
-
Martine Lenders authored
6lowpan nd: send router advertisements on 6LR
-
Martine Lenders authored
examples: provide example application for a 6LoWPAN border router
-
Oleg Hahm authored
-
Oleg Hahm authored
A router should turn into a router after receiving a valid router advertisement.
-
Oleg Hahm authored
-
Martine Lenders authored
-
Martine Lenders authored
`avr-gcc` was complaining about shifting the value out of the width of type. This is a fix for that.
-
Joakim Nohlgård authored
-
Oleg Hahm authored
core: replace and remove DEBUGF macro and replace __FILE__ by RIOT_FILE_RELATIVE
-
- Sep 19, 2015
-
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
-
Oleg Hahm authored
example: disable gnrc modules without netif
-
Oleg Hahm authored
-
Joakim Nohlgård authored
examples/default: fix indentation in Makefile
-
Martine Lenders authored
-
Martine Lenders authored
gnrc_sixlowpan_nd: activate NC state machine
-
- Sep 18, 2015
-
-
Hauke Petersen authored
tests: added test for periph_timer plus adaption
-
Oleg Hahm authored
sc_ipv6_nc: Use more letters for type
-
Martine Lenders authored
I was myself a little confused when I saw `R` for a registered address, since I interpreted it as "router" (though the node wasn't supposed to be a router). After a wild goose chase for wrongly set flags through the code I found that `R` stands for "REGISTERED". To prevent such a thing in the future I opted for fixing this in the output.
-
Martine Lenders authored
examples: networking support for default example
-
Oleg Hahm authored
boards/core: removed some hwtimer leftovers
-
Oleg Hahm authored
-
Oleg Hahm authored
Adds basic link layer functionality to the default example application.
-
Oleg Hahm authored
-
Oleg Hahm authored
-
- Sep 17, 2015
-
-
Martine Lenders authored
gnrc_sixlowpan_nd: register new addresses for AAC
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-