-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathFRDM-K32L3A6.cproject.yml
More file actions
96 lines (87 loc) · 3.18 KB
/
FRDM-K32L3A6.cproject.yml
File metadata and controls
96 lines (87 loc) · 3.18 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
project:
# Project defines
define:
- OS_IDLE_THREAD_NAME: \"Idle\"
- OS_TIMER_THREAD_NAME: \"Timer\"
- SDK_DEBUGCONSOLE: 1
groups:
- group: Documentation
files:
- file: ./README.md
- group: App
files:
- file: ./Blinky.c
- file: ./main.h
- file: ./main.c
- group: Board
files:
- file: ./retarget_stdio.c
- file: ./fsl_lpspi_cmsis.h
- file: ./fsl_lpspi_cmsis.c
- file: ./vio_FRDM-K32L3A6.c
- file: ./RTE/Device/K32L3A60VPJ1A_cm4/K32L3A60xxx_cm4_flash.scf
- group: MCUXpresso
files:
- file: ./FRDM-K32L3A6.mex
- group: Board Support
files:
- file: ./RTE/Board_Support/K32L3A60VPJ1A_cm4/board.c
- file: ./RTE/Board_Support/K32L3A60VPJ1A_cm4/board.h
- file: ./RTE/Board_Support/K32L3A60VPJ1A_cm4/clock_config.c
- file: ./RTE/Board_Support/K32L3A60VPJ1A_cm4/clock_config.h
- file: ./RTE/Board_Support/K32L3A60VPJ1A_cm4/peripherals.c
- file: ./RTE/Board_Support/K32L3A60VPJ1A_cm4/peripherals.h
- file: ./RTE/Board_Support/K32L3A60VPJ1A_cm4/pin_mux.c
- file: ./RTE/Board_Support/K32L3A60VPJ1A_cm4/pin_mux.h
components:
- component: Device:Startup
- component: ARM::CMSIS Driver:USART:Custom
- component: NXP::Device:CMSIS:K32L3A60_header
- component: NXP::Device:CMSIS:K32L3A60_system
- component: NXP::Device:SDK Drivers:clock
- component: NXP::Device:SDK Drivers:common
misc:
- C:
- -include cmsis_core5.h
- component: NXP::Device:SDK Drivers:dmamux
- component: NXP::Device:SDK Drivers:edma
- component: NXP::Device:SDK Drivers:fxos8700cq
- component: NXP::Device:SDK Drivers:gpio
- component: NXP::Device:SDK Drivers:i2c
- component: NXP::Device:SDK Drivers:lists
- component: NXP::Device:SDK Drivers:lpspi
- component: NXP::Device:SDK Drivers:lpuart
- component: NXP::Device:SDK Drivers:lpuart_adapter
- component: NXP::Device:SDK Drivers:msmc
- component: NXP::Device:SDK Drivers:port
- component: NXP::Device:SDK Drivers:lpuart_edma
- component: NXP::Device:SDK Project Template:RTE_Device
- component: NXP::Device:SDK Utilities:serial_manager
- component: NXP::Device:SDK Utilities:serial_manager_uart
- component: ARM::CMSIS:RTOS2:Keil RTX5&Source
- component: ARM::CMSIS:OS Tick:SysTick
- component: ARM::CMSIS:CORE
- component: ARM::CMSIS-View:Event Recorder&DAP
- component: ARM::CMSIS Driver:SPI:Custom
- component: NXP::CMSIS Driver:USART:lpuart_cmsis
- component: ARM::CMSIS Driver:VIO:Custom
- component: ARM::CMSIS-Compiler:CORE
- component: ARM::CMSIS-Compiler:STDERR:Custom
- component: ARM::CMSIS-Compiler:STDOUT:Custom
- component: ARM::CMSIS-Compiler:STDIN:Custom
- component: NXP::Device:SDK Utilities:str
- component: NXP::Device:SDK Utilities:assert
- component: NXP::Device:SDK Utilities:debug_console
packs:
- pack: ARM::CMSIS
- pack: ARM::CMSIS-Compiler
- pack: ARM::CMSIS-RTX
- pack: ARM::CMSIS-View
- pack: NXP::FRDM-K32L3A6_BSP
- pack: NXP::K32L3A60_DFP
output:
type:
- elf
- hex
- bin
- map