Martine Lenders
30f9cacabd
Merge pull request #7898 from miri64/gnrc_netif2/feat/xbee
...
xbee: port to gnrc_netif2
2017-11-14 13:32:36 +01:00
Martine Lenders
7d94d5d2bc
tests: adapt driver_xbee test for gnrc_netif2
2017-11-14 12:01:16 +01:00
Martine Lenders
546d05266e
xbee: port to gnrc_netif2
2017-11-14 12:01:16 +01:00
Martine Lenders
4682c129e3
xbee: provide device type on get()
2017-11-14 12:01:16 +01:00
2154420b12
Merge pull request #7419 from miri64/gnrc_netif2/feat/nordic-ble-softdev
...
pkg: port nordic_softdevice_ble to gnrc_netif2
2017-11-14 10:52:01 +01:00
Martine Lenders
5e0a51707c
pkg: port nordic_softdevice_ble to gnrc_netif2
2017-11-14 10:09:09 +01:00
Martine Lenders
b573348be6
Merge pull request #7966 from miri64/gnrc_netif2/fix/7424-follow-up
...
examples: tests: port applications to gnrc_netif2
2017-11-13 20:32:02 +01:00
Martine Lenders
7a833f81c5
tests: fix netdev_test test for gnrc_netif2
2017-11-13 16:36:35 +01:00
Martine Lenders
be00f5bfb6
tests: fix gnrc_sixlowpan test for gnrc_netif2
2017-11-13 16:36:35 +01:00
Martine Lenders
6cd91ee2cb
tests: remove gnrc_ipv6_netif requirement from gnrc_ipv6_nib tests
2017-11-13 16:36:34 +01:00
Martine Lenders
a502aaa778
tests: amend BOARD_INSUFFICIENT_MEMORY
2017-11-13 16:36:34 +01:00
Martine Lenders
1a2548b65a
tests: fix netdev_test tests for gnrc_netif2
2017-11-13 16:36:34 +01:00
Martine Lenders
92e9537471
tests: fix gnrc_tcp_server tests for gnrc_netif2
2017-11-13 16:36:34 +01:00
Martine Lenders
01c21fa274
tests: make gnrc_ipv6_ext test compilable with gnrc_netif2
...
Test currently not working
2017-11-13 16:36:34 +01:00
Martine Lenders
6e605177c9
tests: fix driver_enc* tests for gnrc_netif2
2017-11-13 16:36:34 +01:00
Martine Lenders
84b646aaa4
tests: fix gnrc_sock_dns test for gnrc_netif2
2017-11-13 16:36:34 +01:00
Martine Lenders
e1ce254139
tests: fix pkg_microcoap test for gnrc_netif2
2017-11-13 16:36:34 +01:00
Martine Lenders
b7f6e40188
examples: fix nanocoap_server for gnrc_netif2
2017-11-13 16:36:34 +01:00
2ae5ad8157
Merge pull request #8016 from miri64/gnrc_mac/fix/recursive-include
...
gnrc_mac: fix non-obvious recursive include
2017-11-13 14:31:30 +01:00
Martine Lenders
bf19ce6d55
gnrc_mac: fix non-obvious recursive include
2017-11-13 12:48:39 +01:00
Martine Lenders
b83bc1b763
Merge pull request #7456 from miri64/gnrc_ipv6_nib/feat/port-to-gnrc_netif2
...
gnrc_ipv6_nib: port to gnrc_netif2
2017-11-11 19:10:14 +01:00
Martine Lenders
b187c047e9
Merge pull request #7926 from miri64/gnrc_ipv6_nib/fix/iter-over-holes
...
gnrc_ipv6_nib: fix for 'holey' NIB
2017-11-09 21:42:47 +01:00
Martine Lenders
72db5e48f0
gnrc_ipv6_nib: fix for 'holey' NIB
...
When there are holes in the NIB (e.g. when entries were removed)
currently the NIB crashes the system due to a failed assertion
(`DEVELHELP` needs to be activated to test this behavior).
This fixes this behavior by making the assertion a check that is always
compiled in.
2017-11-09 15:28:56 +01:00
Martine Lenders
fa81932a8f
tests: unittests: extend gnrc_ipv6_nib unittests for holey NIB
...
When there are holes in the NIB (e.g. when entries were removed)
currently the NIB crashes the system due to a failed assertion.
This commit tests this behavior (`DEVELHELP` needs to be activated to
test this behavior). A fix will follow.
2017-11-09 15:28:55 +01:00
Martine Lenders
56d1f0605a
tests: adapt kw2xrf for new network interface API
2017-11-08 20:18:53 +01:00
Martine Lenders
22a41ea99c
tests: port gnrc_ipv6_nib unittests to gnrc_netif2
2017-11-08 20:18:53 +01:00
Martine Lenders
801148eb6d
tests: port gnrc_ipv6_nib tests for gnrc_netif2
2017-11-08 20:18:53 +01:00
Martine Lenders
a7d2c65b36
gnrc_ipv6_nib: port to gnrc_netif2
2017-11-08 20:18:53 +01:00
Martine Lenders
8fac66eb03
tests: port gnrc_ndp2 for gnrc_netif2
2017-11-08 20:18:53 +01:00
Martine Lenders
c3141c46b6
gnrc_ndp2: port to gnrc_netif2
2017-11-08 20:18:53 +01:00
Martine Lenders
fb7fcfdd10
Merge pull request #7960 from miri64/gnrc_uhcpd2/fix/7722-backport-for-gnrc_netif2
...
gnrc_uhcpc: fix dependencies [gnrc_netif2-backport]
2017-11-08 15:22:06 +01:00
Martine Lenders
78985b4db2
gnrc_uhcpc: fix dependencies
...
\#7721 showed, that `posix` is required to include the `arpa/inet.h`
header into the include path of an application using the `uhcpc`
module.
Additionally this PR makes the FIB an optional dependency of
`gnrc_uhcpc`.
Backport of #7722
2017-11-08 14:49:53 +01:00
Martine Lenders
867aff211f
Merge pull request #7935 from zhuoshuguo/gnrc_lwmac_adjust_csma_flag
...
gnrc_lwmac: adjust error use of csma flag for transmit packet.
2017-11-07 23:13:44 +01:00
Martine Lenders
c20288553d
Merge pull request #7424 from miri64/gnrc_netif2/feat/gnrc-integration
...
gnrc: integrate gnrc_netif2
2017-11-07 19:51:51 +01:00
Martine Lenders
861035f22d
gnrc: integrate gnrc_netif2
...
Not link-able, since NDP and NC are missing (intentionally)
2017-11-07 19:08:44 +01:00
Martine Lenders
b1e69a776f
Merge pull request #7910 from x3ro/fix-gnrc-ipv6-nib-test-on-macos
...
tests/gnrc_ipv6_nib: Fix unused function error w/ clang/macOS
2017-11-07 18:16:55 +01:00
Martine Lenders
de591ca1c3
Merge pull request #7911 from x3ro/fix-gnrc-ipv6-nib-6ln
...
tests/gnrc_ipv6_nib_6ln: Fix error w/ clang on macOS
2017-11-07 17:39:24 +01:00
Lucas Jenss
069849f002
WIP tests/gnrc_ipv6_nib: Fix unused function error w/ clang/macOS
...
In the case that GNRC_IPV6_NIB_CONF_ARSM is set but
GNRC_IPV6_NIB_CONF_6LN is not, clang complains about
the function _get_l2addr_from_ipv6 never being used.
I couldn't easily figure out why this passes in Murdock,
but I'm guessing that clang is simply being smarter than
GCC. Can someone comment on whether there is a better fix
for this?
Relates to #6473
2017-11-07 17:35:42 +01:00
Lucas Jenss
4bb12ba091
tests/gnrc_ipv6_nib_6ln: Fix error w/ clang on macOS
...
_is_reachable is only used when GNRC_IPV6_NIB_CONF_ARSM
is enabled, and as such it must be guarded so that clang
doesn't complain about a unused function in case
GNRC_IPV6_NIB_CONF_ARSM is not set
Similar to #7910
Relates to 6473
2017-11-07 17:33:15 +01:00
zhuoshuguo
6c57999b2b
gnrc_lwmac: adjust use of error CSMA flag for packet transmit.
2017-11-03 18:52:01 +01:00
Martine Lenders
ea27fe34d1
Merge pull request #7895 from zhuoshuguo/lwmac_port_to_netif2
...
gnrc_lwmac: port to gnrc_netif2
2017-11-01 16:10:56 +01:00
zhuoshuguo
c554d30b26
gnrc_lwmac: port to gnrc_netif2.
2017-11-01 15:40:47 +01:00
Joakim Nohlgård
af9ab30234
Merge pull request #7750 from miri64/dist/enh/clean-up-after-buildtest
...
dist: compile_test: cleanup after buildtest
2017-10-27 14:51:09 +02:00
Hauke Petersen
2c50d5fbc7
Merge pull request #7884 from haukepetersen/add_releasenotes201710
...
[backport] Release notes of 2017.10
2017-10-27 12:32:06 +02:00
Hauke Petersen
e55fe5cc94
[backport] Release notes of 2017.10
2017-10-27 12:25:58 +02:00
Hauke Petersen
d4bf6303af
release-notes: removed appending space characters
2017-10-27 12:24:57 +02:00
Francisco Acosta
1baece5039
Merge pull request #7851 from kYc0o/fix_sx127x_misc
...
drivers/sx127x: Fix misc variable types and lengths
2017-10-26 16:01:54 +02:00
Martine Lenders
d8b7055008
Merge pull request #7870 from cgundogan/pr/trickle_timer_fix
...
trickle: correctly reset t
2017-10-26 15:48:07 +02:00
kYc0o
5a46a01096
tests/driver_sx127x/main.c: misc fixes
2017-10-26 15:41:07 +02:00
kYc0o
dd9f038a5e
drivers/sx127x/sx127x_netdev.c: fix var size
2017-10-26 15:41:06 +02:00