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/12/03 11:40:37 UTC

[mynewt-core] branch master updated (28c926d -> fd59a27)

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 28c926d  kernel/os: Add os_task_info_get function
     add b2a9729  kernel/os: Store stack bottom in os_task
     add ec0fd26  kernel/arch/m33: Add PSPLIM support
     add c0627d2  hw/mcu/dialog: Add MSPLIM support
     add fd59a27  hw/mcu/dialog: Fix coding style

No new revisions were added by this update.

Summary of changes:
 compiler/gdbmacros/os.gdb                    |  5 +++--
 hw/mcu/dialog/da1469x/src/system_da1469x.c   | 12 +++++++++++-
 kernel/os/include/os/os_task.h               |  9 +++++++--
 kernel/os/include/os/os_trace_api.h          |  2 +-
 kernel/os/src/arch/cortex_m33/m33/HAL_CM33.s |  2 ++
 kernel/os/src/os_task.c                      | 12 ++++++------
 6 files changed, 30 insertions(+), 12 deletions(-)