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

aditi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-site.git.


    from 2e5757d  Merge pull request #213 from michal-narajowski/btshell-docs
     add 8b912fe  Documented Console 1.1 Improvements. * Added description on 
how to use the Mynewt 1.0 and 1.1 console API for reading from console. * Added 
note about support for SEGGER RTT * Added descriptions for  
console_set_queues() and console_non_blocking_mode(). * Updated description and 
example of console_init() * Updated description of console_is_init() * Updated 
example for console_read() * Updated description for console_blocking_mode()
     add 676b872  Removed description on blocking/nonblocking tx mode. Per 
discussion with Marko, we should not expose the console_blocking_mode and 
console_non_blocking mode functions.  "User should have interrupts disabled 
when calling this, and should not enable them after the call. UART drivers do 
not adjust their interrupt delivery settings when console is in 'blocking TX 
mode', so system behaviour would be undefined/undeterministic, should the user 
re-enable interrupts.".
     new 6bb1fca  Merge pull request #269 from cwanda/console

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/os/modules/console/console.md               | 154 +++++++++++++++++++----
 docs/os/modules/console/console_blocking_mode.md |  38 ------
 docs/os/modules/console/console_init.md          |  15 +--
 docs/os/modules/console/console_is_init.md       |   6 +-
 docs/os/modules/console/console_read.md          |  48 ++++---
 docs/os/modules/console/console_set_queues.md    |  58 +++++++++
 mkdocs.yml                                       |   2 +-
 7 files changed, 234 insertions(+), 87 deletions(-)
 delete mode 100644 docs/os/modules/console/console_blocking_mode.md
 create mode 100644 docs/os/modules/console/console_set_queues.md

-- 
To stop receiving notification emails like this one, please contact
['"commits@mynewt.apache.org" <commits@mynewt.apache.org>'].

Reply via email to