|
4 | 4 | # If you need to exclude a file, add the path to the file in file_path. |
5 | 5 |
|
6 | 6 | # 从 .ignore_format.yml 迁移的规则 |
7 | | -/libraries/STM32F0xx_HAL/ |
8 | | -/libraries/STM32F1xx_HAL/ |
9 | | -/libraries/STM32F2xx_HAL/ |
10 | | -/libraries/STM32F3xx_HAL/ |
11 | | -/libraries/STM32F4xx_HAL/ |
12 | | -/libraries/STM32F7xx_HAL/ |
13 | | -/libraries/STM32G0xx_HAL/ |
14 | | -/libraries/STM32G4xx_HAL/ |
15 | | -/libraries/librariesSTM32H7xx_HAL/ |
16 | | -/libraries/STM32L0xx_HAL/ |
17 | | -/libraries/STM32L1xx_HAL/ |
18 | | -/libraries/STM32L4xx_HAL/ |
19 | | -/libraries/STM32L5xx_HAL/ |
20 | | -/libraries/STM32MPxx_HAL/ |
21 | | -/libraries/STM32U5xx_HAL/ |
22 | | -/libraries/STM32H5xx_HAL/ |
23 | | -/libraries/STM32WBxx_HAL/ |
24 | | -/libraries/STM32WLxx_HAL/ |
| 7 | +# 忽略所有 STM32 HAL 库目录 |
| 8 | +/libraries/STM32*_HAL/ |
25 | 9 |
|
26 | | -/stm32f072-st-nucleo/board/CubeMX_Config/ |
27 | | -/stm32f091-st-nucleo/board/CubeMX_Config/ |
28 | | -/stm32f103-100ask-mini/board/CubeMX_Config/ |
29 | | -/stm32f103-100ask-pro/board/CubeMX_Config/ |
30 | | -/stm32f103-atk-nano/board/CubeMX_Config/ |
31 | | -/stm32f103-atk-warshipv3/board/CubeMX_Config/ |
32 | | -/stm32f103-blue-pill/board/CubeMX_Config/ |
33 | | -/stm32f103-dofly-lyc8/board/CubeMX_Config/ |
34 | | -/stm32f103-dofly-M3S/board/CubeMX_Config/ |
35 | | -/stm32f103-fire-arbitrary/board/CubeMX_Config/ |
36 | | -/stm32f103-gizwits-gokitv21/board/CubeMX_Config/ |
37 | | -/stm32f103-hw100k-ibox/board/CubeMX_Config/ |
38 | | -/stm32f103-keysking-learning/board/CubeMX_Config/ |
39 | | -/stm32f103-onenet-nbiot/board/CubeMX_Config/ |
40 | | -/stm32f103-yf-ufun/board/CubeMX_Config/ |
41 | | -/stm32f103-ys-f1pro/board/CubeMX_Config/ |
42 | | -/stm32f107-uc-eval/board/CubeMX_Config/ |
43 | | -/stm32f207-st-nucleo/board/CubeMX_Config/ |
44 | | -/stm32f302-st-nucleo/board/CubeMX_Config/ |
45 | | -/stm32f334-st-nucleo/board/CubeMX_Config/ |
46 | | -/stm32f401-st-nucleo/board/CubeMX_Config/ |
47 | | -/stm32f401-weact-blackpill/board/CubeMX_Config/ |
48 | | -/stm32f405-smdz-breadfruit/board/CubeMX_Config/ |
49 | | -/stm32f405zg-mini-template/board/CubeMX_Config/ |
50 | | -/stm32f407-armfly-v5/board/CubeMX_Config/ |
51 | | -/stm32f407-atk-explorer/board/CubeMX_Config/ |
52 | | -/stm32f407-fk407m2-zgt6/board/CubeMX_Config/ |
53 | | -/stm32f407-lckfb-skystar/board/CubeMX_Config/ |
54 | | -/stm32f407-robomaster-c/board/CubeMX_Config/ |
55 | | -/stm32f407-rt-spark/board/CubeMX_Config/ |
56 | | -/stm32f407-st-discovery/board/CubeMX_Config/ |
57 | | -/stm32f410-st-nucleo/board/CubeMX_Config/ |
58 | | -/stm32f411-atk-nano/board/CubeMX_Config/ |
59 | | -/stm32f411-st-nucleo/board/CubeMX_Config/ |
60 | | -/stm32f411-weact-blackpill/board/CubeMX_Config/ |
61 | | -/stm32f412-st-nucleo/board/CubeMX_Config/ |
62 | | -/stm32f413-st-nucleo/board/CubeMX_Config/ |
63 | | -/stm32f427-robomaster-a/board/CubeMX_Config/ |
64 | | -/stm32f429-armfly-v6/board/CubeMX_Config/ |
65 | | -/stm32f429-atk-apollo/board/CubeMX_Config/ |
66 | | -/stm32f429-fire-challenger/board/CubeMX_Config/ |
67 | | -/stm32f429-st-disco/board/CubeMX_Config/ |
68 | | -/stm32f446-st-nucleo/board/CubeMX_Config/ |
69 | | -/stm32f469-st-disco/board/CubeMX_Config/ |
70 | | -/stm32f723-st-disco/board/CubeMX_Config/ |
71 | | -/stm32f746-st-disco/board/CubeMX_Config/ |
72 | | -/stm32f746-st-nucleo/board/CubeMX_Config/ |
73 | | -/stm32f767-atk-apollo/board/CubeMX_Config/ |
74 | | -/stm32f767-fire-challenger-v1/board/CubeMX_Config/ |
75 | | -/stm32f767-st-nucleo/board/CubeMX_Config/ |
76 | | -/stm32f769-st-disco/board/CubeMX_Config/ |
77 | | -/stm32g030-tiny-board/board/CubeMX_Config/ |
78 | | -/stm32g070-st-nucleo/board/CubeMX_Config/ |
79 | | -/stm32g071-st-nucleo/board/CubeMX_Config/ |
80 | | -/stm32g431-st-nucleo/board/CubeMX_Config/ |
81 | | -/stm32g474-st-nucleo/board/CubeMX_Config/ |
82 | | -/stm32g491-st-nucleo/board/CubeMX_Config/ |
83 | | -/stm32h503-st-nucleo/board/CubeMX_Config/ |
84 | | -/stm32h563-st-nucleo/board/CubeMX_Config/ |
85 | | -/stm32h723-st-nucleo/board/CubeMX_Config/ |
86 | | -/stm32h730-esphosted-evb/board/CubeMX_Config/ |
87 | | -/stm32h743-armfly-v7/board/CubeMX_Config/ |
88 | | -/stm32h743-atk-apollo/board/CubeMX_Config/ |
89 | | -/stm32h743-openmv-h7plus/board/CubeMX_Config/ |
90 | | -/stm32h743-st-nucleo/board/CubeMX_Config/ |
91 | | -/stm32h747-st-discovery/board/CubeMX_Config/ |
92 | | -/stm32h750-armfly-h7-tool/board/CubeMX_Config/ |
93 | | -/stm32h750-artpi/board/CubeMX_Config/ |
94 | | -/stm32h750-fk750m1-vbt6/board/CubeMX_Config/ |
95 | | -/stm32h750-weact-ministm32h7xx/board/CubeMX_Config/ |
96 | | -/stm32h7r7-artpi2/board/CubeMX_Config/ |
97 | | -/stm32h7s7-st-disco/board/CubeMX_Config/ |
98 | | -/stm32l010-st-nucleo/board/CubeMX_Config/ |
99 | | -/stm32l053-st-nucleo/board/CubeMX_Config/ |
100 | | -/stm32l412-st-nucleo/board/CubeMX_Config/ |
101 | | -/stm32l431-BearPi/board/CubeMX_Config/ |
102 | | -/stm32l431-tencentos-tiny-EVB_MX+/board/CubeMX_Config/ |
103 | | -/stm32l432-st-nucleo/board/CubeMX_Config/ |
104 | | -/stm32l433-ali-startkit/board/CubeMX_Config/ |
105 | | -/stm32l433-st-nucleo/board/CubeMX_Config/ |
106 | | -/stm32l452-st-nucleo/board/CubeMX_Config/ |
107 | | -/stm32l475-atk-pandora/board/CubeMX_Config/ |
108 | | -/stm32l475-st-discovery/board/CubeMX_Config/ |
109 | | -/stm32l476-st-nucleo/board/CubeMX_Config/ |
110 | | -/stm32l496-ali-developer/board/CubeMX_Config/ |
111 | | -/stm32l496-st-discovery/board/CubeMX_Config/ |
112 | | -/stm32l496-st-nucleo/board/CubeMX_Config/ |
113 | | -/stm32l4r5-st-nucleo/board/CubeMX_Config/ |
114 | | -/stm32l4r9-st-eval/board/CubeMX_Config/ |
115 | | -/stm32l4r9-st-sensortile-box/board/CubeMX_Config/ |
116 | | -/stm32l552-st-nucleo/board/CubeMX_Config/ |
117 | | -/stm32mp157a-st-discovery/board/CubeMX_Config/ |
118 | | -/stm32mp157a-st-ev1/board/CubeMX_Config/ |
119 | | -/stm32u575-st-nucleo/board/CubeMX_Config/ |
120 | | -/stm32u585-iot02a/board/CubeMX_Config/ |
121 | | -/stm32wb55-st-nucleo/board/CubeMX_Config/ |
122 | | -/stm32wl55-st-nucleo/board/CubeMX_Config/ |
123 | | -/stm32wle5-yizhilian-lm401/board/CubeMX_Config/ |
124 | | -/stm32wle5-yizhilian-lm402/board/CubeMX_Config/ |
| 10 | +# 忽略所有 STM32 BSP 的 CubeMX 配置目录 |
| 11 | +/stm32*/board/CubeMX_Config/ |
125 | 12 |
|
0 commit comments