- Oct 26, 2016
-
-
Martine Lenders authored
-
- Oct 25, 2016
-
-
Cenk Gündoğan authored
gnrc_netreg: mbox and arbitrary callback support
-
Martine Lenders authored
-
Martine Lenders authored
boards/nucleo-f103: remove STDIO_UART definition
-
Martine Lenders authored
-
Martine Lenders authored
-
Hauke Petersen authored
gnrc_netreg: introduce helper macro/function for entry init
-
Cenk Gündoğan authored
drivers: add support for LPD8808 based LED stripes
-
Hauke Petersen authored
boards: initial support for Nucleo f030 board
-
Cenk Gündoğan authored
boards/native: set PORT to tap0
-
Lucas Jenß authored
cbor: fix off-by-one error
-
Martine Lenders authored
Improve execution of static-tests
-
Hauke Petersen authored
The board is using the default value, so no need to redefine it...
-
Martine Lenders authored
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Francisco Acosta authored
Cortex-M MPU driver and pseudo-module for guarding against stack overflows
-
Francisco Acosta authored
boards/nucleo-f103: set stdio uart to USB port by default
-
Peter Kietzmann authored
cpu/atmega_common: include time.h for time_t
-
- Oct 24, 2016
-
-
Martine Lenders authored
cpu/stm32f103cb: generalize linkerscript
-
Peter Kietzmann authored
netstats_l2: cc2538 (and at86rf2xx fixes)
-
Peter Kietzmann authored
shell: exclude hl and stats from usage if module not present
-
Sebastian Meiling authored
-
Ian Martin authored
-
Ian Martin authored
triggers an exception during stack overflow, but at a cost of 32-63 bytes of RAM per thread.
-
Ian Martin authored
-
Martine Lenders authored
boards/nucleo-l1: removed deprecated GPIO config
-
Hauke Petersen authored
-
Hauke Petersen authored
-
Martine Lenders authored
-
Martine Lenders authored
make: remove trailing slash from BINDIR and APPDIR variables
-
Cenk Gündoğan authored
`PORT` is unset if `netdev2_tap` is not in `USEMODULES`. But unfortunately, `netdev2_tap` is set by boards/native/Makefile.dep *after* `PORT` is set, so that `PORT` remains empty. This commit breaks this circular dependency by checking for `netdev_default` and `gnrc_netdev_default` instead. Without this commit, `make term` throws an error for examples that require a tap interface, when `PORT` is not explicitely given.
-
- Oct 22, 2016
-
-
Peter Kietzmann authored
boards: add remote-revb
-
- Oct 21, 2016
-
-
Sebastian Meiling authored
-
Sebastian Meiling authored
-
Sebastian Meiling authored
-
Hauke Petersen authored
-
Alexandre Abadie authored
-
Sebastian Meiling authored
add missing Makefile.dep files to boards remote-pa, remote-reva, and remote-revb, as introduced by #5891. Otherwise certain features are not working, such as radio.
-
Antonio Lignan authored
-