[rtems commit] fix CMSIS submodule header installation

Karel Gardas karel at rtems.org
Tue Jul 18 13:12:48 UTC 2023


Module:    rtems
Branch:    master
Commit:    48be33d729974bcaeaaf9d098501fc7464732fbc
Changeset: http://git.rtems.org/rtems/commit/?id=48be33d729974bcaeaaf9d098501fc7464732fbc

Author:    Karel Gardas <karel at functional.vision>
Date:      Mon Jul 17 16:18:51 2023 +0200

fix CMSIS submodule header installation

---

 spec/build/bsps/arm/grp.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/spec/build/bsps/arm/grp.yml b/spec/build/bsps/arm/grp.yml
index 1058f58d92..13fb5e4ede 100644
--- a/spec/build/bsps/arm/grp.yml
+++ b/spec/build/bsps/arm/grp.yml
@@ -10,12 +10,12 @@ includes: []
 install:
 - destination: ${BSP_INCLUDEDIR}
   source:
-  - bsps/arm/include/cmsis_gcc.h
-  - bsps/arm/include/core_cm7.h
-  - bsps/arm/include/core_cm4.h
-  - bsps/arm/include/core_cmFunc.h
-  - bsps/arm/include/core_cmInstr.h
-  - bsps/arm/include/core_cmSimd.h
+  - hals/arm/stm32h7/CMSIS_5/CMSIS/Core/Include/cachel1_armv7.h
+  - hals/arm/stm32h7/CMSIS_5/CMSIS/Core/Include/cmsis_gcc.h
+  - hals/arm/stm32h7/CMSIS_5/CMSIS/Core/Include/cmsis_version.h
+  - hals/arm/stm32h7/CMSIS_5/CMSIS/Core/Include/core_cm7.h
+  - hals/arm/stm32h7/CMSIS_5/CMSIS/Core/Include/core_cm4.h
+  - hals/arm/stm32h7/CMSIS_5/CMSIS/Core/Include/mpu_armv7.h
   - bsps/arm/include/uart.h
 - destination: ${BSP_INCLUDEDIR}/bsp
   source:



More information about the vc mailing list