You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2019/01/30 14:50:06 UTC

[mynewt-core] branch master updated (3bb8c1c -> e0a6db9)

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 3bb8c1c  spiflash: Call correct release power down function
     new 2d6c62a  compiler; add package for Cortex-M33 compilation kernel; first pass at kernel support files for Cortex-M33.
     new 065b048  .rat-excludes; include HAL_CM33.s
     new e0a6db9  Merge pull request #1623 from mkiiskila/cortexm33_basic_defs

The 8499 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:
 .rat-excludes                                                       | 1 +
 compiler/{arm-none-eabi-m3 => arm-none-eabi-m33}/compiler.yml       | 3 +--
 compiler/{arm-none-eabi-m4 => arm-none-eabi-m33}/pkg.yml            | 6 +++---
 compiler/{arm-none-eabi-m4 => arm-none-eabi-m33}/syscfg.yml         | 4 +++-
 kernel/os/include/os/arch/{cortex_m0 => cortex_m33}/os/os_arch.h    | 2 +-
 .../src/arch/{cortex_m4/m4/HAL_CM4.s => cortex_m33/m33/HAL_CM33.s}  | 0
 kernel/os/src/arch/{cortex_m7/m7 => cortex_m33/m33}/SVC_Table.s     | 0
 kernel/os/src/arch/{cortex_m7 => cortex_m33}/os_arch_arm.c          | 4 ++--
 kernel/os/src/arch/{cortex_m4 => cortex_m33}/os_fault.c             | 2 +-
 9 files changed, 12 insertions(+), 10 deletions(-)
 copy compiler/{arm-none-eabi-m3 => arm-none-eabi-m33}/compiler.yml (88%)
 copy compiler/{arm-none-eabi-m4 => arm-none-eabi-m33}/pkg.yml (88%)
 copy compiler/{arm-none-eabi-m4 => arm-none-eabi-m33}/syscfg.yml (93%)
 copy kernel/os/include/os/arch/{cortex_m0 => cortex_m33}/os/os_arch.h (98%)
 copy kernel/os/src/arch/{cortex_m4/m4/HAL_CM4.s => cortex_m33/m33/HAL_CM33.s} (100%)
 copy kernel/os/src/arch/{cortex_m7/m7 => cortex_m33/m33}/SVC_Table.s (100%)
 copy kernel/os/src/arch/{cortex_m7 => cortex_m33}/os_arch_arm.c (99%)
 copy kernel/os/src/arch/{cortex_m4 => cortex_m33}/os_fault.c (99%)