Aiman Ismail
64f9658472
nanocoap: add coap_opt_add_uquery2()
2020-03-05 19:06:14 +01:00
JulianHolzwarth
4d85fa16e0
xtimer/xtimer.c: _mutex_remove_thread_from_waiting_queue
...
This function tries to remove the thread from a mutex waiting queue.
The value pointed to by unlocked will be set to 1 if the thread was removed from the waiting queue otherwise 0.
2020-03-05 19:05:34 +01:00
JulianHolzwarth
bce45fd9d8
xtimer/xtimer.c: xtimer_mutex_lock_timeout fix test
...
Handling timeout smaller than XTIMER_BACKOFF (the timer spins) when the mutex is already locked.
This fixes the test tests/xtimer_mutex_lock_timeout/main.c:mutex_timeout_spin_locked.
2020-03-05 18:56:35 +01:00
JulianHolzwarth
110c725321
tests/xtimer_mutex_lock_timeout: minimal xtimer_mutex_lock_timeout test
...
This test checks if the function works when the timeout is smaller than XTIMER_BACKOFF and the mutex is already locked.
This means the timer will spin and the timer will shoot before the mutex lock was called.
Then the mutex lock gets called and the timer will not remove the thread from the mutex.
Checking if this case is handled correctly.
2020-03-05 18:45:28 +01:00
JulianHolzwarth
dfeaea3c36
sys/xtimer/xtimer.c: comment change
2020-03-05 18:45:27 +01:00
Martine Lenders
23f6cf8a37
slipdev: provide default configuration
2020-03-05 18:17:01 +01:00
benpicco
0b1dce36ac
Merge pull request #10477 from miri64/sliptty/feat/initial
...
sliptty: introduce a new SLIP to TUN tool
2020-03-05 18:08:40 +01:00
benpicco
2f2fcc848e
Merge pull request #13563 from yegorich/pr/driver-documentation-fix
...
doxygen/I2C: don't include overridden typedefs
2020-03-05 17:18:43 +01:00
Martine Lenders
c1a34ce860
Merge pull request #13560 from miri64/gnrc_uhcpc/fix/rm-before-adding
...
gnrc_uhcpc: ensure compression context is managed by the ABR
2020-03-05 17:12:45 +01:00
benpicco
7af046d740
Merge pull request #13548 from benpicco/sys/auto_init/netif-manual
...
sys/auto_init: allow delayed initialisation of SAUL & gnrc_netif
2020-03-05 17:05:02 +01:00
Martine Lenders
917ba19b35
sliptty: introduce a new SLIP to TUN tool
2020-03-05 15:55:10 +01:00
Martine S. Lenders
eacd0814d2
gnrc_uhcpc: remove wild comment
2020-03-05 15:51:52 +01:00
Martine S. Lenders
081499e280
gnrc_uhcpc: add compression context before ABR
...
This way the context is added to the ABR's context list automatically.
2020-03-05 15:51:52 +01:00
Martine S. Lenders
f626e5e7ef
gnrc_uhcpc: remove old prefix before adding new
2020-03-05 15:51:52 +01:00
Martine Lenders
73e41f6f19
Merge pull request #13561 from benpicco/esp_now-6ln-fix
...
sys/net/gnrc: Flag esp_now as 6LN
2020-03-05 15:49:01 +01:00
Yegor Yefremov
41db161162
doxygen/I2C: don't include overridden typedefs
...
Add missing #ifndefs to overridden I2C typedefs for lpc2387 CPU.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2020-03-05 15:31:06 +01:00
Benjamin Valentin
4f7d5b105b
sys/net/gnrc: Flag esp_now as 6LN
...
In gnrc_netif_init_6ln() the flag GNRC_NETIF_FLAGS_6LN is accidentally not set
for esp_now devices. This commit fixes this.
2020-03-05 15:18:43 +01:00
1a30b8f40f
Merge pull request #13529 from aabadie/pr/tools/iotlab_v3
...
testbed-support: fix compatibility with cli-tools v3
2020-03-05 09:27:35 +01:00
af3cc3b476
dist/testbed-support: fix iotlab-term target
2020-03-05 09:00:09 +01:00
5d84dd9061
testbed-support: add compatibility with cli-tools v3
2020-03-05 09:00:08 +01:00
Gunar Schorcht
63d6b451b8
Merge pull request #13472 from jan-mo/lis2dh12_addinterrupt
...
drivers/lis2dh12: add interrupt functionality
2020-03-04 19:07:48 +01:00
Jan Mohr
aa5ffe5a6d
drivers/lis2dh12: added interrupt function
2020-03-04 17:01:58 +01:00
benpicco
681678e3f3
Merge pull request #13537 from jue89/feature/sam0-spi-frequency
...
cpu/sam0_common: mitigate rounding errors of SPI baud rate calculation
2020-03-04 16:50:46 +01:00
benpicco
0c2c5f250e
Merge pull request #13550 from jue89/feature/pkg-cryptoauth-params-from-board
...
pkg/cryptoauthlib: enable boards to set auto init parameters
2020-03-04 16:45:05 +01:00
Benjamin Valentin
521b1ce440
sys/auto_init: allow delayed initialisation of SAUL
...
Co-authored-by: Martine S. Lenders <m.lenders@fu-berlin.de>
2020-03-04 16:13:40 +01:00
Benjamin Valentin
d765098d72
sys/auto_init: allow delayed initialisation of gnrc_netif
...
Co-authored-by: Martine S. Lenders <m.lenders@fu-berlin.de>
2020-03-04 16:13:40 +01:00
Francisco
9b1ab4aebd
Merge pull request #13553 from kaspar030/disable_softdevice_test
...
tests/nordic_softdevice: disable CI testing
2020-03-04 15:59:13 +01:00
Martine Lenders
385cd72ac6
Merge pull request #13543 from kfessel/backport_pr_check
...
tools/backport_pr: Add Token Scope check
2020-03-04 15:14:37 +01:00
Karl Fessel
563f4f6d9d
tools/backport_pr: Add Token Scope check
2020-03-04 14:30:12 +01:00
e6bfba670d
tests/nordic_softdevice: disable CI testing
2020-03-04 14:15:17 +01:00
471f938ac4
CODEOWNERS: add @kaspar030 and @bergzand as owners of ztimer
2020-03-04 12:44:03 +01:00
dd218333c2
sys/ztimer: add xtimer_on_ztimer
...
This commit adds logic to make xtimer use ztimer_usec as backend
(instead of periph_timer). This allows ztimer_usec and xtimer to
coexist. It also allows xtimer to profit from eventually implemented
power mode blocking in ztimer's periph_timer backend.
2020-03-04 12:44:03 +01:00
21613b0aa6
sys/ztimer: adapt to DEFAULT_MODULE based auto_init scheme
2020-03-04 12:44:03 +01:00
8c1e577a06
sys/ztimer: move dependencies to sys/ztimer/Makefile.dep
2020-03-04 12:44:03 +01:00
f49e756436
boards/ek-lm4f120xl: add ztimer config, increase ztimer_usec_min
2020-03-04 12:44:03 +01:00
a2c0823063
boards/native: add ztimer configuration
2020-03-04 12:44:03 +01:00
84365e326a
boards/*-kw41z: add ztimer_msec config
2020-03-04 12:44:03 +01:00
73adecc02d
boards/samr21-xpro: add ztimer config
2020-03-04 12:44:03 +01:00
eafba65911
boards/common/arduino-atmega: add ztimer configuration
2020-03-04 12:44:03 +01:00
4d3c103a0d
tests/xtimer_drift: ztimer_xtimer_compat fix
2020-03-04 12:44:03 +01:00
616daff945
sys/ztimer: introduce xtimer wrapper
2020-03-04 12:44:02 +01:00
eccb6e89ed
sys/ztimer: add coccinelle script for xtimer -> ztimer conversion
2020-03-04 12:44:02 +01:00
779e47966a
tests: add ztimer test applications
2020-03-04 12:44:02 +01:00
Joakim Nohlgård
39980d5ea3
unittests: Add ztimer test suite
2020-03-04 12:44:02 +01:00
6dd79366bb
sys: add ztimer subsystem
...
Co-authored-by: Joakim Nohlgård <joakim.nohlgard@eistec.se>
2020-03-04 12:44:02 +01:00
Gunar Schorcht
695e91a90a
Merge pull request #13547 from koos96/doc_fixes
...
Doc fixes
2020-03-04 11:56:03 +01:00
1298ae828a
Merge pull request #13202 from bergzand/pr/mtd/mapper
...
MTD: Add module for remapping MTD sectors
2020-03-04 11:51:39 +01:00
Juergen Fitschen
0a931c833c
pkg/cryptoauthlib: enable boards to set auto init parameters
2020-03-04 11:27:49 +01:00
d2c3362c88
mtd_mapper: add test
2020-03-04 10:47:54 +01:00
9a430cd682
mtd: add module for remapping MTD sectors
2020-03-04 10:47:50 +01:00