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 2018/09/20 12:39:08 UTC

[mynewt-core] branch master updated (0ea9fca -> c2992b9)

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 0ea9fca  Merge pull request #1408 from mkiiskila/fix_log_cli_crash
     add 68960c6  hw/mcu/nordic: Fix includes
     add 87656d9  kernel/os: Fix includes
     add 8fa283f  kernel/os: Make os_time ms<->ticks conversions static inline
     add c2992b9  Merge pull request #1409 from andrzej-kaczmarek/os_time-inline

No new revisions were added by this update.

Summary of changes:
 .../nordic/nrf52xxx-compat/include/mcu/cortex_m4.h  |  2 --
 hw/mcu/nordic/nrf52xxx-compat/src/hal_system.c      |  1 +
 hw/mcu/nordic/nrf52xxx/include/mcu/cortex_m4.h      |  2 --
 hw/mcu/nordic/nrf52xxx/src/hal_system.c             |  2 +-
 kernel/os/include/os/arch/cortex_m0/os/os_arch.h    |  3 ++-
 kernel/os/include/os/arch/cortex_m3/os/os_arch.h    |  1 +
 kernel/os/include/os/arch/cortex_m4/os/os_arch.h    |  1 +
 kernel/os/include/os/arch/cortex_m7/os/os_arch.h    |  1 +
 kernel/os/include/os/os_time.h                      | 21 +++++++++++++++++++--
 kernel/os/src/os_time.c                             | 20 --------------------
 10 files changed, 26 insertions(+), 28 deletions(-)