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 2017/03/09 22:51:43 UTC

[16/17] incubator-mynewt-core git commit: Update CMSIS headers to 4.3.0

Update CMSIS headers to 4.3.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/d8d4f760
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/d8d4f760
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/d8d4f760

Branch: refs/heads/develop
Commit: d8d4f7608ca0f32f52b08416574a8b55b0bfa0a0
Parents: 745d627 c8b6596
Author: Fabio Utzig <ut...@utzig.org>
Authored: Wed Feb 15 13:13:41 2017 -0800
Committer: Fabio Utzig <ut...@utzig.org>
Committed: Wed Feb 15 13:13:41 2017 -0800

----------------------------------------------------------------------
 compiler/arm-none-eabi-m7/compiler.yml    |   37 +
 compiler/arm-none-eabi-m7/pkg.yml         |   30 +
 compiler/arm-none-eabi-m7/syscfg.yml      |    4 +
 hw/cmsis-core/src/ext/arm_common_tables.h |  136 +
 hw/cmsis-core/src/ext/arm_const_structs.h |   79 +
 hw/cmsis-core/src/ext/arm_math.h          | 7154 ++++++++++++++++++++++++
 hw/cmsis-core/src/ext/cmsis_armcc.h       |  734 +++
 hw/cmsis-core/src/ext/cmsis_armcc_V6.h    | 1800 ++++++
 hw/cmsis-core/src/ext/cmsis_gcc.h         | 1373 +++++
 hw/cmsis-core/src/ext/core_ca9.h          |  271 -
 hw/cmsis-core/src/ext/core_caFunc.h       | 1169 ----
 hw/cmsis-core/src/ext/core_caInstr.h      |   53 -
 hw/cmsis-core/src/ext/core_ca_mmu.h       |  848 ---
 hw/cmsis-core/src/ext/core_cm0.h          | 1483 ++---
 hw/cmsis-core/src/ext/core_cm0plus.h      | 1711 +++---
 hw/cmsis-core/src/ext/core_cm3.h          | 3393 +++++------
 hw/cmsis-core/src/ext/core_cm4.h          | 3712 ++++++------
 hw/cmsis-core/src/ext/core_cm4_simd.h     |  673 ---
 hw/cmsis-core/src/ext/core_cm7.h          | 2512 +++++++++
 hw/cmsis-core/src/ext/core_cmFunc.h       |  731 +--
 hw/cmsis-core/src/ext/core_cmInstr.h      |  783 +--
 hw/cmsis-core/src/ext/core_cmSimd.h       |   96 +
 hw/cmsis-core/src/ext/core_sc000.h        |  926 +++
 hw/cmsis-core/src/ext/core_sc300.h        | 1745 ++++++
 24 files changed, 22212 insertions(+), 9241 deletions(-)
----------------------------------------------------------------------