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
['"[email protected]" <[email protected]>'].