-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatformio.ini
More file actions
90 lines (86 loc) · 2.29 KB
/
Copy pathplatformio.ini
File metadata and controls
90 lines (86 loc) · 2.29 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
[platformio]
src_dir = .
include_dir = .
[env:cm7]
platform = ststm32
board = disco_h747xi
upload_protocol = stlink
debug_tool = stlink
monitor_speed = 115200
board_build.ldscript = Makefile/CM7/stm32h747xx_flash_CM7.ld
board_upload.maximum_ram_size = 1048576
build_flags =
-DCORE_CM7
-DUSE_HAL_DRIVER
-DSTM32H747xx
-DUSE_PWR_LDO_SUPPLY
-DUSE_PWR_DIRECT_SMPS_SUPPLY
-ICM7/Core/Inc
-IDrivers/STM32H7xx_HAL_Driver/Inc
-IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy
-IDrivers/CMSIS/Device/ST/STM32H7xx/Include
-IDrivers/CMSIS/Include
-IUtilities/JPEG
-ICM7/FATFS/Target
-ICM7/FATFS/App
-IMiddlewares/Third_Party/FatFs/src
build_src_filter =
+<CM7/Core/Src/>
+<Drivers/STM32H7xx_HAL_Driver/Src>
-<Drivers/STM32H7xx_HAL_Driver/Src/*_template.c>
+<Common/Src/>
+<Makefile/CM7/*.s>
+<Utilities/JPEG/>
-<Utilities/JPEG/*_template.c>
+<CM7/FATFS/Target/>
+<CM7/FATFS/App/>
+<Middlewares/Third_Party/FatFs/src/>
+<Middlewares/Third_Party/FatFs/src/option/syscall.c>
-<Middlewares/Third_Party/FatFs/src/option/cc*.c>
-<CM4/**>
-<Makefile/CM4/**>
check_tool = clangtidy
check_flags =
clangtidy: --checks=-*,cert-*,clang-analyzer-*
clangtidy: --warnings-as-errors=*
clangtidy: --header-filter=.*
check_src_filters =
-<**>
+<CM7/Core/Src/>
+<CM7/Core/Inc/>
[env:cm4]
platform = ststm32
board = disco_h747xi
upload_protocol = stlink
debug_tool = stlink
monitor_speed = 115200
board_build.ldscript = Makefile/CM4/stm32h747xx_flash_CM4.ld
board_upload.maximum_ram_size = 1048576
build_flags =
-DCORE_CM4
-DUSE_HAL_DRIVER
-DSTM32H747xx
-DUSE_PWR_LDO_SUPPLY
-DUSE_PWR_DIRECT_SMPS_SUPPLY
-ICM4/Core/Inc
-IDrivers/STM32H7xx_HAL_Driver/Inc
-IDrivers/STM32H7xx_HAL_Driver/Inc/Legacy
-IDrivers/CMSIS/Device/ST/STM32H7xx/Include
-IDrivers/CMSIS/Include
build_src_filter =
+<CM4/Core/Src/>
+<Drivers/STM32H7xx_HAL_Driver/Src>
-<Drivers/STM32H7xx_HAL_Driver/Src/*_template.c>
+<Common/Src/>
+<Makefile/CM4/*.s>
-<CM7/**>
-<Makefile/CM7/**>
check_tool = clangtidy
check_flags =
clangtidy: --checks=-*,cert-*,clang-analyzer-*
clangtidy: --warnings-as-errors=*
clangtidy: --header-filter=.*
check_src_filters =
-<**>
+<CM4/Core/Src/>
+<CM4/Core/Inc/>