Marian Buschsieweke
|
2c3712d55d
|
tests/xtimer_hang: Disabled module core_msg
Enforce that xtimer is usable without module core_msg
|
2019-10-31 19:55:50 +01:00 |
|
Marian Buschsieweke
|
cd1ce6b98d
|
sys/xtimer: Remove dependency to core_msg
When module `core_msg` is not used, `xtimer` now no longer provides the features
related to messages. This allows using `xtimer` without `core_msg`.
|
2019-10-31 19:55:50 +01:00 |
|
Sebastian Meiling
|
ca696f827b
|
Merge pull request #12193 from leandrolanzieri/pr/gcoap/obs
gcoap: Add 'obs' attribute in example and extend documentation
|
2019-10-31 18:14:23 +01:00 |
|
Martine S. Lenders
|
de47681d03
|
sock_async: fix compile-time errors
|
2019-10-31 16:01:49 +01:00 |
|
benpicco
|
6ba94b37f2
|
Merge pull request #12622 from jue89/bugfix/riotboot-slot-size
sys/riotboot: Fixed flashwrite_slotsize to return size of slot 1
|
2019-10-31 14:00:11 +01:00 |
|
Juergen Fitschen
|
e152b3e346
|
sys/riotboot: Fixed flashwrite_slotsize to return size of slot 1
|
2019-10-31 12:05:35 +01:00 |
|
Ken Bannister
|
85a392e503
|
Merge pull request #12598 from kb2ma/release_notes
release-notes.txt: add notes for 2019.10 release
|
2019-10-31 05:40:01 -04:00 |
|
benpicco
|
92b46cb335
|
Merge pull request #12614 from Bill0412/master
core/sched: remove duplicate include of irq.h
|
2019-10-30 20:06:12 +01:00 |
|
Ken Bannister
|
8f3f240b69
|
release-notes.txt: add notes for 2019.10 release
|
2019-10-30 13:41:04 -04:00 |
|
fenghe
|
d6227cbc4d
|
core/sched: remove duplicate include of irq.h
|
2019-10-31 01:28:32 +08:00 |
|
Martine Lenders
|
71ad10afa7
|
Merge pull request #12584 from aabadie/pr/net/nanocoap_scan_build
net/nanocoap: fix issues reported by scan-build
|
2019-10-30 17:26:42 +01:00 |
|
|
8b06560c02
|
sys/net/nanocoap: correctly initialize array
|
2019-10-30 17:03:06 +01:00 |
|
|
95da51bd7f
|
sys/net/nanocoap: fix potential use of uinitialized variable
|
2019-10-30 17:03:06 +01:00 |
|
|
5d1480a4b8
|
sys/net/nanocoap: fail when start data cannot be parsed
|
2019-10-30 17:03:06 +01:00 |
|
|
1aa1e2c8cc
|
sys/net/nanocoap: return ENOENT if parsing option failed
This fixes a potential use of uninitialized len in subsequent function calls.
This was reported by scan-build
|
2019-10-30 17:03:06 +01:00 |
|
Martine Lenders
|
5b4b12ed07
|
Merge pull request #11723 from miri64/sock/enh/async2
sock: initial definitions for asynchronous event handling
|
2019-10-30 16:59:11 +01:00 |
|
|
357eaba7cf
|
examples/lua*: update board blacklist
RISCV based boards are now blacklisted at package level
|
2019-10-30 16:15:41 +01:00 |
|
|
1055c6497e
|
pkg/lua: exclude RISCV
|
2019-10-30 16:15:41 +01:00 |
|
|
aaa662b9e0
|
examples/lua*: update board blacklist
MIPS based boards are now blacklisted at package level
|
2019-10-30 15:40:26 +01:00 |
|
|
01702df52d
|
pkg/lua: exclude MIPS
|
2019-10-30 15:40:09 +01:00 |
|
|
4eb7c29e06
|
examples/javascript: update board blacklist
MIPS based boards are now blacklisted at package level
|
2019-10-30 15:39:55 +01:00 |
|
|
219faf250e
|
pkg/jerryscript: exclude MIPS
|
2019-10-30 15:39:11 +01:00 |
|
Martine Lenders
|
bf5b53392c
|
Merge pull request #12603 from jia200x/pr/link_up
netopt: redefine NETOPT_LINK_CONNECTED
|
2019-10-30 15:19:07 +01:00 |
|
|
a0187caf88
|
examples/lua*: update board blacklist
Remove 8 bit and 16 bit based boards because they are automatically excluded by the 32 bit architecture requirement of the jerryscript package
|
2019-10-30 14:27:32 +01:00 |
|
|
c15c3ab8a2
|
pkg/lua: add arch 32bit requirement
|
2019-10-30 14:27:15 +01:00 |
|
|
c9304ab73b
|
examples/javascript: update board blacklist
Remove 8 bit and 16 bit based boards because they are automatically excluded by the 32 bit architecture requirement of the jerryscript package
|
2019-10-30 14:27:02 +01:00 |
|
|
04e8461460
|
pkg/jerryscript: add arch 32bit requirement
|
2019-10-30 14:25:41 +01:00 |
|
Jose Alamos
|
f77eba2e53
|
gnrc_ipv6_ext_frag: add board to insufficient memory list
|
2019-10-30 14:23:34 +01:00 |
|
|
9755694b56
|
examples/dtls-echo: remove useless board blacklist
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
|
2019-10-30 14:12:40 +01:00 |
|
|
4993b65650
|
pkg/tinydtls: add arch 32bit requirement
|
2019-10-30 14:11:59 +01:00 |
|
benpicco
|
ed93bce856
|
Merge pull request #9323 from OYTIS/cc1352-launchpad-support
CC1352 launchpad support
|
2019-10-30 14:06:13 +01:00 |
|
Martine Lenders
|
f0b5eb04c1
|
sock: initial import of asynchronous event definitions
|
2019-10-30 13:23:31 +01:00 |
|
Jose Alamos
|
f38a786108
|
sc_gnrc_netif: implement link command
|
2019-10-30 13:13:06 +01:00 |
|
Jose Alamos
|
6beec0a4f6
|
netopt: update doc of NETOPT_LINK
|
2019-10-30 12:13:36 +01:00 |
|
Jose Alamos
|
43a5fdc870
|
netopt: rename NETOPT_LINK_CONNECTED
|
2019-10-30 12:13:36 +01:00 |
|
|
7a83364419
|
tests/pkg_micro-ecc: remove useless board blacklist
This is now automatically managed by the arch 16bit feature blacklist at pkg dependencies level
|
2019-10-30 11:43:41 +01:00 |
|
|
286c9b63e3
|
pkg/micro-ecc: blacklist arch 16bit requirement
|
2019-10-30 11:43:40 +01:00 |
|
|
3a1a08fc4a
|
tests/pkg_qdsa: remove useless board blacklist
This is now automatically managed by the arch 16bit feature blacklist at pkg dependencies level
|
2019-10-30 11:43:40 +01:00 |
|
|
8062a6fb82
|
pkg/qDSA: blacklist arch 16bit requirement
|
2019-10-30 11:43:40 +01:00 |
|
|
9a2f29ed83
|
tests/pkg_libhydrogen: remove useless board blacklist
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
|
2019-10-30 11:43:40 +01:00 |
|
|
a19f7a5589
|
pkg/libhydrogen: add arch 32bit requirement
|
2019-10-30 11:43:40 +01:00 |
|
|
2cb3ab5b78
|
tests/pkg_tinycbor: remove useless board blacklist
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
|
2019-10-30 11:43:40 +01:00 |
|
|
5839e35eac
|
pkg/tinycbor: add arch 32bit requirement
|
2019-10-30 11:43:40 +01:00 |
|
|
e40214f221
|
tests/pkg_monocypher: remove useless board blacklist
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
|
2019-10-30 11:43:40 +01:00 |
|
|
c7acc5f31b
|
tests/pkg_libcose: remove useless board blacklist
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
|
2019-10-30 11:43:40 +01:00 |
|
|
c77916e730
|
pkg/monocypher: add arch 32bit requirement
|
2019-10-30 11:43:39 +01:00 |
|
|
49f855bd81
|
tests/pkg_libcoap: remove useless board blacklist
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
|
2019-10-30 11:43:39 +01:00 |
|
|
fa700de4d5
|
pkg/libcoap: add arch 32bit requirement
|
2019-10-30 11:43:39 +01:00 |
|
|
0654709246
|
tests/pkg_hacl: remove useless board blacklist
This is now automatically managed by the arch 32 feature requirement at pkg dependencies level
|
2019-10-30 11:43:39 +01:00 |
|
|
0631cf6437
|
pkg/hacl: add arch 32bit requirement
|
2019-10-30 11:43:39 +01:00 |
|