- May 29, 2018
-
-
José Ignacio Alamos Aste authored
uncrustify add empty body brackets support
-
Alexandre Abadie authored
sys/cb_mux: Callback multiplexer
-
Alexandre Abadie authored
boards/msbiot: on-board buttons and saul integration
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
-
Marian Buschsieweke authored
-
Matthew Blue authored
-
- May 28, 2018
-
-
Alexandre Abadie authored
drivers: Various minor improvments of the cc110x driver
-
Matthew Blue authored
-
Matthew Blue authored
-
Marian Buschsieweke authored
-
Josarn authored
-
Josarn authored
-
Alexandre Abadie authored
makefiles/tools: use RIOTTOOLS variable
-
Alexandre Abadie authored
boards: use RIOTTOOLS variable
-
Martine Lenders authored
net/emcute: use correct number of retries
-
Hauke Petersen authored
syncsend() is used also for the initial packet, so resending while (retries <= EMCUTE_N_RETRY) is the correct behavior.
-
- May 27, 2018
-
-
Francisco Acosta authored
core/debug: fix debug.h use within ISRs
-
Toon Stegen authored
The newlib-nano include directory can be named either newlib-nano or nano, so we should make sure it is added in both cases.
-
- May 25, 2018
-
-
Bas Stottelaar authored
cpu: efm32: fix for cpp support.
-
Bas Stottelaar authored
-
Bas Stottelaar authored
-
Koen Zandberg authored
uuid: Initial import of RFC4122 UUID functions
-
Sebastian Meiling authored
doc: fix quick guide command order
-
Hauke Petersen authored
sys/uart_stdio: remove unused rx_cb from header
-
Yegor Yefremov authored
git checkout can only work if you've already changed to RIOT folder.
-
José Ignacio Alamos Aste authored
Lua support - initial PR
-
Hauke Petersen authored
-
- May 24, 2018
-
-
Joakim Nohlgård authored
kinetis: GPIO: Enable the correct IRQn on CM0+
-
Kaspar Schleiser authored
xtimer_now64_continuity: Enable test run on CI
-
Joakim Nohlgård authored
-
Marian Buschsieweke authored
Replaced magic undocumented numbers in the code by human readable preprocessor macros.
-
Marian Buschsieweke authored
Function cc110x_state_to_text is defined and (with ENABLE_DEBUG) referenced, but implemented. This commit adds the missing implementation.
-
Marian Buschsieweke authored
-
Loïc Dauphin authored
pkg: ndn-riot: initial import of ndn-riot as a package
-
danpetry authored
- Lua print() function is only supported function - Lua script is parsed at compile time and run in example
-
danpetry authored
- download of v5.3.4 of Lua from git - building using RIOT build system - patched to remove the need for _times and _link to be provided to Lua via newlib.
-
Alexandre Abadie authored
boards: add Ublox C030-U201
-
Vincent Dupont authored
-
Francisco Acosta authored
pkg/tinycbor: Initial import
-