[riot-notifications] [RIOT-OS/RIOT] pkg/uwb_core: initial support (#15070)
Francisco
notifications at github.com
Tue Nov 3 14:42:30 CET 2020
@fjmolinas commented on this pull request.
> + */
+#ifndef MYNEWT_VAL_UWB_DW1000_API_CHECKS
+#define MYNEWT_VAL_UWB_DW1000_API_CHECKS (1)
+#endif
+
+/**
+ * @brief Size of spi read/write buffer, sets the
+ * maximum allowed nonblocking read operation
+ */
+#ifndef MYNEWT_VAL_DW1000_HAL_SPI_BUFFER_SIZE
+#define MYNEWT_VAL_DW1000_HAL_SPI_BUFFER_SIZE (256)
+#endif
+
+/**
+ * @brief The maximum number of bytes in a single transfer that the
+ * SPI hardware supports. 255 is safe for nrf52.
Hmmm for now it should not matter, it could eventually if we add an asynchronous spi. I'll increase the value and add a message on this
--
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_r516673644
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201103/b480019c/attachment.htm>
More information about the notifications
mailing list