2020-08-14 15:50:26 +02:00
|
|
|
INCLUDES += -I$(PKGDIRBASE)/uwb-core/hw/drivers/uwb/include/ \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/lib/euclid/include \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/lib/dsp/include \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/lib/json/include \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/lib/rng_math/include \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/lib/twr_ss/include \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/lib/twr_ss_ext/include \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/lib/twr_ss_ack/include \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/lib/twr_ds/include \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/lib/twr_ds_ext/include \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/lib/uwb_rng/include \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/porting/dpl/riot/include/ \
|
|
|
|
-I$(PKGDIRBASE)/uwb-core/sys/uwbcfg/include \
|
|
|
|
-I$(RIOTPKG)/uwb-core/include \
|
|
|
|
#
|
|
|
|
|
2021-07-05 14:30:50 +02:00
|
|
|
PSEUDOMODULES += uwb-core_dpl
|
2021-12-15 13:51:14 +01:00
|
|
|
PSEUDOMODULES += uwb-core_rng_trx_info
|
2020-08-14 15:50:26 +02:00
|
|
|
|
2021-07-05 14:30:50 +02:00
|
|
|
DIRS += $(RIOTPKG)/uwb-core/contrib \
|
|
|
|
#
|
2021-12-15 13:51:14 +01:00
|
|
|
|
2022-02-28 16:28:17 +01:00
|
|
|
ifneq (,$(filter uwb-core_rng_trx_info,$(USEMODULE)))
|
2021-12-15 13:51:14 +01:00
|
|
|
# Enable RX diagnostics
|
2022-02-28 16:28:17 +01:00
|
|
|
CFLAGS += -DCONFIG_DW1000_RX_DIAGNOSTIC=1
|
2021-12-15 13:51:14 +01:00
|
|
|
endif
|