This repository was archived by the owner on Jan 30, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathBlinky.csolution.yml
More file actions
66 lines (57 loc) · 1.43 KB
/
Blinky.csolution.yml
File metadata and controls
66 lines (57 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
solution:
created-for: cmsis-toolbox@2.2.1
description: Simple blinky example
compiler: AC6
misc:
- for-compiler: AC6
C-CPP:
- -Wno-macro-redefined
- -Wno-pragma-pack
- -Wno-parentheses-equality
C:
- -std=gnu11
ASM:
- -masm=auto
Link:
- --entry=Reset_Handler
- --info summarysizes
- --summary_stderr
- --diag_suppress 6314
- --diag_suppress 6848
packs:
- pack: ARM::CMSIS@>=6.0.0
- pack: ARM::CMSIS-RTX@5.8.0
- pack: ARM::CMSIS-View@1.1.0
- pack: ARM::CMSIS-Compiler@2.0.0
# packs for AVH_MPS3_Corstone-300
- pack: ARM::V2M_MPS3_SSE_300_BSP@1.5.0
for-context:
- +AVH
# packs for FRDM-K32L3A6
- pack: NXP::K32L3A60_DFP@17.0.0
for-context:
- +FRDM-K32L3A6
- pack: NXP::FRDM-K32L3A6_BSP@17.0.0
for-context:
- +FRDM-K32L3A6
target-types:
- type: AVH
board: V2M-MPS3-SSE-300-FVP
device: ARM::SSE-300-MPS3
- type: FRDM-K32L3A6
board: NXP::FRDM-K32L3A6
device: NXP::K32L3A60VPJ1A:cm4
build-types:
- type: Debug
optimize: none
debug: on
- type: Release
optimize: balanced
debug: off
projects:
- project: ./app/Board/AVH_MPS3_Corstone-300/AVH.cproject.yml
for-context:
- +AVH
- project: ./app/Board/FRDM-K32L3A6/FRDM-K32L3A6.cproject.yml
for-context:
- +FRDM-K32L3A6