This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 23c507e  Update README to document minimal console
23c507e is described below

commit 23c507eded6a3996dfd42c48fd8621bf6ec1f385
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Mon Feb 26 11:06:48 2018 -0300

    Update README to document minimal console
    
    Signed-off-by: Fabio Utzig <ut...@apache.org>
---
 sys/console/README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/sys/console/README.md b/sys/console/README.md
index 93c92b2..c4d2c01 100644
--- a/sys/console/README.md
+++ b/sys/console/README.md
@@ -21,13 +21,16 @@
 
 # Console
 
-There are two versions of this library;
-  * full - contains actual implemetation
-  * stub - has stubs for the API
+There are three versions of this library;
+  * minimal - contains an implementation which allows for output, optional
+    input, supports UART and RTT, and has support for `newtmgr` protocol.
+  * full - contains all minimal features and adds formatted output through
+    `console_printf`, console editing and BLE monitor.
+  * stub - has stubs for the API.
 
 You can write a package which uses ```console_printf()```, and builder of a
 project can select which one they'll use.
 For the package, list in the pkg.yml console as the required capability.
 Project builder will then include either sys/console/full or
-sys/console/stub as their choice.
+sys/console/minimal or sys/console/stub as their choice.
 

-- 
To stop receiving notification emails like this one, please contact
ut...@apache.org.

Reply via email to