File tree Expand file tree Collapse file tree 9 files changed +36
-0
lines changed Expand file tree Collapse file tree 9 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 8
8
#ifdef STM32F0xx
9
9
#include "stm32f0xx_ll_crs.h"
10
10
#endif
11
+ #ifdef STM32G0xx
12
+ #include "stm32g0xx_ll_crs.h"
13
+ #endif
11
14
#ifdef STM32G4xx
12
15
#include "stm32g4xx_ll_crs.h"
13
16
#endif
Original file line number Diff line number Diff line change 23
23
#ifdef STM32F7xx
24
24
#include "stm32f7xx_ll_usb.h"
25
25
#endif
26
+ #ifdef STM32G0xx
27
+ #include "stm32g0xx_ll_usb.h"
28
+ #endif
26
29
#ifdef STM32G4xx
27
30
#include "stm32g4xx_ll_usb.h"
28
31
#endif
Original file line number Diff line number Diff line change 178
178
#define CMSIS_STARTUP_FILE "startup_stm32g031xx.s"
179
179
#elif defined(STM32G041xx )
180
180
#define CMSIS_STARTUP_FILE "startup_stm32g041xx.s"
181
+ #elif defined(STM32G050xx )
182
+ #define CMSIS_STARTUP_FILE "startup_stm32g050xx.s"
183
+ #elif defined(STM32G051xx )
184
+ #define CMSIS_STARTUP_FILE "startup_stm32g051xx.s"
185
+ #elif defined(STM32G061xx )
186
+ #define CMSIS_STARTUP_FILE "startup_stm32g061xx.s"
181
187
#elif defined(STM32G070xx )
182
188
#define CMSIS_STARTUP_FILE "startup_stm32g070xx.s"
183
189
#elif defined(STM32G071xx )
184
190
#define CMSIS_STARTUP_FILE "startup_stm32g071xx.s"
185
191
#elif defined(STM32G081xx )
186
192
#define CMSIS_STARTUP_FILE "startup_stm32g081xx.s"
193
+ #elif defined(STM32G0B0xx )
194
+ #define CMSIS_STARTUP_FILE "startup_stm32g0b0xx.s"
195
+ #elif defined(STM32G0B1xx )
196
+ #define CMSIS_STARTUP_FILE "startup_stm32g0b1xx.s"
197
+ #elif defined(STM32G0C1xx )
198
+ #define CMSIS_STARTUP_FILE "startup_stm32g0c1xx.s"
187
199
#elif defined(STM32G431xx )
188
200
#define CMSIS_STARTUP_FILE "startup_stm32g431xx.s"
189
201
#elif defined(STM32G441xx )
Original file line number Diff line number Diff line change
1
+ #ifdef STM32G0xx
2
+ #include "stm32g0xx_hal_fdcan.c"
3
+ #endif
1
4
#ifdef STM32G4xx
2
5
#include "stm32g4xx_hal_fdcan.c"
3
6
#endif
Original file line number Diff line number Diff line change 10
10
#ifdef STM32F7xx
11
11
#include "stm32f7xx_hal_hcd.c"
12
12
#endif
13
+ #ifdef STM32G0xx
14
+ #include "stm32g0xx_hal_hcd.c"
15
+ #endif
13
16
#ifdef STM32H7xx
14
17
#include "stm32h7xx_hal_hcd.c"
15
18
#endif
Original file line number Diff line number Diff line change 16
16
#ifdef STM32F7xx
17
17
#include "stm32f7xx_hal_pcd.c"
18
18
#endif
19
+ #ifdef STM32G0xx
20
+ #include "stm32g0xx_hal_pcd.c"
21
+ #endif
19
22
#ifdef STM32G4xx
20
23
#include "stm32g4xx_hal_pcd.c"
21
24
#endif
Original file line number Diff line number Diff line change 16
16
#ifdef STM32F7xx
17
17
#include "stm32f7xx_hal_pcd_ex.c"
18
18
#endif
19
+ #ifdef STM32G0xx
20
+ #include "stm32g0xx_hal_pcd_ex.c"
21
+ #endif
19
22
#ifdef STM32G4xx
20
23
#include "stm32g4xx_hal_pcd_ex.c"
21
24
#endif
Original file line number Diff line number Diff line change 1
1
#ifdef STM32F0xx
2
2
#include "stm32f0xx_ll_crs.c"
3
3
#endif
4
+ #ifdef STM32G0xx
5
+ #include "stm32g0xx_ll_crs.c"
6
+ #endif
4
7
#ifdef STM32G4xx
5
8
#include "stm32g4xx_ll_crs.c"
6
9
#endif
Original file line number Diff line number Diff line change 16
16
#ifdef STM32F7xx
17
17
#include "stm32f7xx_ll_usb.c"
18
18
#endif
19
+ #ifdef STM32G0xx
20
+ #include "stm32g0xx_ll_usb.c"
21
+ #endif
19
22
#ifdef STM32G4xx
20
23
#include "stm32g4xx_ll_usb.c"
21
24
#endif
You can’t perform that action at this time.
0 commit comments