From 8e0c9147eca7db89902f8af2a866dbdcaa14c149 Mon Sep 17 00:00:00 2001 From: Olaf Landsiedel Date: Wed, 8 Jul 2020 23:13:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ffe0e..5f4e95a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ * computes rolling proximity identifiers * compares to stored contacts to check for exposure -Builds on on Zephyr OS and NRF52 BLE SOCs. Note: as we do not use the flash for key storage, this only works on nrf52480 or you can just store a very small number of keys +Builds on on Zephyr OS and NRF52 BLE SOCs. Note: as we for now do not use the flash for key storage, this currently only works on nrf52480 or you can just store a very small number of keys. Moving the keys to flash is on the TODO list and will fix this. ## Get Started: We use Zepyhr master as we need a newer mbed TLS as the ones that ships with Zephyr 2.2. We are waiting for the Zepyhr 2.3 release. To build, please install Zephyr and compile via west. Note that Platform.io does not support Zephyr 2.3 rc / Zepyhr master at the current time.