From 0daf192b7e2e6d91cefa064c346472a3342d01d8 Mon Sep 17 00:00:00 2001 From: foldedtoad Date: Tue, 26 Oct 2021 12:19:29 -0700 Subject: [PATCH] update Readme.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index bf6cc9d..d57ec76 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ **NOTE: This set of projects require Zephyr Version 2.7.** -**NOTE: All examples build successfully with Zephyr 2.7, but the nrf52840 board is exibiting a problem with SPI3. The nrf52832 and nucleo boards should be working without problems.** - This project contains firmware examples for the Decawave DWM3000-series Ultra Wideband (UWB) modules with Zephyr RTOS. It's a port of Qorvo/Decawave's SDK found on their website. This port to Zephyr generally follows the Qorvo/Decawave [DWM3000 SDK Release V1.1](https://www.qorvo.com/products/p/DWS3000#documents). It is advised to review the SDK's content to get a general understanding of how the examples are intended to function.