- Nov 07, 2017
-
-
Martine Lenders authored
tests/gnrc_ipv6_nib: Fix unused function error w/ clang/macOS
-
Martine Lenders authored
tests/gnrc_ipv6_nib_6ln: Fix error w/ clang on macOS
-
Lucas Jenss authored
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
-
Lucas Jenss authored
_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
-
- Nov 01, 2017
-
-
Martine Lenders authored
gnrc_lwmac: port to gnrc_netif2
-
zhuoshuguo authored
-
- Oct 27, 2017
-
-
Joakim Nohlgård authored
dist: compile_test: cleanup after buildtest
-
Hauke Petersen authored
[backport] Release notes of 2017.10
-
Hauke Petersen authored
-
Hauke Petersen authored
-
- Oct 26, 2017
-
-
Francisco Acosta authored
drivers/sx127x: Fix misc variable types and lengths
-
Martine Lenders authored
trickle: correctly reset t
-
kYc0o authored
-
kYc0o authored
-
Cenk Gündoğan authored
-
Francisco Acosta authored
tests/driver_servo/main.c: fix var len
-
Martine Lenders authored
pm_layered: make sure no conflict for pm_set_lowest exists
-
Cenk Gündoğan authored
sys: libc: only add include path on non-native boards
-
Martine Lenders authored
Removed a comma from the Boards API reference.
-
Martine Lenders authored
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 ;-).
-
danpetry authored
-
Robert Hartung authored
-
Alexandre Abadie authored
tests/driver_isl29125/main.c: fix counter var type
-
Alexandre Abadie authored
tests/driver_adcxx1c: fix warning unused argument
-
Alexandre Abadie authored
drivers/encx24j600/encx24j600.c : fix counter var length
-
kYc0o authored
-
- Oct 25, 2017
-
-
kYc0o authored
-
kYc0o authored
-
kYc0o authored
-
kYc0o authored
-
Martine Lenders authored
Update package tiny-asn1
-
Mathias Tausig authored
-
Martine Lenders authored
examples/emcute: return after printing error message
-
Martine Lenders authored
-
Hauke Petersen authored
-
kYc0o authored
-
Vincent Dupont authored
sys/can: fix building errors on native OS X
-
kYc0o authored
-
kYc0o authored
-
Martine Lenders authored
test/unittests: set pexpect timeout to 60s
-