From 239a141f05081ba2c9a856c57793de3389a643bb Mon Sep 17 00:00:00 2001 From: Olaf Landsiedel Date: Wed, 10 Jun 2020 16:38:59 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 73b79ce..15e7de8 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,8 @@ * Retrieve keys of infections from database * computes rolling proximity identifiers * compares to stored contacts to check for exposure -* 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 -Based on Zephyr OS and NRF52 BLE SOCs +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 ## 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.