José Alamos
27f61a2ca6
Merge pull request #10207 from PeterKietzmann/pr_move_jiminy_doc
...
doc/boards: move jiminy from wiki to RIOT repo
2018-10-19 16:44:24 +02:00
1157720454
Merge pull request #10202 from smlng/pr/tests/heatshrink
...
tests/heatshrink: move from unittests to regular test
2018-10-19 16:42:41 +02:00
PeterKietzmann
ecb5972a2a
doc/boards: move jiminy from wiki to RIOT repo
2018-10-19 15:44:36 +02:00
smlng
24032ac9ae
tests/heatshrink: move from unittests to regular test
...
This moves tests for the heatshrink package from unittests to a regular
test, which should help to decrease binary size of unittests.
2018-10-19 15:18:16 +02:00
Kevin "Bear Puncher" Weiss
cb09092c0b
Merge pull request #10125 from gschorcht/esp8266_cpu_freq
...
cpu/esp8266: cpu frequency settings feature added
2018-10-19 14:53:45 +02:00
Schorcht
0d796d6eec
cpu/esp8266: cpu frequency settings
2018-10-19 13:08:32 +02:00
d928ce687c
Merge pull request #10199 from aabadie/pr/nanocoap/class_name
...
net/nanocoap: rename variable name 'class'
2018-10-19 11:26:40 +02:00
f48deb48d4
net/nanocoap: rename variable name 'class'
...
'class' is keyword in c++ and leads to conflicts
2018-10-19 10:27:06 +02:00
Martine Lenders
a1124a90ca
Merge pull request #10198 from aabadie/pr/boards/wsn430_doc_fix
...
boards/wsn430*: fix doxygen grouping
2018-10-19 09:21:49 +02:00
3ee51bf059
boards/wsn430*: fix doxygen grouping
2018-10-18 17:41:22 +02:00
a8c2de12fa
Merge pull request #9870 from bergzand/pr/ethos/fix_recv_with_drop
...
ethos: Add drop frame case to recv function
2018-10-18 15:30:48 +02:00
Martine Lenders
ed1eb8ed9c
Merge pull request #10183 from bergzand/pr/tests/libcose_move
...
tests/libcose: Move from unittests to regular test
2018-10-18 15:16:20 +02:00
Martine Lenders
bdf820af46
Merge pull request #10194 from bergzand/pr/cord/enable_stacktest
...
CORD: enable THREAD_CREATE_STACKTEST for threads
2018-10-18 14:38:29 +02:00
José Alamos
372a729e21
Merge pull request #10070 from OTAkeys/pr/bump_littlefs_version
...
pkg/littlefs: bump version to v1.6.2
2018-10-18 14:35:55 +02:00
afb7d6e1fc
cord/epsim: enable THREAD_CREATE_STACKTEST for thread
2018-10-18 14:17:07 +02:00
be1dc15655
cord/ep: enable THREAD_CREATE_STACKTEST for thread
2018-10-18 14:09:32 +02:00
Martine Lenders
598a3155a9
Merge pull request #9991 from PeterKietzmann/pr_add_repcode
...
sys/ecc: add repetition code
2018-10-18 14:03:39 +02:00
PeterKietzmann
d3e34b4334
sys/ecc: add repetition code
2018-10-18 13:37:21 +02:00
03e2eca813
tests/libcose: Move from unittests to regular test
2018-10-18 11:43:18 +02:00
Cenk Gündoğan
aa784b5ed5
Merge pull request #10176 from smlng/pr/lora-box/flasherflags
...
lorabox: add port to flasher parameters
2018-10-18 10:00:57 +02:00
Martine Lenders
179f17ca42
Merge pull request #9989 from PeterKietzmann/pr_add_golay
...
sys/ecc: add golay(24,12) half rate code
2018-10-18 09:31:17 +02:00
PeterKietzmann
9768995a0b
sys/ecc: add golay(24,12) ECC
2018-10-18 09:05:28 +02:00
9497a6d8dd
Merge pull request #10180 from leandrolanzieri/pr/pkg/semtech_timeout
...
pkg/semtech-loramac: Reduce timeout in timer
2018-10-18 08:25:15 +02:00
Leandro Lanzieri
0aa12b9f77
pkg/semtech-loramac: Reduce timeout in timer
2018-10-18 08:08:12 +02:00
6f960f42e0
Merge pull request #10181 from haukepetersen/opt_nimble_stacktest
...
pkg/nimble: use STACKTEST flag for controller thread
2018-10-17 20:44:49 +02:00
910b088094
Merge pull request #10172 from miri64/tests/fix/lwip_sock_array_address
...
tests/lwip_sock_{i,ud}p: correctly get array address
2018-10-17 20:36:33 +02:00
Hauke Petersen
7351cba054
pkg/nimble: create ctrl thread with FLAG_STACKTEST
2018-10-17 20:26:42 +02:00
8b2d295ab6
Merge pull request #10107 from miri64/tests/fix/lwip-sock-stack
...
tests/lwip_sock_*: Stop main thread from overflowing
2018-10-17 20:26:31 +02:00
Hauke Petersen
86b4a41466
Merge pull request #10158 from silkeh/fix-nrf5x-gpio
...
nrf5x_common: gpio: fix port 1 functionality
2018-10-17 17:17:46 +02:00
smlng
3f938123d5
lorabox: add port to flasher parameters
...
This adds the port parameter to the stm32loader flash script. This was
necessary to allow flashing on macOS X where the default port is not
autodetected correctly and needs to be specified, e.g. by running:
BOARD=lobaro-lorabox PORT=/dev/tty.SLAB_USBtoUART \
make -C examples/lorawan flash term`
2018-10-17 16:07:00 +02:00
Martine Lenders
266f7ee342
Merge pull request #10163 from haukepetersen/opt_cord_restructuring
...
net/rdcli*: restructure and rename RD related modules
2018-10-17 15:39:07 +02:00
Hauke Petersen
34fa61d7db
examples/rdcli: rename to cord_ep
2018-10-17 15:21:49 +02:00
Hauke Petersen
cfe4370a95
sys/shell/rdcli: rename to sc_cord_ep.c
2018-10-17 15:21:49 +02:00
Hauke Petersen
18cc7ee3ed
net/rdcli: rename to cord_ep
2018-10-17 15:21:49 +02:00
Hauke Petersen
5668100dc3
examples/rdcli_simple: rename to cord_epsim
2018-10-17 15:21:49 +02:00
Hauke Petersen
226b9fa383
net/rdcli_simple: rename to cord_epsim
2018-10-17 15:21:49 +02:00
Martine Lenders
bf8ebbac81
tests/lwip_sock_{i,ud}p: correctly get array address
...
We want the address of the start of the array.
2018-10-17 11:43:11 +02:00
Hauke Petersen
152623577e
net/rdcli_config: rename to cord_config
2018-10-17 09:29:19 +02:00
Hauke Petersen
787524400c
net/rdcli_common: rename to cord_common
2018-10-17 09:29:19 +02:00
Hauke Petersen
f0b0e25254
net/rdcli: new module structure and high-level doc
2018-10-17 09:29:19 +02:00
917548f37c
Merge pull request #10170 from fedepell/arduino_tests_1
...
tests/arduino: add automatic test for arduino module
2018-10-17 09:15:20 +02:00
Martine Lenders
a291facbd7
tests/lwip_sock_tcp: make non-static end-point consts static
2018-10-16 19:09:24 +02:00
Martine Lenders
f6964c1065
tests/lwip_sock_tcp: make IPv4 address byteorder static
2018-10-16 19:09:23 +02:00
Martine Lenders
4934df3112
tests/lwip_sock_ip: make non-static consts static
2018-10-16 19:09:23 +02:00
Martine Lenders
73ec2ac652
tests/lwip_sock_ip: make IPv4 address byteorder static
2018-10-16 19:09:23 +02:00
Martine Lenders
6789a0b246
tests/lwip_sock_udp: make non-static consts static
2018-10-16 19:09:23 +02:00
Martine Lenders
a5370ff6df
tests/lwip_sock_udp: make IPv4 address byteorder static
2018-10-16 19:09:23 +02:00
77d97a6fa2
Merge pull request #9336 from jia200x/openthread_ftd
...
pkg/openthread: rework of FTD and MTD support
2018-10-16 17:23:55 +02:00
9f390f19c6
Merge pull request #10059 from miri64/pkg/enh/lwIP-2.1
...
lwip: Bump version to v2.1.0
2018-10-16 17:10:26 +02:00
Federico Pellegrin
6ddab08cdb
tests/arduino: add automatic test for arduino module
2018-10-16 16:41:26 +02:00