- Apr 27, 2018
-
-
Kaspar Schleiser authored
tests:sizeof_tcb: fix for wsn430 and arduino
-
Kaspar Schleiser authored
tests/float: increase timeout for wsn430
-
Kaspar Schleiser authored
tests/bloom_bytes: increase timeout for wsn430
-
- Apr 26, 2018
-
-
Gaëtan Harter authored
arduino-uno and arduino-mega2560 do not support the '%-*s' option.
-
Gaëtan Harter authored
-
Cenk Gündoğan authored
examples: ccn-lite-relay: renamed 'ccnl_cont'
-
Gaëtan Harter authored
-
Gaëtan Harter authored
adding 512 elements took 10243ms checking 10000 elements took 134720ms
-
Michael Frey authored
Renamed 'ccnl_cont' to 'ccnl_cs' in examples/ccn-lite-relay/README.md
-
Sebastian Meiling authored
readme: add IRC badge
-
Kaspar Schleiser authored
nanocoap: add request entity incomplete response code
-
Koen Zandberg authored
-
Kaspar Schleiser authored
evtimer: optimized adding
-
- Apr 25, 2018
-
-
Koen Zandberg authored
cbor: add deprecation note
-
Sebastian Meiling authored
make/javascript: fix RIOTBASE
-
Josarn authored
-
Jose Alamos authored
-
Martine Lenders authored
-
Hauke Petersen authored
cpu/nrf51: add PWM implementation
-
Semjon Kerner authored
-
Semjon Kerner authored
-
Kaspar Schleiser authored
pkg/pkg.mk: do not sign when applying patches
-
Alexandre Abadie authored
frdm-k22f: Fix typos and remove unused includes
-
- Apr 24, 2018
-
-
Koen Zandberg authored
pkg: cleanup old GIT_APPLY_PATCHES variable
-
Gaëtan Harter authored
Disable signing every applied patches for user that have gpgsign by default.
-
Gaëtan Harter authored
-
Gaëtan Harter authored
variable usage was removed in 0fb50ebe
-
Joakim Nohlgård authored
-
Francisco Acosta authored
dist/tools/openocd: add the possibility to do a reset before halt in openocd debug command
-
Alexandre Abadie authored
boards*: cleanup doxygen
-
- Apr 23, 2018
-
-
Kaspar Schleiser authored
sys/auto_init: fix syntax error on auto_init_pulse_counter.c
-
Sebastian Meiling authored
gnrc: fix build of gnrc_ipv6_blacklist when ENABLE_DEBUG is disabled
-
Kaspar Schleiser authored
net/gcoap: increase stack size by sizeof(coap_pkt_t)
-
- Apr 22, 2018
-
-
Kaspar Schleiser authored
-
- Apr 20, 2018
-
-
Gaëtan Harter authored
sys/arduino: drop cpp feature dependency
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
Currently, the arduino module depends on the "cpp" feature. As AVR's don't have libstdc++, they don't provide that feature, as otherwise all cpp examples would break. But the AVR does provide a cpp compiler and thus the arduino module compiles just fine. This comit removes the cpp dependency from arduino module.
-
Kaspar Schleiser authored
sys/event: allow calling event_post multiple times
-
Hyungsin authored
-
- Apr 19, 2018
-
-
Gaëtan Harter authored
net/rdcli: fix doxygen groups for RD client code
-