[riot-notifications] [RIOT-OS/RIOT] pkg/uwb_core: initial support (#15070)
Francisco
notifications at github.com
Tue Nov 3 08:53:24 CET 2020
@fjmolinas commented on this pull request.
> +
+FEATURES_REQUIRED += periph_gpio_irq
+FEATURES_REQUIRED += periph_spi
+
+ifneq (,$(filter uwb-core_twr_%,$(USEMODULE)))
+ USEMODULE += uwb-core_rng
+endif
+
+ifneq (,$(filter uwb-core_rng,$(USEMODULE)))
+ USEMODULE += uwb-core_rng_math
+ USEMODULE += uwb-core_dsp
+ USEMODULE += uwb-core_uwb_json
+endif
+
+# Some stdlib functions used by the pkg are not in avr-gcc
+FEATURES_BLACKLIST += arch_avr8 arch_native
I'll add a message
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15070#discussion_r516475286
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201102/f2842f10/attachment.htm>
More information about the notifications
mailing list