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

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


    from 23aa366  watchdog: Fix places that ignore WATCHDOG_INTERVAL=0
     new a4748ea  hw/drivers/semihosting: Add raw semihosting driver
     new eea7263  sys/console/full: Add ARM semihosting tx implementation
     new 4f26d12  hw/bsp/pinetime: Enable ARM semihosting console
     new 8eac241  Merge pull request #2259 from caspermeijn/semihosting-pinetime

The 9601 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:
 .style_ignored_dirs                                |   1 +
 hw/bsp/pinetime/pinetime_debug.sh                  |   1 +
 hw/bsp/pinetime/syscfg.yml                         |   4 +
 .../include/semihosting/mbed_semihost_api.h        |  89 +++++++++++++++
 hw/{bus => drivers/semihosting}/pkg.yml            |  15 +--
 hw/drivers/semihosting/src/mbed_semihost_api.c     | 122 +++++++++++++++++++++
 sys/console/full/pkg.yml                           |   2 +
 sys/console/full/src/console.c                     |   3 +
 sys/console/full/src/console_priv.h                |   1 +
 sys/console/full/src/semihosting_console.c         |  78 +++++++++++++
 sys/console/full/syscfg.yml                        |   7 ++
 11 files changed, 316 insertions(+), 7 deletions(-)
 create mode 100644 
hw/drivers/semihosting/include/semihosting/mbed_semihost_api.h
 copy hw/{bus => drivers/semihosting}/pkg.yml (80%)
 create mode 100644 hw/drivers/semihosting/src/mbed_semihost_api.c
 create mode 100644 sys/console/full/src/semihosting_console.c

Reply via email to