[riot-notifications] [RIOT-OS/RIOT] pkg/uwb_core: initial support (#15070)
Francisco
notifications at github.com
Tue Nov 3 11:08:56 CET 2020
@fjmolinas commented on this pull request.
> +ifneq (,$(filter llvm,$(TOOLCHAIN)))
+ CFLAGS += -Wno-microsoft-anon-tag
+endif
+
+# Enable verbose mode to get all logs
+CFLAGS += -DMYNEWT_VAL_RNG_VERBOSE=2
+# Enable RX diagnostics
+CFLAGS += -DDW1000_RX_DIAGNOSTIC=1
+
+# Fix the TWR alogorithm:
+# - UWB_DATA_CODE_SS_TWR
+# - UWB_DATA_CODE_SS_TWR_EXT
+# - UWB_DATA_CODE_SS_TWR_ACK
+# - UWB_DATA_CODE_DS_TWR
+# - UWB_DATA_CODE_DS_TWR_EXT
+UWB_FIXED_TWR_ALGORITHM ?= UWB_DATA_CODE_SS_TWR
Can this one be resolved?
--
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_r516551507
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201103/1f40734b/attachment.htm>
More information about the notifications
mailing list