utzig closed pull request #848: Update README to document minimal console
URL: https://github.com/apache/mynewt-core/pull/848
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/sys/console/README.md b/sys/console/README.md
index 93c92b240..c4d2c01c7 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.
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to