Upgraded gcc csolution file from test to cmsis build tool 2.0

main
Christophe Favergeon 2 years ago
parent 7f6c656418
commit b16db78d3e

@ -26,11 +26,11 @@ solution:
- --entry=Reset_Handler - --entry=Reset_Handler
- -Wl,--gc-sections - -Wl,--gc-sections
add-paths: add-path:
- ../FrameworkInclude - ../FrameworkInclude
- ../GeneratedInclude - ../GeneratedInclude
- ../Include/Tests - ../Include/Tests
defines: define:
- EMBEDDED - EMBEDDED
- NORMALFVP - NORMALFVP
@ -47,42 +47,42 @@ solution:
- type: VHT-Corstone-310 - type: VHT-Corstone-310
device: ARM::SSE-310-MPS3 device: ARM::SSE-310-MPS3
defines: define:
- CORTEXM - CORTEXM
- type: VHT_M55 - type: VHT_M55
device: ARMCM55 device: ARMCM55
defines: define:
- CORTEXM - CORTEXM
- type: VHT_M33 - type: VHT_M33
device: ARMCM33_DSP_FP device: ARMCM33_DSP_FP
defines: define:
- CORTEXM - CORTEXM
- type: VHT_M7 - type: VHT_M7
device: ARMCM7_DP device: ARMCM7_DP
defines: define:
- CORTEXM - CORTEXM
- type: VHT_M4 - type: VHT_M4
device: ARMCM4_FP device: ARMCM4_FP
defines: define:
- CORTEXM - CORTEXM
- type: VHT_M3 - type: VHT_M3
device: ARMCM3 device: ARMCM3
defines: define:
- CORTEXM - CORTEXM
- type: VHT_M23 - type: VHT_M23
device: ARMCM23 device: ARMCM23
defines: define:
- CORTEXM - CORTEXM
- type: VHT_M0P - type: VHT_M0P
device: ARMCM0P device: ARMCM0P
defines: define:
- CORTEXM - CORTEXM
build-types: build-types:

Loading…
Cancel
Save