Karl Fessel
|
9f285f319e
|
test/gnrc_udp: depends on xtimer
|
2021-12-14 22:53:01 +01:00 |
|
Karl Fessel
|
937efda843
|
test/evtimer_underflow: test shall not need a blocking timer set
xtimer for short timouts is blocking (spin) this was needed for this test to pass
by sleeping in main we no longer need the timer set to wait
|
2021-12-14 22:53:01 +01:00 |
|
MrKevinWeiss
|
e6352fd383
|
drivers/lpsxxx: Allow SAUL_DEFAULT in kconfig
|
2021-12-14 16:17:06 +01:00 |
|
Francisco Molina
|
9b03d45953
|
tests/periph_rtt_min: update CPUs with configurable rtt freq
|
2021-12-14 13:19:15 +01:00 |
|
|
|
22e5e8d24e
|
tests/bench_ztimer: add port of bench_xtimer
|
2021-12-14 12:39:17 +01:00 |
|
Marian Buschsieweke
|
1d57cf9e0f
|
tests/periph_timer_periodic: spice up test
This should detect some bugs regarding incorrect behavior regarding
timer_start() not resuming periodic timers as expected.
|
2021-12-13 17:11:15 +01:00 |
|
Alexandre Abadie
|
7b2ab7d734
|
Merge pull request #17375 from aabadie/pr/drivers/ztimer_ter
drivers: several cleanups related to xtimer + some ztimer migration
|
2021-12-12 15:45:08 +01:00 |
|
Marian Buschsieweke
|
5b86d65744
|
Merge pull request #14364 from gschorcht/fix_ndebug_compilation
Fix NDEBUG compilation problems
|
2021-12-12 14:39:42 +01:00 |
|
Gunar Schorcht
|
b3de3e27de
|
tests/ieee802154_submac: fix compilation with NDEBUG
|
2021-12-12 13:18:46 +01:00 |
|
Gunar Schorcht
|
1091c879a0
|
tests/ieee802154_hal: fix compilation with NDEBUG
|
2021-12-12 13:18:46 +01:00 |
|
Gunar Schorcht
|
869852de87
|
tests/gnrc_tx_sync: fix compilation with NDEBUG
|
2021-12-12 13:18:46 +01:00 |
|
Gunar Schorcht
|
212f982cc7
|
tests/gnrc_sixlowpan_frag_sfr: fix compilation with NDEBUG
|
2021-12-12 13:18:46 +01:00 |
|
Gunar Schorcht
|
5733fd7b20
|
tests/gnrc_sixlowpan_frag_minfwd: fix compilation with NDEBUG
|
2021-12-12 13:18:46 +01:00 |
|
Gunar Schorcht
|
ab7dcfdfd2
|
tests/mtd_raw: fix compilation with NDEBUG
|
2021-12-12 13:18:46 +01:00 |
|
Gunar Schorcht
|
cfb2ef7de2
|
tests/bitalgorithm_timings: fix compilation with NDEBUG
|
2021-12-12 13:18:46 +01:00 |
|
Alexandre Abadie
|
c5e28d4ef3
|
drivers/lis3mdl: fix timer dep + migrate app to ztimer
|
2021-12-12 10:45:09 +01:00 |
|
Alexandre Abadie
|
3e717480ac
|
drivers/ws281x: pull xtimer module from test application
|
2021-12-11 17:56:40 +01:00 |
|
Alexandre Abadie
|
e1310e3378
|
drivers/sps30: fix unused include, migrate to ztimer
|
2021-12-11 17:56:39 +01:00 |
|
Alexandre Abadie
|
e71988d22a
|
drivers/shtc1: migrate to ztimer
|
2021-12-11 17:56:39 +01:00 |
|
Alexandre Abadie
|
097b1970d2
|
drivers/pulse_counter: migrate to ztimer
|
2021-12-11 17:56:39 +01:00 |
|
Alexandre Abadie
|
38c2ea57aa
|
drivers/pn532: migrate to ztimer
|
2021-12-11 17:56:39 +01:00 |
|
Alexandre Abadie
|
d9fe3a74e5
|
drivers/lis2dh12: migrate to ztimer
|
2021-12-11 16:53:14 +01:00 |
|
Alexandre Abadie
|
9d53ed3ebf
|
drivers/ad7746: migrate to ztimer
|
2021-12-11 16:53:14 +01:00 |
|
Koen Zandberg
|
d0eb8e2f7b
|
Merge pull request #17361 from fjmolinas/pr_sdcard_ztimer
drivers/sdcard_spi: convert to ztimer_usec
|
2021-12-09 17:44:48 +01:00 |
|
Francisco
|
b52a8857eb
|
Merge pull request #17368 from kaspar030/fix_ztimer64_uninitialized_timer_crash
sys/ztimer64: make _del_entry_from_list() safe for uninit ztimer64_t
|
2021-12-09 16:51:06 +01:00 |
|
Gunar Schorcht
|
8cd0aef67e
|
tests/lwip_sock_udp: fix compilation with NDEBUG
|
2021-12-09 16:44:19 +01:00 |
|
Gunar Schorcht
|
cae2448aad
|
tests/lwip_sock_ip: fix compilation with NDEBUG
|
2021-12-09 16:44:19 +01:00 |
|
Gunar Schorcht
|
628b343a05
|
tests/gnrc_sock_udp: fix compilation with NDEBUG
|
2021-12-09 16:44:19 +01:00 |
|
Gunar Schorcht
|
2b9de489bd
|
tests/gnrc_sock_ip: fix compilation with NDEBUG
|
2021-12-09 16:44:19 +01:00 |
|
Gunar Schorcht
|
902203fa93
|
tests/gnrc_ipv6_ext_frag: fix compilation with NDEBUG
|
2021-12-09 16:44:19 +01:00 |
|
Gunar Schorcht
|
ff4641ec36
|
tests/candev: fix compilation with NDEBUG
|
2021-12-09 16:44:19 +01:00 |
|
Karl Fessel
|
6347dcdffc
|
Merge pull request #17141 from kfessel/p-ztimer-gcoap
net/gcoap: port to ztimer
|
2021-12-09 15:22:10 +01:00 |
|
Francisco
|
7362074f49
|
Merge pull request #17235 from leandrolanzieri/cpu/kinetis/model_kconfig
cpu/kinetis: model kconfig
|
2021-12-09 14:22:10 +01:00 |
|
|
|
835db7d97f
|
tests/unittests: add ztimer64 regression test
|
2021-12-09 14:10:16 +01:00 |
|
Francisco Molina
|
97472047d7
|
tests/driver_io1_xplained: use ztimer
|
2021-12-09 14:00:39 +01:00 |
|
Francisco
|
e8d8759a69
|
Merge pull request #17358 from aabadie/pr/drivers/ztimer_bis
drivers: migrate mpu9x50 and si70xx to ztimer
|
2021-12-09 10:39:52 +01:00 |
|
Koen Zandberg
|
d959ce7eea
|
Merge pull request #16928 from kaspar030/ztimer64
sys/ztimer64: initial PR
|
2021-12-09 10:17:15 +01:00 |
|
Alexandre Abadie
|
5c99f951cd
|
Merge pull request #17315 from aabadie/pr/drivers/ztimer
drivers: migrate some drivers to ztimer
|
2021-12-09 09:49:47 +01:00 |
|
Alexandre Abadie
|
3a8a543a0c
|
drivers/mpu9x50: migrate to ztimer
|
2021-12-09 09:32:31 +01:00 |
|
Alexandre Abadie
|
f4474ed817
|
drivers/si70xx: migrate to ztimer
|
2021-12-09 09:32:31 +01:00 |
|
benpicco
|
e8cbf1ea90
|
Merge pull request #16681 from benpicco/drivers/dose-collision
drivers/dose: make use of UART collision detection feature
|
2021-12-08 20:48:28 +01:00 |
|
Benjamin Valentin
|
780e87325b
|
tests/driver_dose: use USEMODULE +=
|
2021-12-08 17:35:00 +01:00 |
|
Benjamin Valentin
|
9f63f80747
|
tests/periph_uart: add test for periph_uart_collision feature
|
2021-12-08 17:35:00 +01:00 |
|
Karl Fessel
|
08ef57fbd0
|
Merge pull request #16126 from kfessel/p-mix-schedrr
sys/sched_rr: Add a round robin scheduler module
|
2021-12-08 16:01:57 +01:00 |
|
Alexandre Abadie
|
2a1be13f17
|
drivers/ccs811: migrate to ztimer
|
2021-12-08 15:15:30 +01:00 |
|
Alexandre Abadie
|
1acdec389e
|
drivers/lsm6dsl: migrate to ztimer
|
2021-12-08 15:15:30 +01:00 |
|
Alexandre Abadie
|
40a1dcb35b
|
drivers/tsl2561: migrate to ztimer
|
2021-12-08 15:15:30 +01:00 |
|
Alexandre Abadie
|
aa65feab25
|
drivers/si114x: migrate to ztimer
|
2021-12-08 15:15:30 +01:00 |
|
Alexandre Abadie
|
0076eb83fc
|
drivers/stmpe811: migrate to ztimer
|
2021-12-08 15:15:30 +01:00 |
|
Leandro Lanzieri
|
15165bfdf7
|
Merge pull request #17299 from fjmolinas/pr_nrf52_boards_kconfig
boards: model nrf52 boards
|
2021-12-08 14:45:03 +01:00 |
|