mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
336 B
Makefile
14 lines
336 B
Makefile
USEMODULE += uwb-dw1000_hal
|
|
DEFAULT_MODULE += auto_init_uwb-dw1000
|
|
|
|
USEMODULE += xtimer
|
|
|
|
FEATURES_REQUIRED += periph_gpio_irq
|
|
FEATURES_REQUIRED += periph_spi
|
|
|
|
# Some of the pkg operation would overflow on 16bit
|
|
FEATURES_REQUIRED += arch_32bit
|
|
|
|
# LLVM ARM shows issues with missing definitions for stdatomic
|
|
TOOLCHAINS_BLACKLIST += llvm
|