[rtems commit] missing CMSIS header install fix

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


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

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

missing CMSIS header install fix

---

 spec/build/bsps/arm/grp.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spec/build/bsps/arm/grp.yml b/spec/build/bsps/arm/grp.yml
index 13fb5e4ede..603fcc973b 100644
--- a/spec/build/bsps/arm/grp.yml
+++ b/spec/build/bsps/arm/grp.yml
@@ -11,6 +11,7 @@ install:
 - destination: ${BSP_INCLUDEDIR}
   source:
   - hals/arm/stm32h7/CMSIS_5/CMSIS/Core/Include/cachel1_armv7.h
+  - hals/arm/stm32h7/CMSIS_5/CMSIS/Core/Include/cmsis_compiler.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



More information about the vc mailing list