Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sys/xtimer: make xtimer_ztimer_compat default backend #17721

Merged
merged 2 commits into from
Mar 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion sys/xtimer/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ if MODULE_XTIMER

config MODULE_XTIMER_NO_ZTIMER_DEFAULT
bool "xtimer does not select ztimer"
default y

config MODULE_AUTO_INIT_XTIMER
bool "Auto-init xtimer"
Expand Down
1 change: 0 additions & 1 deletion sys/xtimer/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ DEFAULT_MODULE += auto_init_xtimer
# dependency inclusion order issues
FEATURES_REQUIRED += periph_timer

USEMODULE += xtimer_no_ztimer_default
ifeq (,$(filter xtimer_no_ztimer_default,$(USEMODULE)))
ifeq (,$(filter xtimer_on_ztimer,$(USEMODULE)))
USEMODULE += ztimer_xtimer_compat
Expand Down
1 change: 1 addition & 0 deletions tests/bench_sys_base64/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-uno \
atmega328p \
atmega328p-xplained-mini \
nucleo-l011k4 \
#
1 change: 1 addition & 0 deletions tests/cpp11_condition_variable/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ BOARD_INSUFFICIENT_MEMORY := \
nucleo-l011k4 \
samd10-xmini \
stm32f030f4-demo \
stk3200 \
#
4 changes: 4 additions & 0 deletions tests/driver_cst816s/Makefile.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BOARD_INSUFFICIENT_MEMORY := \
nucleo-l011k4 \
stm32f030f4-demo \
#
1 change: 1 addition & 0 deletions tests/driver_ds1307/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-uno \
atmega328p \
atmega328p-xplained-mini \
nucleo-l011k4 \
#
1 change: 1 addition & 0 deletions tests/driver_lpd8808/Makefile.ci
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
BOARD_INSUFFICIENT_MEMORY := \
nucleo-l011k4 \
stm32f030f4-demo \
#
4 changes: 4 additions & 0 deletions tests/driver_ph_oem/Makefile.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
BOARD_INSUFFICIENT_MEMORY := \
nucleo-l011k4 \
stm32f030f4-demo \
#
2 changes: 2 additions & 0 deletions tests/driver_scd30/Makefile.ci
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
BOARD_INSUFFICIENT_MEMORY := \
nucleo-l011k4 \
samd10-xmini \
stk3200 \
#
3 changes: 3 additions & 0 deletions tests/evtimer_mbox/Makefile.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
BOARD_INSUFFICIENT_MEMORY := \
nucleo-l011k4 \
#
1 change: 1 addition & 0 deletions tests/pkg_wolfssl/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ BOARD_INSUFFICIENT_MEMORY := \
slstk3400a \
spark-core \
stk3200 \
spark-core \
stm32f030f4-demo \
stm32f0discovery \
stm32g0316-disco \
Expand Down
1 change: 1 addition & 0 deletions tests/sys_sema_inv/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-uno \
atmega328p \
atmega328p-xplained-mini \
nucleo-f031k6 \
nucleo-l011k4 \
#
3 changes: 3 additions & 0 deletions tests/trickle/Makefile.ci
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
BOARD_INSUFFICIENT_MEMORY := \
nucleo-l011k4 \
#