You need to sign in or sign up before continuing.
- Mar 28, 2018
-
-
Gaëtan Harter authored
.DEFAULT_GOAL was reset many times which removed 'all' from being the default goal. By chance it was then set to `link` so was working by some magic.
-
Kaspar Schleiser authored
Makefile.include: refactor command present check
-
Kaspar Schleiser authored
makefiles: FIX boards generating a binary '.hex' file
-
Martine Lenders authored
netdev: Initial implementation of a more layered approach to netdev
-
Koen Zandberg authored
-
- Mar 27, 2018
-
-
Koen Zandberg authored
ethos: add periph_uart as dependency
-
Sebastian Meiling authored
gnrc_netreg: fix static PID initialize for gnrc_netapi_callbacks
-
Gaëtan Harter authored
-
Gaëtan Harter authored
* Use the existing variable when possible * Remove duplicate definition * Remove unused BINFILE variable
-
Gaëtan Harter authored
Refactor the code checking if command is present. Message is taken from the compiler check as it was more precise than the others.
-
Gaëtan Harter authored
make: replace curly braces with parenthesis
-
Joakim Nohlgård authored
sys/phydat: align numbers, remove index if dim == 1
-
Dylan Laduranty authored
cpu/samd21: Avoid clearing interrupt bits unintentionally
-
Kaspar Schleiser authored
cpu/atmega1284p: support and boards/mega-xplained: support
-
Joakim Nohlgård authored
The INTENSET, INTENCLR, INTFLAG registers are write-1-to-confirm registers, so writing zeroes will not affect anything, on the other hand, a compiler generated read-modify-write cycle may unintentionally affect more bits than the one being set. Avoid by using direct assignment instead of or-assignment (|=) or bitfield writes (.bit.xxx=).
-
- Mar 26, 2018
-
-
Matthew Blue authored
-
Matthew Blue authored
-
Matthew Blue authored
-
Alexandre Abadie authored
drivers/sx127x: make paselect configurable in the driver params
-
Martine Lenders authored
-
Alexandre Abadie authored
-
- Mar 25, 2018
-
-
Matthew Blue authored
-
Matthew Blue authored
-
Kaspar Schleiser authored
core/mutex: fix -fpermissive warning in C++ mode
-
Joakim Nohlgård authored
g++ gives the error message "error: invalid conversion from ‘void*’ to ‘list_node*’ [-fpermissive]"
-
- Mar 23, 2018
-
-
Joakim Nohlgård authored
-
- Mar 22, 2018
-
-
Alexandre Abadie authored
-
Martine Lenders authored
native: remove non required NATIVEINCLUDES
-
Gaëtan Harter authored
sys/phydat: Add phydat_fit to rescale values for phydat_t Fits larger values into the 16 bit integers used by phydat_t and update scale accordingly. Including a minimal unit test.
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
-
Joakim Nohlgård authored
Fits larger values into the 16 bit integers used by phydat and update scale accordingly.
-
Kaspar Schleiser authored
bindist: remove APPLICATION_MODULE duplicate
-
Joakim Nohlgård authored
Fix APPLICATION_MODULE being duplicated in the command line during link. This error is currently silently ignored by the linker.
-
Alexandre Abadie authored
pkg*: replace curly braces by parenthesis in makefiles
-
Alexandre Abadie authored
-
- Mar 21, 2018
-
-
Alexandre Abadie authored
drivers/cc2420: apply unified driver params scheme
-
Martine Lenders authored
drivers/soft_spi: move to drivers_periph group
-
- Mar 20, 2018
-
-
Alexandre Abadie authored
-
Francisco Acosta authored
boards/nucleo-l152: increase xtimer backoff
-