Martine Lenders
c28de94fd1
tests: adapt tests for route lifetime
2017-11-17 13:45:41 +01:00
Martine Lenders
0f9d266af2
shell: adapt nib route
command for route lifetime
2017-11-17 13:44:59 +01:00
Martine Lenders
e7bb0ed67f
gnrc_uhcpc: adapt for route lifetime
2017-11-17 13:44:18 +01:00
Martine Lenders
f62974207d
gnrc_ipv6_nib: add timeouts to routes
2017-11-17 13:43:18 +01:00
Cenk Gündoğan
abe721ff6c
Merge pull request #8071 from miri64/gnrc_ipv6_nib/fix/rtr-timeout
...
gnrc_ipv6_nib: actually timeout a default router
2017-11-17 12:03:12 +01:00
Martine Lenders
416ef1213a
Merge pull request #8072 from miri64/tests/revert/7986-followup
...
tests: revert removal of pca1000x in gnrc_netif2
2017-11-17 11:59:33 +01:00
Martine Lenders
67f33bd5e5
tests: revert removal of pca1000x in gnrc_netif2
...
As in #7986 this application (obviously) causes a conflict in #7925
since #7979 . This PR fixes that.
2017-11-17 11:48:10 +01:00
Martine Lenders
fb5851dde4
gnrc_ipv6_nib: actually timeout a default router
...
While the GNRC_IPV6_NIB_RTR_TIMEOUT is properly handled, it is actually
never fired. Moreover, the router lifetime is set, but never read.
This removes the router lifetime and switches it out for an evtimer
to does the GNRC_IPV6_NIB_RTR_TIMEOUT event.
2017-11-17 11:43:32 +01:00
2db13af649
Merge pull request #8069 from miri64/gnrc/cleanup/rename-gnrc_netif2-and-gnrc_ndp2
...
gnrc_(*)2: rename to gnrc_\1
2017-11-17 11:09:45 +01:00
Martine Lenders
f90a9a875f
gnrc_ndp2: rename to gnrc_ndp
2017-11-17 10:41:54 +01:00
Martine Lenders
31b1ceb440
gnrc_netif2: rename to gnrc_netif
2017-11-17 10:41:54 +01:00
6980d82cc1
Merge pull request #8064 from miri64/gnrc/cleanup/rm-legacy
...
gnrc: remove legacy GNRC code
2017-11-17 10:38:09 +01:00
Joakim Nohlgård
f4e9cad85a
boards: Separate boards from debug adapter configuration
2017-11-17 10:03:05 +01:00
Joakim Nohlgård
697f0b00f3
edbg: Use DEBUG_ADAPTER_ID to select which USB programmer to use
2017-11-17 10:03:05 +01:00
Joakim Nohlgård
57de166ea1
makefiles: Refactor openocd tool handling
...
Attempt to decouple board configuration from debugger interface
configuration by specifying the DEBUG_IFACE variable for the debug
hardware interface to use.
2017-11-17 10:03:05 +01:00
Martine Lenders
636ef2a498
gnrc: remove legacy neighbor discovery code
2017-11-17 09:20:30 +01:00
Martine Lenders
71a7dbf918
gnrc: remove legacy network interface structures
2017-11-17 09:20:29 +01:00
Peter Kietzmann
63783ffe6c
Merge pull request #8067 from smlng/boards/phynode/saul_gpio
...
boards, pba-d-01-kw2x: fix saul gpio init
2017-11-17 08:37:50 +01:00
Martine Lenders
7ecafb7909
Merge pull request #7961 from miri64/shell_commands/fix/sc_netif2
...
shell_commands: fix sc_gnrc_netif2 for MSP430
2017-11-17 06:21:11 +01:00
kYc0o
d0067b451f
cpu/stm32_common/ldscripts: add stm32_common.ld to manage specific ST ccmram
2017-11-17 00:29:06 +01:00
f54d88243e
Merge pull request #8063 from miri64/examples/fix/bluepill-mem
...
examples: gnrc_tftp: add bluepill board to insufficient memory list
2017-11-16 22:09:03 +01:00
smlng
5e7f0af450
boards, pba-d-01-kw2x: fix saul gpio init
2017-11-16 22:08:28 +01:00
Cenk Gündoğan
7d6a3dac1f
Merge pull request #8007 from fetmos/master
...
make: Do not attempt to use color if the terminal cannot support it
2017-11-16 20:22:24 +01:00
Xavier Clive
c6af3f733d
make: Do not attempt to use color if the terminal cannot support it
2017-11-16 20:04:18 +01:00
Martine Lenders
4952ffbae7
Merge pull request #6698 from Lotterleben/doc_thread_h
...
thread.h: extend doc for msg_waiters and msg_array
2017-11-16 19:25:52 +01:00
Lotte Steenbrink
9cc3641b75
thread.h: extend doc for msg_waiters and msg_array
2017-11-16 10:15:46 -08:00
Martine Lenders
645bede150
examples: gnrc_tftp: add bluepill board to insufficient memory list
2017-11-16 17:05:12 +01:00
Martine Lenders
bf8465c650
Merge pull request #7479 from miri64/gnrc_ipv6_nib/feat/ndp-rd
...
gnrc_ipv6_nib: implement behavior for router discovery
2017-11-16 16:35:21 +01:00
Martine Lenders
81731791f8
tests: unittests: remove outdated, defective unittests
2017-11-16 16:17:21 +01:00
Martine Lenders
938e605a90
examples: tests: update insufficient memory lists
...
(for now)
2017-11-16 16:17:21 +01:00
4fe37541f1
Merge pull request #8060 from miri64/gnrc_lwmac/fix/cppcheck
...
gnrc_lwmac: fix issues reported by cppcheck
2017-11-16 15:52:50 +01:00
Martine Lenders
db553b6149
tests: adapt gnrc_ipv6_nib unittests to add new required modules
2017-11-16 15:49:21 +01:00
Martine Lenders
ccb8462d94
gnrc_sixlowpan_nd: adapt for NIB
2017-11-16 15:49:21 +01:00
Martine Lenders
5b5a99e175
tests: adapt gnrc_ipv6_nib_6ln test for router discovery
2017-11-16 15:49:21 +01:00
Martine Lenders
982eee17dd
tests: adapt gnrc_ipv6_nib test for router discovery
2017-11-16 15:49:21 +01:00
Martine Lenders
6b320fe40e
tests: adapt gnrc_ndp2 tests for router behavior
2017-11-16 15:49:21 +01:00
Martine Lenders
319c0f9d21
gnrc_ipv6_nib: implement behavior for router discovery
2017-11-16 15:49:20 +01:00
Martine Lenders
f21a828502
ndp: sixlowpan_nd: provide more constants for default values
2017-11-16 15:49:20 +01:00
b74475118f
Merge pull request #7781 from kaspar030/remove_coreif_ng
...
remove COREIF_NG
2017-11-16 15:11:44 +01:00
Martine Lenders
fbb70315cb
lwmac: fix issues reported by cppcheck
2017-11-16 15:07:08 +01:00
911f19718a
Merge pull request #8049 from miri64/gnrc_netif2/opt/uninline
...
gnrc_netif2: make more complexer functions not inline
2017-11-16 14:56:25 +01:00
Martine Lenders
62a1f0848f
gnrc_netif2: make more complexer functions not inline
2017-11-16 14:44:23 +01:00
24e7869484
core/include/panic.h: fix typos
2017-11-16 14:40:16 +01:00
32c10ae2c9
core, cpu: rename thread_start_threading() -> cpu_switch_context_exit()
2017-11-16 14:40:16 +01:00
2a177ea6c8
sys/ps: adapt to COREIF_NG removal
2017-11-16 14:40:16 +01:00
86665b71bf
cpu: adapt to COREIF_NG removal
2017-11-16 14:40:16 +01:00
bb4a5c5cdf
core: remove COREIF_NG
2017-11-16 14:39:54 +01:00
Martine Lenders
27a41496aa
Merge pull request #8050 from haukepetersen/rm_board_x86-lostandfound
...
lostandfound: add x86 and qemu-i386
2017-11-16 14:13:14 +01:00
Martine Lenders
72a345734a
Merge pull request #8056 from haukepetersen/rm_shell_x86lspci
...
sys/shell: remove x86_lspci shell command
2017-11-16 14:01:49 +01:00
Hauke Petersen
8121a5d7f2
lostandfound: add qemu-i386 and x86 to list
2017-11-16 13:53:03 +01:00