DipSwitch
d770561616
ndp: fix the NDP PI option length checking
8 years ago
Oleg Hahm
8b16f3ef06
Merge pull request #3749 from authmillenon/gnrc_sixlowpan_nd_router/feat/initial
...
gnrc_sixlowpan_nd_router: initial import of router behavior of 6LoWPAN-ND
8 years ago
Oleg Hahm
3a21cefd6b
Merge pull request #3809 from OlegHahm/gnrc_ndp_pio_check
...
gnrc: ndp: fix PIO address validity check
8 years ago
Martine Lenders
40912d3d66
gnrc: adapt for gnrc_sixlowpan_nd_router
8 years ago
Martine Lenders
132f5e1b9c
gnrc_sixlowpan_nd_router: initial import
8 years ago
Oleg Hahm
b4c00d5f6e
gnrc: ndp: fix PIO address validity check
8 years ago
Martine Lenders
683efb647e
Merge pull request #3808 from OlegHahm/sniffer_python_version_check
...
dist: sniffer: fix python version check
8 years ago
Oleg Hahm
a7a52d7494
dist: sniffer: fix python version check
8 years ago
Oleg Hahm
5576ab7c40
gnrc: ndp: reset router solicitation counter
...
The counter should be reseted after the reception of a router advertisement.
8 years ago
Hauke Petersen
5e7a026365
core: optimized output on kernel-init
...
This PR saves some memory by ommiting redundant output. The printing
of "jumpint into first task..." is obsolete, as the thread_create
calls are not checked for errors anymore.
Further the version print is moved into the main_trampoline. This
prevents the STDLIB from using precious stack space on the ISR
stack, on which it is running before jumping into main - hence
opening the option to decrease the stacksize for the ISR stack.
8 years ago
Martine Lenders
84768b1747
Merge pull request #3748 from authmillenon/gnrc_sixlowpan_nd/feat/initial
...
gnrc_sixlowpan_nd: initial import of host behavior of 6LoWPAN-ND
8 years ago
Oleg Hahm
3b7544c7e4
make: move gnrc_pktbuf down the dependency list
...
The dependency list is processed in order, hence each module has to be declared after its last use as dependency.
8 years ago
Martine Lenders
ea3426eee5
gnrc: adapt for gnrc_sixlowpan_nd
8 years ago
Peter Kietzmann
191a230a42
Merge pull request #3799 from haukepetersen/fix_stm32f4_timer1prescaler
...
cpu/stm32f4: fixed typo in prescaler for timer1
8 years ago
Martine Lenders
2a1c243ad2
gnrc_sixlowpan_nd: initial import
8 years ago
Hauke Petersen
a4d393eea3
cpu/stm32f4: fixed typo in prescaler for timer1
8 years ago
Cenk Gündoğan
bad1a74b65
Merge pull request #3797 from DipSwitch/rpl_allow_instanceID_0
...
rpl: RPL Instance ID 0 must be allowed
8 years ago
Cenk Gündoğan
49307e4ed8
Merge pull request #3796 from DipSwitch/rpl_fix_invalid_dis_padding
...
rpl: RFC6550 states that you should use PadN instead of multiple Pad1 bytes
8 years ago
DipSwitch
36d60d0c4b
rpl: Use PadN instead of 4 Pad1 options in DIS
8 years ago
DipSwitch
a3062dd8c2
rpl: RPL Instance ID 0 must be allowed
8 years ago
Peter Kietzmann
b4bd18e220
Merge pull request #3792 from haukepetersen/fix_stm32f3_gpio_debug
...
cpu/stm32f3: disable debug in GPIO driver
8 years ago
Peter Kietzmann
4e47e909ba
Merge pull request #2799 from ReneHerthel/arduino_2560_gpio
...
Arduino-mega2560 GPIO implementation
8 years ago
Oleg Hahm
442b8cec8d
Merge pull request #3793 from OlegHahm/fix_ipv6_netif_macro_names
...
gnrc: ipv6: netif: obey naming conventions
8 years ago
Oleg Hahm
3ea86c7c7a
gnrc: ipv6: netif: obey naming conventions
8 years ago
Hauke Petersen
32cf5423a2
cpu/stm32f3: disable debug in GPIO driver
8 years ago
Hauke Petersen
44d4c46fc0
Merge pull request #3790 from kaspar030/fix_xtimer_usleep_until_doxygen
...
sys: xtimer: fix xtimer_usleep_until doxygen
8 years ago
Hauke Petersen
0242be0293
Merge pull request #3784 from kaspar030/workaround_shell_inline_putchar
...
sys: shell: work around inlined putchar
8 years ago
Hauke Petersen
92c8f279d9
Merge pull request #3725 from avmelnikoff/cpu/stm32f1
...
cpu/stm32f1: added stm32f103c8 linkerscript
8 years ago
Martine Lenders
a4905b72d4
posix: consolidate include paths
8 years ago
Martine Lenders
f3c096084b
Merge pull request #3788 from cgundogan/pr/iotlab-testbed/phy_nodes
...
Makefile.iotlab: accept custom resource id list for experiment-cli
8 years ago
René Herthel
d05151fdef
cpu/mega2560: initial import of a gpio driver
8 years ago
Kaspar Schleiser
9b07294e5b
sys: xtimer: fix xtimer_usleep_until doxygen
8 years ago
Kaspar Schleiser
d2f6b351d0
Merge pull request #3786 from kaspar030/fix_tests_xtimer_usleep_until
...
tests: xtimer_usleep_until: fix diff calculation
8 years ago
Hauke Petersen
92c09443d7
Merge pull request #3783 from haukepetersen/opt_srf02
...
drivers/srf02: some optimizations
8 years ago
Hauke Petersen
2529a91010
tests/driver_srf02: adapted to driver changes
...
- switched test to xtimer
- adapted to interface changes
8 years ago
Hauke Petersen
d99aaff2fb
drivers/srf02: various optimizations
...
- switched to use xtimer
- simplified interface slightly
- optimized reading of results
- some style cleanups
- updated the documentation
8 years ago
Cenk Gündoğan
3cf727617b
README.iotlab.md: Add IOTLAB_EXP_NAME and IOTLAB_PHY_NODES
8 years ago
Oleg Hahm
8afecdd8a6
Merge pull request #3658 from OlegHahm/ipv6_fib
...
universal_addresses: configure sizes according to the used modules
8 years ago
Cenk Gündoğan
40334d6039
Makefile.iotlab: accept custom resourceid_list for experiment-cli
8 years ago
Oleg Hahm
23a60e6270
universal_address: determine biggest address size
8 years ago
Oleg Hahm
7d2f414476
universal_address: make size dependent on FIB size
8 years ago
Kaspar Schleiser
344b56bca8
Merge pull request #3167 from haukepetersen/fix_native_stacksizes
...
cpu/native: adjusted stacksizes
8 years ago
Kaspar Schleiser
8bb6f31500
Merge pull request #2800 from kaspar030/add_driver_encx24j600
...
drivers: add driver for encx24j600 ethernet chips
8 years ago
Kaspar Schleiser
f85e21d23a
tests: xtimer_usleep_until: fix diff calculation
...
xtimer_usleep_until's internal logic has changed, always setting
&last_wakeup to the expected instead of real value.
In order to make this test output valid values, this commit adapts it.
8 years ago
Oleg Hahm
1590518627
Merge pull request #3785 from kaspar030/misc_timer_fixes
...
misc timer fixes
8 years ago
Kaspar Schleiser
efbd5518f6
cpu: stm32f1: timer: fix race when combining two 16bit timer values
8 years ago
Kaspar Schleiser
383ada9349
sys: xtimer: always set long_target, even for short timers
8 years ago
Kaspar Schleiser
d7b9053e23
sys: shell: work around inlined putchar
8 years ago
Hauke Petersen
7701aed546
Merge pull request #3164 from kaspar030/remove_uart0
...
sys: remove uart0
8 years ago
Kaspar Schleiser
bd698bf574
drivers: add encx24j600 ethernet driver
8 years ago