You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2019/03/11 08:29:40 UTC

[mynewt-core] branch master updated (65bd274 -> d36f5f0)

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

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


    from 65bd274  NRF52 Hal: Enabling 16 and 32MHz spi frequencies
     new 8ab8e29  hw/drivers/rtt: Update to rev 13430
     new a573510  sys/sysview: Update to rev 13432
     new d36f5f0  sys/sysview: Enable for Cortex-M33

The 8595 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:
 hw/drivers/rtt/include/rtt/SEGGER_RTT.h            |  43 ++++-
 hw/drivers/rtt/include/rtt/SEGGER_RTT_Conf.h       |   3 +
 hw/drivers/rtt/src/SEGGER_RTT.c                    | 137 ++++-----------
 hw/drivers/rtt/src/SEGGER_RTT_printf.c             |   3 +-
 sys/sysview/vendor/include/sysview/vendor/Global.h |  17 +-
 sys/sysview/vendor/include/sysview/vendor/SEGGER.h | 115 +++++++++---
 .../vendor/include/sysview/vendor/SEGGER_SYSVIEW.h |  11 +-
 .../include/sysview/vendor/SEGGER_SYSVIEW_Conf.h   |  29 +--
 .../sysview/vendor/SEGGER_SYSVIEW_ConfDefaults.h   |  14 +-
 sys/sysview/vendor/src/SEGGER_SYSVIEW.c            | 194 ++++++++++++++++-----
 sys/sysview/vendor/src/SEGGER_SYSVIEW_Int.h        |  10 +-
 11 files changed, 363 insertions(+), 213 deletions(-)