1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/uwb-dw1000/Makefile.dep

11 lines
260 B
Makefile
Raw Normal View History

2020-08-14 15:44:30 +02:00
USEMODULE += uwb-dw1000_hal
DEFAULT_MODULE += auto_init_uwb-dw1000
2021-07-05 14:30:34 +02:00
USEPKG += mynewt-core
2020-08-14 15:44:30 +02:00
FEATURES_REQUIRED += periph_gpio_irq
FEATURES_REQUIRED += periph_spi
# Some of the pkg operation would overflow on 16bit
FEATURES_REQUIRED_ANY += arch_32bit|arch_64bit