File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ hw/mcu/stm/stm32g0xx/src/clock_stm32g0xx.c
183183hw/mcu/stm/stm32g0xx/src/system_stm32g0xx.c
184184hw/mcu/stm/stm32g4xx/src/clock_stm32g4xx.c
185185hw/mcu/stm/stm32g4xx/src/system_stm32g4xx.c
186+ hw/mcu/stm/stm32h5xx/src/system_stm32h5xx.c
186187hw/mcu/stm/stm32h7xx/src/clock_stm32h7xx.c
187188hw/mcu/stm/stm32h7xx/src/system_stm32h7xx.c
188189hw/mcu/stm/stm32l0xx/src/clock_stm32l0xx.c
@@ -215,6 +216,7 @@ hw/bsp/nucleo-f746zg/include/bsp/stm32f7xx_hal_conf.h
215216hw/bsp/nucleo-f767zi/include/bsp/stm32f7xx_hal_conf.h
216217hw/bsp/nucleo-g0b1re/include/bsp/stm32g0xx_hal_conf.h
217218hw/bsp/nucleo-g491re/include/bsp/stm32g4xx_hal_conf.h
219+ hw/bsp/nucleo-h563zi/include/bsp/stm32h5xx_hal_conf.h
218220hw/bsp/nucleo-h723zg/include/bsp/stm32h7xx_hal_conf.h
219221hw/bsp/nucleo-h753zi/include/bsp/stm32h7xx_hal_conf.h
220222hw/bsp/nucleo-l073rz/include/bsp/stm32l0xx_hal_conf.h
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ hw/bsp/nucleo-f746zg/include/bsp/stm32f7xx_hal_conf.h
3333hw/bsp/nucleo-f767zi/include/bsp/stm32f7xx_hal_conf.h
3434hw/bsp/nucleo-g0b1re/include/bsp/stm32g0xx_hal_conf.h
3535hw/bsp/nucleo-g491re/include/bsp/stm32g4xx_hal_conf.h
36+ hw/bsp/nucleo-h563zi/include/bsp/stm32h5xx_hal_conf.h
3637hw/bsp/nucleo-l073rz/include/bsp/stm32l0xx_hal_conf.h
3738hw/bsp/nucleo-l476rg/include/bsp/stm32l4xx_hal_conf.h
3839hw/bsp/olimex-p103/include/bsp/stm32f1xx_hal_conf.h
@@ -52,6 +53,7 @@ hw/mcu/stm/stm32f3xx/src/system_stm32f3xx.c
5253hw/mcu/stm/stm32f7xx/src/system_stm32f7xx.c
5354hw/mcu/stm/stm32g0xx/src/system_stm32g0xx.c
5455hw/mcu/stm/stm32g4xx/src/system_stm32g4xx.c
56+ hw/mcu/stm/stm32h5xx/src/system_stm32h5xx.c
5557hw/mcu/stm/stm32u5xx/src/system_stm32u5xx.c
5658
5759hw/mcu/stm/stm32_common/src/stm32_driver_mod_i2c_v1.c
You can’t perform that action at this time.
0 commit comments