-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathUSB_Device.csolution.yml
More file actions
69 lines (63 loc) · 1.85 KB
/
USB_Device.csolution.yml
File metadata and controls
69 lines (63 loc) · 1.85 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
solution:
description: USB Device examples
created-for: CMSIS-Toolbox@2.12.0
cdefault:
# List of tested compilers that can be selected
select-compiler:
- compiler: AC6
- compiler: GCC
- compiler: IAR
- compiler: CLANG
# List of miscellaneous tool-specific controls
misc:
- for-compiler: AC6 # GDB requires DWARF 5, remove when using uVision Debugger
C-CPP:
- -gdwarf-5
ASM:
- -gdwarf-5
target-types:
- type: STM32F746NGHx
device: STM32F746NGHx
board: STM32F746G-DISCO:Rev.B
variables:
- Board-Layer: $SolutionDir()$/Board/STM32F746G-DISCO/Board.clayer.yml
copied-from: ${CMSIS_PACK_ROOT}/Keil/STM32F746G-DISCO_BSP/1.1.0/Layers/Default/Board.clayer.yml
target-set:
- set:
debugger:
name: ST-Link@pyOCD
clock: 4000000
protocol: swd
images:
- project-context: MassStorage.Debug
- type: CustomHW
device: STM32F746NGHx
board: STM32F746G-DISCO:Rev.B
variables:
- Board-Layer: $SolutionDir()$/Board/CustomHW/Board.clayer.yml
copied-from: ${CMSIS_PACK_ROOT}/Keil/STM32F746G-DISCO_BSP/1.1.0/Layers/Default/Board.clayer.yml
target-set:
- set:
images:
- project-context: MassStorage.Debug
- project-context: HID.Debug
debugger:
name: ST-Link@pyOCD
clock: 4000000
protocol: swd
build-types:
- type: Debug
debug: on
optimize: debug
- type: Release
debug: off
optimize: balanced
projects:
- project: HID/HID.cproject.yml
- project: MassStorage/MassStorage.cproject.yml
- project: VirtualCOM/VirtualCOM.cproject.yml
packs:
- pack: Keil::STM32F746G-DISCO_BSP
- pack: Keil::STM32F7xx_DFP
- pack: ARM::CMSIS
compiler: AC6