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
Cenk Gündoğan
5852517614
trickle: correctly reset t
2017-10-26 15:13:11 +02:00
Francisco Acosta
250fce160b
Merge pull request #7852 from kYc0o/fix_servo_var
...
tests/driver_servo/main.c: fix var len
2017-10-26 14:33:56 +02:00
Martine Lenders
67179e6253
Merge pull request #7863 from roberthartung/pm_fix_pm_layered_conflict_set_lowest
...
pm_layered: make sure no conflict for pm_set_lowest exists
2017-10-26 14:31:37 +02:00
Cenk Gündoğan
0541fe3ceb
Merge pull request #7849 from miri64/sys/fix/native-libc
...
sys: libc: only add include path on non-native boards
2017-10-26 13:58:50 +02:00
Martine Lenders
08eb6c39a4
Merge pull request #7867 from danpetry/api_doc_grammar_correction
...
Removed a comma from the Boards API reference.
2017-10-26 12:31:34 +02:00
Martine Lenders
fe38901588
dist: compile_test: cleanup after buildtest
...
We are at a point were building all of RIOT takes massive amounts of
storage. Since my machine runs full after only compiling ~20
applications (I have ~170 GB free storage if the RIOT repo is clean).
Thus the easiest solution for the compile tests is to just clean-up the
mess they made ;-).
2017-10-26 12:19:58 +02:00
danpetry
20909b7f95
Removed the offending comma.
2017-10-26 12:10:24 +02:00
Robert Hartung
9678f13408
pm_layered: make sure no conflict for pm_set_lowest and periph_common exists
2017-10-26 10:09:09 +02:00
ff86015a60
Merge pull request #7854 from kYc0o/fix_isl29125_test
...
tests/driver_isl29125/main.c: fix counter var type
2017-10-26 08:38:35 +02:00
d035ab27aa
Merge pull request #7856 from kYc0o/fix_driver_adcxx1c_unused_arg
...
tests/driver_adcxx1c: fix warning unused argument
2017-10-26 08:34:56 +02:00
4de88d31c2
Merge pull request #7858 from kYc0o/fix_encx24j600_comp
...
drivers/encx24j600/encx24j600.c : fix counter var length
2017-10-26 08:33:26 +02:00
kYc0o
fe9d7db20f
tests/driver_isl29125/main.c: fix counter var type
2017-10-26 02:06:31 +02:00
kYc0o
d6e6fea7e7
drivers/sx127x/sx127x_getset.c: fix power var len
2017-10-26 01:46:29 +02:00
kYc0o
a46907feda
drivers/include/sx127x.h: fix power var len
2017-10-26 01:45:29 +02:00
kYc0o
1c8bb804cf
tests/driver_servo/main.c: fix var len
2017-10-26 01:36:31 +02:00
kYc0o
b3c39274bb
drivers/encx24j600/encx24j600.c : fix counter var length
2017-10-26 00:45:00 +02:00
Martine Lenders
279b79c2f0
Merge pull request #7850 from mtausig/feature/update_tinyasn1
...
Update package tiny-asn1
2017-10-26 00:25:09 +02:00