File tree Expand file tree Collapse file tree 7 files changed +30
-0
lines changed Expand file tree Collapse file tree 7 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 88#ifdef STM32G4xx
99 #include "stm32g4xx_ll_cordic.h"
1010#endif
11+ #ifdef STM32H7xx
12+ #include "stm32h7xx_ll_cordic.h"
13+ #endif
1114#pragma GCC diagnostic pop
1215#endif /* _STM32YYXX_LL_CORDIC_H_ */
Original file line number Diff line number Diff line change 88#ifdef STM32G4xx
99 #include "stm32g4xx_ll_fmac.h"
1010#endif
11+ #ifdef STM32H7xx
12+ #include "stm32h7xx_ll_fmac.h"
13+ #endif
1114#pragma GCC diagnostic pop
1215#endif /* _STM32YYXX_LL_FMAC_H_ */
Original file line number Diff line number Diff line change 204204 #define CMSIS_STARTUP_FILE "startup_stm32g4a1xx.s"
205205 #elif defined(STM32GBK1CB )
206206 #define CMSIS_STARTUP_FILE "startup_stm32gbk1cb.s"
207+ #elif defined(STM32H723xx )
208+ #define CMSIS_STARTUP_FILE "startup_stm32h723xx.s"
209+ #elif defined(STM32H725xx )
210+ #define CMSIS_STARTUP_FILE "startup_stm32h725xx.s"
211+ #elif defined(STM32H730xx )
212+ #define CMSIS_STARTUP_FILE "startup_stm32h730xx.s"
213+ #elif defined(STM32H730xxQ )
214+ #define CMSIS_STARTUP_FILE "startup_stm32h730xxq.s"
215+ #elif defined(STM32H733xx )
216+ #define CMSIS_STARTUP_FILE "startup_stm32h733xx.s"
217+ #elif defined(STM32H735xx )
218+ #define CMSIS_STARTUP_FILE "startup_stm32h735xx.s"
207219 #elif defined(STM32H742xx )
208220 #define CMSIS_STARTUP_FILE "startup_stm32h742xx.s"
209221 #elif defined(STM32H743xx )
Original file line number Diff line number Diff line change 11#ifdef STM32G4xx
22 #include "stm32g4xx_hal_cordic.c"
33#endif
4+ #ifdef STM32H7xx
5+ #include "stm32h7xx_hal_cordic.c"
6+ #endif
Original file line number Diff line number Diff line change 11#ifdef STM32G4xx
22 #include "stm32g4xx_hal_fmac.c"
33#endif
4+ #ifdef STM32H7xx
5+ #include "stm32h7xx_hal_fmac.c"
6+ #endif
Original file line number Diff line number Diff line change 11#ifdef STM32G4xx
22 #include "stm32g4xx_ll_cordic.c"
33#endif
4+ #ifdef STM32H7xx
5+ #include "stm32h7xx_ll_cordic.c"
6+ #endif
Original file line number Diff line number Diff line change 11#ifdef STM32G4xx
22 #include "stm32g4xx_ll_fmac.c"
33#endif
4+ #ifdef STM32H7xx
5+ #include "stm32h7xx_ll_fmac.c"
6+ #endif
You can’t perform that action at this time.
0 commit comments