From db932a155aae528729d426a683eb30ec4e977a02 Mon Sep 17 00:00:00 2001 From: Daniel Peter Chokola Date: Sun, 9 Nov 2025 21:46:46 -0500 Subject: [PATCH] update to STM32CubeIDE 15.1 --- .cproject | 6 +- .mxproject | 2 +- Core/Inc/stm32f4xx_hal_conf.h | 15 +- Core/Src/main.c | 1 + Core/Src/stm32f4xx_hal_msp.c | 2 + .../Device/ST/STM32F4xx/Include/stm32f401xc.h | 17286 ++++++++-------- .../Device/ST/STM32F4xx/Include/stm32f4xx.h | 602 +- .../ST/STM32F4xx/Include/system_stm32f4xx.h | 208 +- Drivers/CMSIS/Device/ST/STM32F4xx/LICENSE.txt | 12 +- Drivers/CMSIS/Include/cachel1_armv7.h | 411 + Drivers/CMSIS/Include/cmsis_armcc.h | 1753 +- Drivers/CMSIS/Include/cmsis_armclang.h | 3372 ++- Drivers/CMSIS/Include/cmsis_armclang_ltm.h | 1928 ++ Drivers/CMSIS/Include/cmsis_compiler.h | 549 +- Drivers/CMSIS/Include/cmsis_gcc.h | 4296 ++-- Drivers/CMSIS/Include/cmsis_iccarm.h | 1937 +- Drivers/CMSIS/Include/cmsis_version.h | 78 +- Drivers/CMSIS/Include/core_armv81mml.h | 4228 ++++ Drivers/CMSIS/Include/core_armv8mbl.h | 4140 ++-- Drivers/CMSIS/Include/core_armv8mml.h | 6136 +++--- Drivers/CMSIS/Include/core_cm0.h | 1901 +- Drivers/CMSIS/Include/core_cm0plus.h | 2170 +- Drivers/CMSIS/Include/core_cm1.h | 1955 +- Drivers/CMSIS/Include/core_cm23.h | 4290 ++-- Drivers/CMSIS/Include/core_cm3.h | 3884 ++-- Drivers/CMSIS/Include/core_cm33.h | 6279 +++--- Drivers/CMSIS/Include/core_cm35p.h | 3277 +++ Drivers/CMSIS/Include/core_cm4.h | 4258 ++-- Drivers/CMSIS/Include/core_cm55.h | 4817 +++++ Drivers/CMSIS/Include/core_cm7.h | 5037 +++-- Drivers/CMSIS/Include/core_cm85.h | 4672 +++++ Drivers/CMSIS/Include/core_sc000.h | 2052 +- Drivers/CMSIS/Include/core_sc300.h | 3832 ++-- Drivers/CMSIS/Include/core_starmc1.h | 3592 ++++ Drivers/CMSIS/Include/mpu_armv7.h | 545 +- Drivers/CMSIS/Include/mpu_armv8.h | 685 +- Drivers/CMSIS/Include/pac_armv81.h | 206 + Drivers/CMSIS/Include/pmu_armv8.h | 337 + Drivers/CMSIS/Include/tz_context.h | 140 +- Drivers/CMSIS/LICENSE.txt | 402 +- .../Inc/Legacy/stm32_hal_legacy.h | 8436 ++++---- .../STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h | 594 +- .../Inc/stm32f4xx_hal_adc.h | 1796 +- .../Inc/stm32f4xx_hal_adc_ex.h | 814 +- .../Inc/stm32f4xx_hal_cortex.h | 817 +- .../Inc/stm32f4xx_hal_def.h | 422 +- .../Inc/stm32f4xx_hal_dma.h | 1604 +- .../Inc/stm32f4xx_hal_dma_ex.h | 204 +- .../Inc/stm32f4xx_hal_exti.h | 732 +- .../Inc/stm32f4xx_hal_flash.h | 850 +- .../Inc/stm32f4xx_hal_flash_ex.h | 2126 +- .../Inc/stm32f4xx_hal_flash_ramfunc.h | 152 +- .../Inc/stm32f4xx_hal_gpio.h | 650 +- .../Inc/stm32f4xx_hal_gpio_ex.h | 3180 +-- .../Inc/stm32f4xx_hal_pcd.h | 920 +- .../Inc/stm32f4xx_hal_pcd_ex.h | 181 +- .../Inc/stm32f4xx_hal_pwr.h | 863 +- .../Inc/stm32f4xx_hal_pwr_ex.h | 680 +- .../Inc/stm32f4xx_hal_rcc.h | 2917 ++- .../Inc/stm32f4xx_hal_rcc_ex.h | 14301 ++++++------- .../Inc/stm32f4xx_hal_rtc.h | 1837 +- .../Inc/stm32f4xx_hal_rtc_ex.h | 2148 +- .../Inc/stm32f4xx_hal_spi.h | 1462 +- .../Inc/stm32f4xx_hal_tim.h | 4303 ++-- .../Inc/stm32f4xx_hal_tim_ex.h | 711 +- .../Inc/stm32f4xx_ll_adc.h | 9561 ++++----- .../Inc/stm32f4xx_ll_bus.h | 4210 ++-- .../Inc/stm32f4xx_ll_cortex.h | 1284 +- .../Inc/stm32f4xx_ll_dma.h | 5736 ++--- .../Inc/stm32f4xx_ll_exti.h | 1908 +- .../Inc/stm32f4xx_ll_gpio.h | 1962 +- .../Inc/stm32f4xx_ll_pwr.h | 1970 +- .../Inc/stm32f4xx_ll_rcc.h | 14197 ++++++------- .../Inc/stm32f4xx_ll_rtc.h | 7326 +++---- .../Inc/stm32f4xx_ll_spi.h | 2042 ++ .../Inc/stm32f4xx_ll_system.h | 3422 +-- .../Inc/stm32f4xx_ll_usb.h | 1114 +- .../Inc/stm32f4xx_ll_utils.h | 614 +- Drivers/STM32F4xx_HAL_Driver/LICENSE.txt | 12 +- .../STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c | 1231 +- .../Src/stm32f4xx_hal_adc.c | 4220 ++-- .../Src/stm32f4xx_hal_adc_ex.c | 2227 +- .../Src/stm32f4xx_hal_cortex.c | 1040 +- .../Src/stm32f4xx_hal_dma.c | 2610 +-- .../Src/stm32f4xx_hal_dma_ex.c | 626 +- .../Src/stm32f4xx_hal_exti.c | 1100 +- .../Src/stm32f4xx_hal_flash.c | 1551 +- .../Src/stm32f4xx_hal_flash_ex.c | 2691 ++- .../Src/stm32f4xx_hal_flash_ramfunc.c | 344 +- .../Src/stm32f4xx_hal_gpio.c | 1066 +- .../Src/stm32f4xx_hal_pcd.c | 4781 ++--- .../Src/stm32f4xx_hal_pcd_ex.c | 688 +- .../Src/stm32f4xx_hal_pwr.c | 1169 +- .../Src/stm32f4xx_hal_pwr_ex.c | 1200 +- .../Src/stm32f4xx_hal_rcc.c | 2246 +- .../Src/stm32f4xx_hal_rcc_ex.c | 7617 +++---- .../Src/stm32f4xx_hal_rtc.c | 3816 ++-- .../Src/stm32f4xx_hal_rtc_ex.c | 3760 ++-- .../Src/stm32f4xx_hal_spi.c | 7860 +++---- .../Src/stm32f4xx_hal_tim.c | 15250 +++++++------- .../Src/stm32f4xx_hal_tim_ex.c | 4838 +++-- .../Src/stm32f4xx_ll_adc.c | 1844 +- .../Src/stm32f4xx_ll_usb.c | 4547 ++-- .../Class/CDC/Inc/usbd_cdc.h | 366 +- .../Class/CDC/Src/usbd_cdc.c | 1768 +- .../Core/Inc/usbd_core.h | 347 +- .../Core/Inc/usbd_ctlreq.h | 202 +- .../Core/Inc/usbd_def.h | 1038 +- .../Core/Inc/usbd_ioreq.h | 226 +- .../Core/Src/usbd_core.c | 2441 +-- .../Core/Src/usbd_ctlreq.c | 2109 +- .../Core/Src/usbd_ioreq.c | 450 +- .../ST/STM32_USB_Device_Library/LICENSE.txt | 172 +- hothouse-mon.ioc | 9 +- 114 files changed, 162007 insertions(+), 134794 deletions(-) create mode 100644 Drivers/CMSIS/Include/cachel1_armv7.h create mode 100644 Drivers/CMSIS/Include/cmsis_armclang_ltm.h create mode 100644 Drivers/CMSIS/Include/core_armv81mml.h create mode 100644 Drivers/CMSIS/Include/core_cm35p.h create mode 100644 Drivers/CMSIS/Include/core_cm55.h create mode 100644 Drivers/CMSIS/Include/core_cm85.h create mode 100644 Drivers/CMSIS/Include/core_starmc1.h create mode 100644 Drivers/CMSIS/Include/pac_armv81.h create mode 100644 Drivers/CMSIS/Include/pmu_armv8.h create mode 100644 Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_ll_spi.h diff --git a/.cproject b/.cproject index a7ac93c..289a46f 100644 --- a/.cproject +++ b/.cproject @@ -23,8 +23,9 @@