]> begriffs open source - cmsis/commit
* Top-level compiler headers will exist in the core folder (no separate compiler...
authorMarkus Klein <masmiseim@gmx.de>
Wed, 9 Aug 2023 14:56:05 +0000 (16:56 +0200)
committerJonatan Antoni <jonatan.antoni@arm.com>
Mon, 26 Feb 2024 07:32:42 +0000 (08:32 +0100)
commit4d18b8de66ce12e38c3d933a9e5fbe642b71763d
treede5a97822ca5c2547bf384d3df49ef5f3d36849c
parent688b70317cce7d313dc3557a000800fc38cd96ba
* Top-level compiler headers will exist in the core folder (no separate compiler folder is needed).
** The cmsis_compiler.h header will continue to figure out which compiler toolchain is being used.
** Compiler headers specific to each architecture profiles can reside within the new architecture profile folders.
* Introduce compiler abstraction for cortex-R
13 files changed:
CMSIS/Core/Include/a-profile/cmsis_armclang_a.h
CMSIS/Core/Include/a-profile/cmsis_clang_a.h
CMSIS/Core/Include/a-profile/cmsis_gcc_a.h
CMSIS/Core/Include/cmsis_armclang.h [new file with mode: 0644]
CMSIS/Core/Include/cmsis_clang.h [new file with mode: 0644]
CMSIS/Core/Include/cmsis_compiler.h
CMSIS/Core/Include/cmsis_gcc.h [new file with mode: 0644]
CMSIS/Core/Include/m-profile/cmsis_armclang_m.h
CMSIS/Core/Include/m-profile/cmsis_clang_m.h
CMSIS/Core/Include/m-profile/cmsis_gcc_m.h
CMSIS/Core/Include/r-profile/cmsis_armclang_r.h [new file with mode: 0644]
CMSIS/Core/Include/r-profile/cmsis_clang_r.h [new file with mode: 0644]
CMSIS/Core/Include/r-profile/cmsis_gcc_r.h [new file with mode: 0644]