You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ad...@apache.org on 2017/07/21 19:27:26 UTC

[mynewt-site] branch master updated (2e5757d -> 6bb1fca)

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" <co...@mynewt.apache.org>'].

[mynewt-site] 01/01: Merge pull request #269 from cwanda/console

Posted by ad...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6bb1fca94f34d12af4a05e2a883ea1e9e0e67ecc
Merge: 2e5757d 676b872
Author: aditihilbert <ad...@runtime.io>
AuthorDate: Fri Jul 21 12:27:24 2017 -0700

    Merge pull request #269 from cwanda/console
    
    Console 1.1 Documentation

 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(-)


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