- May 29, 2018
-
-
Bas Stottelaar authored
-
Peter Kietzmann authored
drivers/cc110x: Made address format in debug output consistent
-
Marian Buschsieweke authored
-
Francisco Acosta authored
cpu/kinetis: Refactor LPTMR timer implementation
-
Martine Lenders authored
shell_commands/ping6: Fixed bug in calculation of average round trip time
-
Cenk Gündoğan authored
gnrc_pktdump: print rest of snip as hex if available
-
Cenk Gündoğan authored
sys/trickle: document time interval unit 'ms'
-
Marian Buschsieweke authored
The average rout trip time has been to low in case packets were lost, as lost packets were treated as if that had an RTT of 0.
-
Martine Lenders authored
Currently, `gnrc_pktdump` only prints the header part of a snip. However, if the snip wasn't parsed yet by the corresponding GNRC module (or the module doesn't exist because the node is e.g. just a forwarder), additional data might not be printed. This makes it hard to analyze the data properly (sometimes you not only want to know where the IPv6 packet is supposed to go, you also want to know what's in it). So this just prints the rest of the snip as a hex dump.
-
Gaëtan Harter authored
Unit is milliseconds as said here: https://github.com/RIOT-OS/RIOT/pull/9145#discussion_r188861183
-
Alexandre Abadie authored
uncrustify: add check for no newline at end of file
-
Alexandre Abadie authored
-
Loïc Dauphin authored
kinetis: Refactor PIT timer driver implementation
-
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
-