You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2017/02/03 04:37:09 UTC

[2/2] incubator-mynewt-core git commit: README.md; first take at updating the list of BSPs/features.

README.md; first take at updating the list of BSPs/features.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/d484e468
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d484e468
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/d484e468

Branch: refs/heads/1_0_0_b2_dev
Commit: d484e468da99350b8d8ef9e2db486208f5262dc9
Parents: f08ca0c
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu Feb 2 20:36:26 2017 -0800
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu Feb 2 20:36:26 2017 -0800

----------------------------------------------------------------------
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/d484e468/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 12c8227..29c7beb 100644
--- a/README.md
+++ b/README.md
@@ -35,12 +35,14 @@ It currently supports the following hardware platforms:
 * BLE Nano from RedBear (Nordic nRF51822 SoC based)
 * BLE Nano2 and Blend2 from RedBear (Nordic nRF52832 SoC based)
 * BMD-300-EVAL-ES from Rigado (Cortex-M4)
-* STM32F3DISCOVERY from ST Micro (Cortex-M4)
+* BMD-200 from Rigado (Cortex-M0)
 * STM32F4DISCOVERY from ST Micro (Cortex-M4)
 * STM32-E407 from Olimex (Cortex-M4)
 * Arduino Zero (Cortex-M0)
 * Arduino Zero Pro (Cortex-M0)
 * Arduino M0 Pro (Cortex-M0)
+* Arduino MKR1000 (Cortex-M0)
+* Arduino Primo NRF52 (Cortex-M4)
 * NUCLEO-F401RE (Cortex-M4)
 * FRDM-K64F from NXP (Cortex-M4)
 
@@ -59,11 +61,15 @@ completely replaces the proprietary SoftDevice on Nordic chipsets.
     - Support for up to 32 simultaneous connections.
     - Legacy and SC (secure connections) SMP support (pairing and bonding).
 * A flash filesystem, NFFS, which is designed for tiny (128KB->16MB) flashes.
+* FatFS
+* Flash Circular Buffer
+* JSON and CBOR encoding
 * Bootloader support
 * Remote Software Upgrade
 * HAL and BSP infrastructure designed to abstract microcontroller specifics
 * Shell and Console support
 * Statistics and Logging Infrastructure
+* OIC Client and Server
 
 For more information on the Mynewt OS, please visit our website [here](https://mynewt.apache.org/).
 If you'd like to get started, visit the [Quick Start Guide](http://mynewt.apache.org/quick-start/).
@@ -75,6 +81,7 @@ Mynewt is being actively developed.  Some of the features we're currently workin
 * Deep sleep: Mynewt OS will coordinate peripherals and processor to put the
   processor to sleep when all tasks are idle.
 * Sensor API
+* IP Stack
 * Support for different boards and microcontroller architectures, we're working
   on:
     - ESP8266