You need to sign in or sign up before continuing.
- Jan 30, 2018
-
-
Gaëtan Harter authored
Set the application module name with APPLICATION_MODULE. The default module name is "application_$(APPLICATION)". This should fix name conflicts where an application/test has the same name as an existing module and so both write to the same archive.
-
Martine Lenders authored
gnrc_ipv6_nib: ignore corner case when adding to PL
-
Martine Lenders authored
-
Martine Lenders authored
In #8135 the handling of corner cases for the conversion of milliseconds to seconds, but the internal handling was not adapted.
-
Kaspar Schleiser authored
boards: rename nucleo144-f207 to nucleo-f207zg
-
- Jan 29, 2018
-
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
boards/nucleo*: fix doxygen grouping
-
Sebastian Meiling authored
gnrc/netreg: fix assert
-
- Jan 27, 2018
-
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Alexandre Abadie authored
-
Martine Lenders authored
board/native: add periph_hwrng and init
-
Sebastian Meiling authored
-
Sebastian Meiling authored
tests/gnrc_ndp: add device type handler to netdev mock-up
-
Martine Lenders authored
By providing a getter for `NETOPT_DEVICE_TYPE` the assertion failed in \8458 is not hit anymore.
-
Martine Lenders authored
vagrant: sync with host time
-
- Jan 26, 2018
-
-
Dylan Laduranty authored
samd21/cpu DFLL lock loop error
-
Sebastian Meiling authored
gnrc_ipv6_nib: release packages for forwarding error cases
-
Sebastian Meiling authored
pkg_littlefs: call mtd_write with size == prog_size
-
Gaëtan Harter authored
ethos: handle EOF on stdin
-
Dan Evans authored
-
Martine Lenders authored
-
Alexandre Abadie authored
tests: fix some minor issues with auto tests scripts
-
Pieter Willemsen authored
-
Sebastian Meiling authored
tests: deactivate DEVELHELP for unittests
-
Cenk Gündoğan authored
-
Sebastian Meiling authored
unittests/littlefs: fix unittests
-
Vincent Dupont authored
Dummy RAM mtd was too small to run unit tests correctly. Added some sectors and reduced page size.
-
Koen Zandberg authored
gnrc_ipv6_nib: fix final RA behavior
-
Martine Lenders authored
This fix * assures that the periodicity of the final router advertisements is kept (so that no administrative change e.g. adding prefixes to the prefix list causes additional RAs outside the rate limitation) * removes all administrative options (PIO, ABRO, 6CO) from final router advertisements (with router lifetime == 0)
-
Sebastian Meiling authored
-
Sebastian Meiling authored
-
- Jan 25, 2018
-
-
Sebastian Meiling authored
-
Martine Lenders authored
In my opinion it doesn't make sense to activate DEVELHELP for unittests because it also causes the evaluation of `assert()`. This causes the tests to crash for values the tests test intentionally (because it is the point of the unittests to test also some unexpected values and how this influences the behavior).
-
Francisco Acosta authored
boards/arduino-mkrfox1200: add board configuration for ata8520e
-
Alexandre Abadie authored
-
Francisco Acosta authored
drivers/ata8520e: add initial implementation (without netdev but provides Sigfox feature)
-
Francisco Acosta authored
boards/arduino-mkrfox1200: add initial implementation (without SigFox)
-
Alexandre Abadie authored
-