1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_now64_continuity/app.config.test
Francisco Molina 46ae295028 tests/xtimer*: select xtimer_no_ztimer_default for tests requiring it
These tests need to be tested on xtimer, and if using ztimer_xtimer_compat
the full api will not be provided, therefore also blacklist BOARDs
that will en up selecting ztimer by default.
2022-03-17 14:37:40 +01:00

6 lines
224 B
Plaintext

# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_MODULE_XTIMER=y
CONFIG_MODULE_XTIMER_NO_ZTIMER_DEFAULT=y
CONFIG_MODULE_FMT=y