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 2018/11/14 11:12:11 UTC

[mynewt-core] branch master updated (91b3b74 -> 606bba5)

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

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


    from 91b3b74  Merge pull request #1503 from wes3/nrf_hfxo_request
     add fce872a  shell; add ls_dev command to list OS devices.
     add 2d04af9  os; add void * argument and breakout option for device walk.
     add 958bc45  shell; change "ls_dev" command to "lsdev".
     new 606bba5  Merge pull request #1510 from mkiiskila/ls_dev

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:
 kernel/os/include/os/os_dev.h |  8 ++++++++
 kernel/os/src/os_dev.c        | 12 ++++++++++++
 sys/shell/src/shell_os.c      | 27 +++++++++++++++++++++++++++
 3 files changed, 47 insertions(+)


[mynewt-core] 01/01: Merge pull request #1510 from mkiiskila/ls_dev

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

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

commit 606bba5372f049fd96fe64cf98306b5ec950d16f
Merge: 91b3b74 958bc45
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Wed Nov 14 13:12:06 2018 +0200

    Merge pull request #1510 from mkiiskila/ls_dev
    
    shell; add ls_dev command to list OS devices.

 kernel/os/include/os/os_dev.h |  8 ++++++++
 kernel/os/src/os_dev.c        | 12 ++++++++++++
 sys/shell/src/shell_os.c      | 27 +++++++++++++++++++++++++++
 3 files changed, 47 insertions(+)