Bas Stottelaar
1d78138816
dist: tools/licenses: add mit-short
2018-05-29 18:40:59 +02:00
Bas Stottelaar
8fe56a1d73
tests: rng: add fortuna PRNG.
2018-05-29 18:40:59 +02:00
Bas Stottelaar
6464e12713
doc: exclude fortuna sources
2018-05-29 18:40:59 +02:00
Bas Stottelaar
99755eaa0c
sys: random: add fortuna PRNG
2018-05-29 18:40:58 +02:00
Peter Kietzmann
32413f872e
Merge pull request #9227 from maribu/cc110x
...
drivers/cc110x: Made address format in debug output consistent
2018-05-29 18:19:25 +02:00
Marian Buschsieweke
ee33bd167a
drivers/cc110x: Made address format in debug output consistent
2018-05-29 15:57:30 +02:00
Francisco Acosta
6e484f7aed
Merge pull request #8814 from gebart/pr/kinetis-periph-timer-tfc
...
cpu/kinetis: Refactor LPTMR timer implementation
2018-05-29 15:54:11 +02:00
Martine Lenders
ced615a7ae
Merge pull request #9224 from maribu/ping6
...
shell_commands/ping6: Fixed bug in calculation of average round trip time
2018-05-29 14:27:49 +02:00
Cenk Gündoğan
5230e7732c
Merge pull request #9188 from miri64/gnrc_pktdump/enh/print-rest
...
gnrc_pktdump: print rest of snip as hex if available
2018-05-29 13:32:39 +02:00
Cenk Gündoğan
e0c50e41bb
Merge pull request #9223 from cladmi/pr/doc/trickle/ms
...
sys/trickle: document time interval unit 'ms'
2018-05-29 13:30:34 +02:00
Marian Buschsieweke
b4b088be9e
shell_commands/ping6: Fixed bug in calculation of average round trip time
...
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.
2018-05-29 12:36:05 +02:00
Martine Lenders
8c77cbb903
gnrc_pktdump: print rest of snip as hex if available
...
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.
2018-05-29 12:33:06 +02:00
Gaëtan Harter
f61dbb6bdb
sys/trickle: document time interval unit 'ms'
...
Unit is milliseconds as said here:
https://github.com/RIOT-OS/RIOT/pull/9145#discussion_r188861183
2018-05-29 11:59:12 +02:00
9ecde3b5a6
Merge pull request #9222 from aabadie/uncrustify_newline_eof
...
uncrustify: add check for no newline at end of file
2018-05-29 11:32:55 +02:00
7c7d522fde
uncrustify: check no newline at end of file
2018-05-29 11:12:09 +02:00
Loïc Dauphin
b7a8ba73a9
Merge pull request #8933 from gebart/pr/kinetis-pit-refactor
...
kinetis: Refactor PIT timer driver implementation
2018-05-29 11:09:55 +02:00
José Alamos
9399081021
Merge pull request #9217 from Josar/pr/uncrustify_empty_body
...
uncrustify add empty body brackets support
2018-05-29 10:57:05 +02:00
657bd25dbe
Merge pull request #8993 from ZetaR60/RIOT_cbmplex
...
sys/cb_mux: Callback multiplexer
2018-05-29 10:06:05 +02:00
d3a86f7df2
Merge pull request #9221 from maribu/msbiot
...
boards/msbiot: on-board buttons and saul integration
2018-05-29 09:50:22 +02:00
Marian Buschsieweke
7d7bc3fef8
boards/msbiot: Added on-board MPU-9150 as defalt SAUL device
2018-05-29 09:34:24 +02:00
Marian Buschsieweke
a0f35c9b35
boards/msbiot: Added on-board buttons & LEDs as defalt SAUL devices
2018-05-29 09:33:57 +02:00
Marian Buschsieweke
ce57a574df
boards/msbiot: Added support for on-board buttons
2018-05-29 09:33:08 +02:00
Matthew Blue
7a95463649
tests/cb_mux: initial benchmark routine
2018-05-29 00:10:20 -04:00
d7585e379c
Merge pull request #9164 from maribu/cc110x
...
drivers: Various minor improvments of the cc110x driver
2018-05-28 22:03:43 +02:00
Matthew Blue
c767cdd0bb
tests/cb_mux: initial test routine
2018-05-28 15:43:42 -04:00
Matthew Blue
02697fafb3
sys/cb_mux: initial support
2018-05-28 15:43:41 -04:00
Marian Buschsieweke
2f3d811e99
drivers: Improved debug output in cc110x
2018-05-28 20:27:15 +02:00
Josarn
0b516e17ac
uncrustify: uncrustified
2018-05-28 18:03:04 +02:00
Josarn
8b6a6f5f10
uncrustify: empty body brackets
2018-05-28 18:02:13 +02:00
ea4aa1e178
Merge pull request #9134 from aabadie/pr/makefiles/riottools
...
makefiles/tools: use RIOTTOOLS variable
2018-05-28 17:03:00 +02:00
5897cf09cc
Merge pull request #9133 from aabadie/pr/boards/riottools
...
boards: use RIOTTOOLS variable
2018-05-28 17:02:43 +02:00
Martine Lenders
23c5902d53
Merge pull request #9109 from haukepetersen/fix_emcute_nretries
...
net/emcute: use correct number of retries
2018-05-28 12:20:57 +02:00
Hauke Petersen
7f2fb5e0a3
net/emcute: use correct number of retries
...
syncsend() is used also for the initial packet, so resending
while (retries <= EMCUTE_N_RETRY) is the correct behavior.
2018-05-28 11:41:20 +02:00
Francisco Acosta
202fd41b88
Merge pull request #9151 from ZetaR60/RIOT_isr_debug
...
core/debug: fix debug.h use within ISRs
2018-05-27 23:01:55 +02:00
Toon Stegen
88aaa62364
newlib-nano: add include directory
...
The newlib-nano include directory can be named either newlib-nano or
nano, so we should make sure it is added in both cases.
2018-05-27 07:13:16 +02:00
Bas Stottelaar
6f5db1c954
Merge pull request #9097 from basilfx/feature/efm32_cpp
...
cpu: efm32: fix for cpp support.
2018-05-25 21:09:49 +02:00
Bas Stottelaar
283e5fb2c2
tests: unittests: blacklist efm32 boards with insufficient memory
2018-05-25 20:36:21 +02:00
Bas Stottelaar
840de5139b
cpu: efm32: fix for cpp support.
2018-05-25 20:36:21 +02:00
fce61f91f0
Merge pull request #9046 from bergzand/pr/uuid/initial
...
uuid: Initial import of RFC4122 UUID functions
2018-05-25 15:05:57 +02:00
Sebastian Meiling
5997deebae
Merge pull request #9197 from yegorich/quick-guide-fix
...
doc: fix quick guide command order
2018-05-25 12:11:34 +01:00
Hauke Petersen
c9996bfa03
Merge pull request #9192 from haukepetersen/rm_stdio_uartunusedfunctiondef
...
sys/uart_stdio: remove unused rx_cb from header
2018-05-25 12:41:20 +02:00
Yegor Yefremov
b5527911f1
doc: fix quick guide command order
...
git checkout can only work if you've already changed to RIOT folder.
2018-05-25 12:22:09 +02:00
José Alamos
2b08ea351c
Merge pull request #8847 from danpetry/lua_initial
...
Lua support - initial PR
2018-05-25 11:53:25 +02:00
Hauke Petersen
ce2adb31aa
sys/uart_stdio: remove unused rx_cb from header
2018-05-25 11:29:16 +02:00
Joakim Nohlgård
9657274d0d
Merge pull request #9147 from gebart/pr/kinetis-z-gpio-irqn
...
kinetis: GPIO: Enable the correct IRQn on CM0+
2018-05-25 00:50:59 +02:00
3d66cbda80
Merge pull request #9182 from bergzand/pr/tests/xtimer_now64_continuity/run_on_ci
...
xtimer_now64_continuity: Enable test run on CI
2018-05-24 23:55:05 +02:00
Joakim Nohlgård
09e0e8953d
kinetis: GPIO: Enable the correct IRQn on CM0+
2018-05-24 23:54:56 +02:00
Marian Buschsieweke
30c79a66d0
drivers: Replaced magic numbers in cc110x
...
Replaced magic undocumented numbers in the code by human readable preprocessor
macros.
2018-05-24 19:28:46 +02:00
Marian Buschsieweke
cbff3e6d3a
drivers: Implemented missing function in cc110x
...
Function cc110x_state_to_text is defined and (with ENABLE_DEBUG) referenced,
but implemented. This commit adds the missing implementation.
2018-05-24 19:17:59 +02:00
Marian Buschsieweke
b4f70be9ef
drivers: Fixed struct documentation for cc110x
2018-05-24 19:16:52 +02:00