- Aug 10, 2018
-
-
Sebastian Meiling authored
-
Sebastian Meiling authored
Rework SPI periph driver to use proper RIOT GPIO API functions. Also cleanup header files by using vendor defines and remove obsolete code. Further, adapt board config accordingly.
-
Sebastian Meiling authored
Introduces a define to inidicate an unused function parameter.
-
Gaëtan Harter authored
makefiles/buildtests.inc.mk: allow overwriting make output redirection
-
Sebastian Meiling authored
gnrc_ipv6_nib: fallback to SLAAC if ARO is ignored by upstream
-
- Aug 09, 2018
-
-
Gaëtan Harter authored
make: add APPDIR to info-build target
-
Sebastian Meiling authored
While info-build already provides lots of useful information it does not print the application source dir. However this might be useful for debugging and logging, hence its added to the output.
-
Martine Lenders authored
tests: remove echo=False
-
MichelRottleuthner authored
drivers/sdcard_spi: fix uint64_t cast location
-
Martine Lenders authored
Linux doesn't have ARO support at the moment so this is a workaround to try to speak 6Lo-ND while still being able to do DAD with a border router that doesn't.
-
Gaëtan Harter authored
When compiling `tests/drivers_sdcard_spi` with `avr-gcc: avr-gcc (GCC) 6.4.0` it detected this error RIOT/drivers/sdcard_spi/sdcard_spi.c:1012:72: error: result of '512 << 10' requires 21 bits to represent, but 'int' only has 16 bits [-Werror=shift-overflow=] return (card->csd.v2.C_SIZE + 1) * (uint64_t)(SD_HC_BLOCK_SIZE << 10);
-
Gaëtan Harter authored
-
Gaëtan Harter authored
-
Gaëtan Harter authored
-
Gaëtan Harter authored
-
Gaëtan Harter authored
-
- Aug 08, 2018
-
-
Gaëtan Harter authored
When running tests, I often needed to modify `buildtests.inc.mk` to see the actual errors/standard output. This allows overwriting the default redirection of both to `/dev/null`. It is low level and directly given to the command execution. As it is interpreted by make, it can even be overwritten using build system variables: 'BUILDTEST_MAKE_REDIRECT=>/tmp/buildtest.$${board}.out 2>&1'
-
Vincent Dupont authored
boards/b-l475e-iot01a: configure second I2C and on-board sensors (lis3mdl, lsm6dsl and hts221)
-
Martine Lenders authored
kinetis: uart: fix unused-function warning
-
Martine Lenders authored
When compiling with LLVM (should also be seen `-Wunused-function` in GCC), I get an error for `frdm-k22f`. This should fix that.
-
Ken Bannister authored
net/gcoap: Make references to coap_resource_t all const in gcoap
-
- Aug 07, 2018
-
-
Martine Lenders authored
tests/gnrc_netif: enable CI tests
-
Gaëtan Harter authored
-
Gaëtan Harter authored
gnrc_ipv6_nib: make automatic NDP packet emission (NS/RS) configurable
-
MichelRottleuthner authored
drivers/hdc1000: change renew_interval to a parameter
-
Martine Lenders authored
This test doesn't test NDP behavior so emissions of NDP neighbor and router solicitations is more harming than helpful. Because of that I disabled it for this test.
-
Alexandre Abadie authored
boards/nucleo-f091rc: add i2c configuration
-
Vincent Dupont authored
-
Vincent Dupont authored
-
Kevin Weiss authored
cpu/cc2538: generalise SPI clock configuration
-
Kevin Weiss authored
doc: move wiki to Doxygen documentation (second attempt)
-
Alexandre Abadie authored
boards/nucleo-f070: add missing periph_i2c feature
-
Sebastian Meiling authored
The SPI bus frequency/clock is calculated relative to the MCUs core clock. Currently all boards use the default 32MHz, hence prescaler settings for SPI are all the same. This PR moves the default config for 32MHz to the CPU and allows to be overriden by board config if needed.
-
Martine Lenders authored
examples: dtls-echo: remove unneeded addressing operator
-
Alexandre Abadie authored
-
Alexandre Abadie authored
Add support for the SODAQ ONE board
-
Kevin Weiss authored
tests/periph_uart: add automated testing script
-
Kees Bakker authored
-
Kees Bakker authored
Also add sodaq-one to the boards with insufficient memory
-
Kees Bakker authored
The following features were tested (briefly): * UART (the first) * xtimer is working (it's the same code as in samr21)
-