From 69d53d0cd23e8590865bd83a4b42b91d32ff9101 Mon Sep 17 00:00:00 2001 From: mangdani282 Date: Mon, 11 May 2026 23:00:49 -0400 Subject: [PATCH 1/6] Setup IOC file and generate C code --- nucleof072rb/.cproject | 2 +- nucleof072rb/.mxproject | 62 +- nucleof072rb/Core/Inc/gpio.h | 98 +- nucleof072rb/Core/Inc/main.h | 165 +- nucleof072rb/Core/Inc/stm32f0xx_hal_conf.h | 644 +- nucleof072rb/Core/Inc/stm32f0xx_it.h | 128 +- nucleof072rb/Core/Inc/usart.h | 104 +- nucleof072rb/Core/Src/gpio.c | 156 +- nucleof072rb/Core/Src/stm32f0xx_hal_msp.c | 167 +- nucleof072rb/Core/Src/stm32f0xx_it.c | 293 +- nucleof072rb/Core/Src/usart.c | 234 +- .../Device/ST/STM32F0xx/Include/stm32f072xb.h | 6078 ++++++++--------- .../Device/ST/STM32F0xx/Include/stm32f0xx.h | 28 +- .../ST/STM32F0xx/Include/system_stm32f0xx.h | 16 +- .../Inc/Legacy/stm32_hal_legacy.h | 648 +- .../STM32F0xx_HAL_Driver/Inc/stm32f0xx_hal.h | 21 +- .../Inc/stm32f0xx_hal_cortex.h | 12 +- .../Inc/stm32f0xx_hal_def.h | 15 +- .../Inc/stm32f0xx_hal_dma.h | 172 +- .../Inc/stm32f0xx_hal_dma_ex.h | 350 +- .../Inc/stm32f0xx_hal_exti.h | 12 +- .../Inc/stm32f0xx_hal_flash.h | 13 +- .../Inc/stm32f0xx_hal_flash_ex.h | 13 +- .../Inc/stm32f0xx_hal_gpio.h | 16 +- .../Inc/stm32f0xx_hal_gpio_ex.h | 21 +- .../Inc/stm32f0xx_hal_i2c.h | 30 +- .../Inc/stm32f0xx_hal_i2c_ex.h | 13 +- .../Inc/stm32f0xx_hal_pwr.h | 14 +- .../Inc/stm32f0xx_hal_pwr_ex.h | 14 +- .../Inc/stm32f0xx_hal_rcc.h | 15 +- .../Inc/stm32f0xx_hal_rcc_ex.h | 13 +- .../Inc/stm32f0xx_hal_tim.h | 158 +- .../Inc/stm32f0xx_hal_tim_ex.h | 31 +- .../Inc/stm32f0xx_hal_uart.h | 69 +- .../Inc/stm32f0xx_hal_uart_ex.h | 93 +- .../STM32F0xx_HAL_Driver/Src/stm32f0xx_hal.c | 33 +- .../Src/stm32f0xx_hal_cortex.c | 17 +- .../Src/stm32f0xx_hal_dma.c | 622 +- .../Src/stm32f0xx_hal_exti.c | 30 +- .../Src/stm32f0xx_hal_flash.c | 13 +- .../Src/stm32f0xx_hal_flash_ex.c | 13 +- .../Src/stm32f0xx_hal_gpio.c | 59 +- .../Src/stm32f0xx_hal_i2c.c | 1516 ++-- .../Src/stm32f0xx_hal_i2c_ex.c | 25 +- .../Src/stm32f0xx_hal_pwr.c | 14 +- .../Src/stm32f0xx_hal_pwr_ex.c | 13 +- .../Src/stm32f0xx_hal_rcc.c | 26 +- .../Src/stm32f0xx_hal_rcc_ex.c | 13 +- .../Src/stm32f0xx_hal_tim.c | 234 +- .../Src/stm32f0xx_hal_tim_ex.c | 86 +- .../Src/stm32f0xx_hal_uart.c | 342 +- .../Src/stm32f0xx_hal_uart_ex.c | 107 +- nucleof072rb/nucleof072rb.ioc | 339 +- 53 files changed, 7395 insertions(+), 6025 deletions(-) diff --git a/nucleof072rb/.cproject b/nucleof072rb/.cproject index 1e72a9d5..176db57b 100644 --- a/nucleof072rb/.cproject +++ b/nucleof072rb/.cproject @@ -22,7 +22,7 @@