solution: compiler: AC6 misc: - C: - -Wsign-compare - -Wdouble-promotion - -DNDEBUG - -Wall - -Wextra - -Werror - -std=c11 - -Ofast - -ffast-math - CPP: - -fno-rtti - -DNDEBUG - -Wall - -Wextra - -std=c++11 - -Ofast - -ffast-math - ASM: - -masm=auto - Link: - --entry=Reset_Handler - --info=summarysizes - --info=sizes - --info=totals - --info=unused - --info=veneers add-paths: - ../FrameworkInclude - ../GeneratedInclude - ../Include/Tests defines: - EMBEDDED - NORMALFVP packs: - pack: ARM::CMSIS@5.9.0 - pack: ARM::V2M_MPS3_SSE_300_BSP@1.3.0 - pack: ARM::V2M_MPS3_SSE_310_BSP@1.0.0 - pack: Keil::ARM_Compiler@1.7.2 target-types: - type: VHT-Corstone-310 device: ARM::SSE-310-MPS3 defines: - CORTEXM - type: VHT-Corstone-300 device: ARM::SSE-300-MPS3 defines: - CORTEXM - type: VHT_M55 device: ARMCM55 defines: - CORTEXM - type: VHT_M33 device: ARMCM33_DSP_FP defines: - CORTEXM - type: VHT_M7 device: ARMCM7_DP defines: - CORTEXM - type: VHT_M7_UNROLLED device: ARMCM7_DP defines: - CORTEXM - ARM_MATH_LOOPUNROLL - type: VHT_M4 device: ARMCM4_FP defines: - CORTEXM - type: VHT_M3 device: ARMCM3 defines: - CORTEXM - type: VHT_M23 device: ARMCM23 defines: - CORTEXM - type: VHT_M0P device: ARMCM0P defines: - CORTEXM build-types: - type: Release optimize: max debug: off projects: - project: ./test.cproject.yml