From 3c981ea415318fc10a85f1f10fe88d07874038b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Duda?= Date: Thu, 20 Jul 2017 07:13:53 +0200 Subject: [PATCH] [nrf52840] update platform's README.md (#2013) --- examples/platforms/nrf52840/README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/examples/platforms/nrf52840/README.md b/examples/platforms/nrf52840/README.md index f2d4e6b3d..45ee72af0 100644 --- a/examples/platforms/nrf52840/README.md +++ b/examples/platforms/nrf52840/README.md @@ -154,7 +154,8 @@ The following toolchains have been used for testing and verification: - gcc version 6.2.0 The nRF52840 example has been verified by Nordic Semiconductor with following commits: - - `030efba` - 22.04.2017 (the newest checked) + - `6a15261` - 29.06.2017 (the newest checked) + - `030efba` - 22.04.2017 - `de48acf` - 02.03.2017 - `50db58d` - 23.01.2017 @@ -164,15 +165,17 @@ The [nRF5 Software Development Kit (SDK) for Thread][nRF5-SDK-Thread] helps you The nRF5 SDK for Thread includes: - a pre-built OpenThread stack for the Nordic nRF52840 SoC with ARM® CryptoCell-310 support, + - unique Thread/Bluetooth Low Energy dynamic multiprotocol solution which allows for concurrent operation of Thread and Bluetooth Low Energy utilizing OpenThread and SoftDevice (Nordic’s Bluetooth Low Energy stack) with accompanying example applications, + - Thread/Bluetooth Low Energy switched multiprotocol solution with accompanying example applications, - unique support for DFU-over-Thread (Device Firmware Upgrade), - examples to demonstrate interactions between nodes performing different Thread roles with the use of OpenThread and built-in CoAP protocol, - - examples to demonstrate multiprotocol support and switching between BLE peripheral - and Thread FTD and MTD roles, - support for an OpenThread Network Co-Processor (NCP), - Border Router and cloud connectivity example, - Thread native commissioning with NFC example, + - example applications demonstrating the use of FreeRTOS with OpenThread, + - support for IAR compiler for OpenThread stack and all example applications, - range of PC tools including a Thread Topology Monitor, - - software modules inherited from the nRF5 SDK e.g. peripheral drivers, NFC libraries etc. + - software modules inherited from the nRF5 SDK e.g. peripheral drivers, NFC libraries, Bluetooth Low Energy libraries etc. #### Important notice