- Nov 29, 2018
-
-
Juan Carrano authored
Nimble contains a couple of casts that discard alignment information. This causes a warning with clang's -Wno-address-of-packed-member. A previous PR (#10503) supressed that warning. This commit re-enables them and provides a patch to fix the offending code. The fix has been submitted upstream, see https://github.com/apache/mynewt-nimble/pull/252
-
Kaspar Schleiser authored
pkg: disable compiler warning for jerryscript and nimble
-
Sebastian Meiling authored
-
Sebastian Meiling authored
-
Alexandre Abadie authored
kinetis: Allow FOPT settings other than 0xff
-
- Nov 28, 2018
-
-
Gaëtan Harter authored
tests/qdsa: Move from unittests to regular tests
-
Martine Lenders authored
boards/msba2: Do not set PORT.
-
Gunar Schorcht authored
cpu/esp32: fixes LINKFLAGS in Makfile.include
-
Juan Carrano authored
Boards should not set PORT and should not have code conditional on PORT as that causes PORT to be evaluated and the build to fail even if this varible is not needed. Exporting has the same effect. This fixes the MSBA2 board by declaring PORT_LINUX and PORT_DARWIN instead.
-
Koen Zandberg authored
Stack size is changed from 4 times the default + printf to 5 times the default stack size. Only on the lpc2387 this reduces the resulting stack space. the test is not rerun for the lpc2387 and is untested.
-
Sebastian Meiling authored
netdev_ieee802154/radios: refactor PAN ID reset to generic ieee802154 reset
-
Alexandre Abadie authored
frdm-k64f: Define BTNx macros for user pushbuttons
-
Koen Zandberg authored
This write access is only required when a modification to the PAN ID happened directly via this function and not via a netdev::set operation. The only direct call was done in the reset function of the driver
-
Koen Zandberg authored
This write access is only required when a modification to the PAN ID happened directly via this function and not via a netdev::set operation. The only direct call was done in the reset function of the driver
-
Koen Zandberg authored
This write access is only required when a modification to the PAN ID happened directly via this function and not via a netdev::set operation. The only direct call was done in the reset function of the driver
-
Koen Zandberg authored
This write access is only required when a modification to the PAN ID happened directly via this function and not via a netdev::set operation. The only direct call was done in the reset function of the driver
-
Koen Zandberg authored
-
Koen Zandberg authored
-
Koen Zandberg authored
-
Koen Zandberg authored
-
Koen Zandberg authored
-
Koen Zandberg authored
-
Koen Zandberg authored
This commit adds the reset of the PAN ID to the generic ieee802154 reset function.
-
Gunar Schorcht authored
removes the duplicate entry of -lg in LINKFLAGS
-
Joakim Nohlgård authored
-
Hauke Petersen authored
boards/nrf51: remove ADC_NUMOF define when not needed
-
Joakim Nohlgård authored
-
- Nov 27, 2018
-
-
Joakim Nohlgård authored
-
Martine Lenders authored
tests/cn-cbor: move from unittests to regular test
-
Martine Lenders authored
tests/relic: move from unittests to regular test
-
Martine Lenders authored
net/gnrc_netif: opt of _ipv6_get_iid()
-
Sebastian Meiling authored
This moves tests for the cn-cbor package from unittests to a regular test, which should help to decrease binary size of unittests.
-
Sebastian Meiling authored
This moves tests for the relic package from unittests to a regular test, which should help to decrease binary size of unittests.
-
Martine Lenders authored
tools/pyterm: catch serial.Exception when serial port is busy
-
Juan I Carrano authored
boards/flash.sh: rename HEXFILE to BINFILE
-
Gaëtan Harter authored
dist/testbed-support: add pba-d-01-kw2x in iotlab archis
-
Alexandre Abadie authored
This can happen when opening a terminal right after flashing a board that has just been plugged
-
Martine Lenders authored
gnrc_rpl_srh: cleanup and optimize SRH processing function
-
Joakim Nohlgård authored
These bits configure some early boot options and may be necessary to use on certain boards to ensure a robust boot sequence.
-
Juan I Carrano authored
crypto/modes/ccm: update api to const input buffers
-