From 1382dda88ec339c83011886649ba43bff2fce0eb Mon Sep 17 00:00:00 2001 From: Attila Body Date: Tue, 27 May 2025 16:37:28 +0200 Subject: [PATCH] Migrated (does not build) --- .cproject | 108 +- .mxproject | 16 +- .project | 1 + .../Device/ST/STM32F4xx/Include/stm32f407xx.h | 31227 ++++++++-------- .../Device/ST/STM32F4xx/Include/stm32f4xx.h | 570 +- .../ST/STM32F4xx/Include/system_stm32f4xx.h | 226 +- Drivers/CMSIS/Device/ST/STM32F4xx/LICENSE.txt | 6 + 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 | 201 + .../Inc/Legacy/stm32_hal_legacy.h | 7873 ++-- .../STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal.h | 583 +- .../Inc/stm32f4xx_hal_cortex.h | 820 +- .../Inc/stm32f4xx_hal_def.h | 409 +- .../Inc/stm32f4xx_hal_dma.h | 1606 +- .../Inc/stm32f4xx_hal_dma_ex.h | 206 +- .../Inc/stm32f4xx_hal_exti.h | 630 +- .../Inc/stm32f4xx_hal_flash.h | 853 +- .../Inc/stm32f4xx_hal_flash_ex.h | 2129 +- .../Inc/stm32f4xx_hal_flash_ramfunc.h | 155 +- .../Inc/stm32f4xx_hal_gpio.h | 634 +- .../Inc/stm32f4xx_hal_gpio_ex.h | 3182 +- .../Inc/stm32f4xx_hal_pwr.h | 867 +- .../Inc/stm32f4xx_hal_pwr_ex.h | 684 +- .../Inc/stm32f4xx_hal_rcc.h | 2922 +- .../Inc/stm32f4xx_hal_rcc_ex.h | 14328 +++---- .../Inc/stm32f4xx_hal_tim.h | 1971 - .../Inc/stm32f4xx_hal_tim_ex.h | 351 - .../Inc/stm32f4xx_ll_bus.h | 4213 ++- .../Inc/stm32f4xx_ll_cortex.h | 1287 +- .../Inc/stm32f4xx_ll_crc.h | 405 +- .../Inc/stm32f4xx_ll_dma.h | 5728 +-- .../Inc/stm32f4xx_ll_exti.h | 1910 +- .../Inc/stm32f4xx_ll_gpio.h | 1963 +- .../Inc/stm32f4xx_ll_pwr.h | 1974 +- .../Inc/stm32f4xx_ll_rcc.h | 14200 +++---- .../Inc/stm32f4xx_ll_system.h | 3421 +- .../Inc/stm32f4xx_ll_usart.h | 5042 +-- .../Inc/stm32f4xx_ll_utils.h | 616 +- Drivers/STM32F4xx_HAL_Driver/LICENSE.txt | 6 + .../STM32F4xx_HAL_Driver/Src/stm32f4xx_hal.c | 1219 +- .../Src/stm32f4xx_hal_cortex.c | 1043 +- .../Src/stm32f4xx_hal_dma.c | 2611 +- .../Src/stm32f4xx_hal_dma_ex.c | 628 +- .../Src/stm32f4xx_hal_exti.c | 993 +- .../Src/stm32f4xx_hal_flash.c | 1541 +- .../Src/stm32f4xx_hal_flash_ex.c | 2694 +- .../Src/stm32f4xx_hal_flash_ramfunc.c | 347 +- .../Src/stm32f4xx_hal_gpio.c | 1069 +- .../Src/stm32f4xx_hal_pwr.c | 1157 +- .../Src/stm32f4xx_hal_pwr_ex.c | 1204 +- .../Src/stm32f4xx_hal_rcc.c | 2221 +- .../Src/stm32f4xx_hal_rcc_ex.c | 7575 ++-- .../Src/stm32f4xx_hal_tim.c | 6633 ---- .../Src/stm32f4xx_hal_tim_ex.c | 1969 - .../Src/stm32f4xx_ll_crc.c | 210 +- .../Src/stm32f4xx_ll_dma.c | 848 +- .../Src/stm32f4xx_ll_exti.c | 426 +- .../Src/stm32f4xx_ll_gpio.c | 610 +- .../Src/stm32f4xx_ll_rcc.c | 3340 +- .../Src/stm32f4xx_ll_usart.c | 1008 +- .../Src/stm32f4xx_ll_utils.c | 1489 +- Inc/crc.h | 36 +- Inc/dma.h | 32 +- Inc/gpio.h | 38 +- Inc/main.h | 5 +- Inc/stm32_assert.h | 28 +- Inc/stm32f4xx_hal_conf.h | 274 +- Inc/stm32f4xx_it.h | 6 +- Inc/sys.h | 56 - Inc/usart.h | 36 +- Src/crc.c | 33 +- Src/dma.c | 32 +- Src/gpio.c | 28 +- Src/main.c | 16 +- Src/stm32f4xx_hal_msp.c | 3 +- Src/stm32f4xx_it.c | 15 +- Src/sys.c | 37 - Src/usart.c | 127 +- f407ve_packetusart_c.ioc | 79 +- 108 files changed, 126364 insertions(+), 111432 deletions(-) create mode 100644 Drivers/CMSIS/Device/ST/STM32F4xx/LICENSE.txt 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/CMSIS/LICENSE.txt delete mode 100644 Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim.h delete mode 100644 Drivers/STM32F4xx_HAL_Driver/Inc/stm32f4xx_hal_tim_ex.h create mode 100644 Drivers/STM32F4xx_HAL_Driver/LICENSE.txt delete mode 100644 Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim.c delete mode 100644 Drivers/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_tim_ex.c delete mode 100644 Inc/sys.h delete mode 100644 Src/sys.c diff --git a/.cproject b/.cproject index 141eab7..81bf8e7 100644 --- a/.cproject +++ b/.cproject @@ -25,11 +25,15 @@