[riot-notifications] [RIOT-OS/RIOT] pkg/uwb_core: initial support (#15070)
Francisco
notifications at github.com
Tue Nov 3 12:12:33 CET 2020
@fjmolinas commented on this pull request.
> +#define DW1000_THREAD_PRIORITY MYNEWT_VAL_UWB_DEV_TASK_PRIO
+#endif
+
+#ifndef DW1000_ROLE_DEFAULT
+#define DW1000_ROLE_DEFAULT 0x0
+#endif
+
+#ifndef DW1000_RX_DIAGNOSTIC
+#define DW1000_RX_DIAGNOSTIC 0
+#endif
+
+/* Link list head */
+static struct _dw1000_dev_instance_t * dw1000_instance_head;
+
+/* Default instance configuration */
+static const dw1000_dev_instance_t dw1000_instance_config_default = {
done
--
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_r516589650
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201103/3c73dc84/attachment.htm>
More information about the notifications
mailing list