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 2017/08/31 17:42:26 UTC

[mynewt-core] branch master updated (40b870a -> a054216)

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 40b870a  Merge pull request #514 from ccollins476ad/nrf-timer-check
     add 6c819b1  boot_serial; access uart driver directly instead of going through console.
     add 0bc26a8  boot_serial; unittest was not opening UART.
     new a054216  Merge pull request #507 from mkiiskila/mynewt_829

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:
 apps/boot/pkg.yml                                  |   1 -
 boot/boot_serial/src/boot_serial.c                 |  82 ++--------
 boot/boot_serial/src/boot_serial_priv.h            |   6 +
 boot/boot_serial/src/boot_uart.c                   | 171 +++++++++++++++++++++
 .../test/src/testcases/boot_serial_setup.c         |   3 +
 .../console/stub}/syscfg.yml                       |  14 +-
 6 files changed, 203 insertions(+), 74 deletions(-)
 create mode 100644 boot/boot_serial/src/boot_uart.c
 copy {compiler/arm-none-eabi-m4 => sys/console/stub}/syscfg.yml (72%)

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

[mynewt-core] 01/01: Merge pull request #507 from mkiiskila/mynewt_829

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 a05421621462a1666be09b4b7ee07dfe52a2e0ae
Merge: 40b870a 0bc26a8
Author: mkiiskila <ma...@runtime.io>
AuthorDate: Thu Aug 31 10:42:24 2017 -0700

    Merge pull request #507 from mkiiskila/mynewt_829
    
    boot_serial; access uart driver directly instead of going through console.

 apps/boot/pkg.yml                                  |   1 -
 boot/boot_serial/src/boot_serial.c                 |  82 ++--------
 boot/boot_serial/src/boot_serial_priv.h            |   6 +
 boot/boot_serial/src/boot_uart.c                   | 171 +++++++++++++++++++++
 .../test/src/testcases/boot_serial_setup.c         |   3 +
 apps/boot/pkg.yml => sys/console/stub/syscfg.yml   |  28 ++--
 6 files changed, 205 insertions(+), 86 deletions(-)

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