From 5afda45226b9bd227709a24b7fd8c9ee5b049b41 Mon Sep 17 00:00:00 2001 From: Attila Body Date: Sun, 25 May 2025 13:34:14 +0200 Subject: [PATCH] Cube version update && rename --- .cproject | 27 +- .mxproject | 8 +- .project | 2 +- .../Device/ST/STM32F1xx/Include/stm32f103xb.h | 20474 ++++++++-------- .../Device/ST/STM32F1xx/Include/stm32f1xx.h | 493 +- .../ST/STM32F1xx/Include/system_stm32f1xx.h | 194 +- Drivers/CMSIS/Device/ST/STM32F1xx/LICENSE.txt | 6 + Drivers/CMSIS/LICENSE.txt | 201 + .../Inc/stm32f1xx_ll_bus.h | 2027 +- .../Inc/stm32f1xx_ll_cortex.h | 1278 +- .../Inc/stm32f1xx_ll_dma.h | 3918 ++- .../Inc/stm32f1xx_ll_exti.h | 1774 +- .../Inc/stm32f1xx_ll_gpio.h | 78 +- .../Inc/stm32f1xx_ll_pwr.h | 877 +- .../Inc/stm32f1xx_ll_rcc.h | 4621 ++-- .../Inc/stm32f1xx_ll_spi.h | 3889 +-- .../Inc/stm32f1xx_ll_system.h | 1149 +- .../Inc/stm32f1xx_ll_usart.h | 5138 ++-- .../Inc/stm32f1xx_ll_utils.h | 539 +- Drivers/STM32F1xx_HAL_Driver/LICENSE.txt | 6 + .../Src/stm32f1xx_ll_dma.c | 626 +- .../Src/stm32f1xx_ll_exti.c | 428 +- .../Src/stm32f1xx_ll_gpio.c | 29 +- .../Src/stm32f1xx_ll_pwr.c | 169 +- .../Src/stm32f1xx_ll_rcc.c | 945 +- .../Src/stm32f1xx_ll_spi.c | 1059 +- .../Src/stm32f1xx_ll_usart.c | 884 +- .../Src/stm32f1xx_ll_utils.c | 1391 +- Inc/FreeRTOSConfig.h | 3 + Inc/dma.h | 14 +- Inc/gpio.h | 14 +- Inc/main.h | 5 +- Inc/spi.h | 14 +- Inc/stm32_assert.h | 26 +- Inc/stm32f1xx_it.h | 2 - Inc/usart.h | 14 +- .../FreeRTOS/Source/CMSIS_RTOS/cmsis_os.c | 3454 +-- .../FreeRTOS/Source/CMSIS_RTOS/cmsis_os.h | 2052 +- .../Third_Party/FreeRTOS/Source/LICENSE | 18 + .../Third_Party/FreeRTOS/Source/croutine.c | 706 +- .../FreeRTOS/Source/event_groups.c | 1491 +- .../FreeRTOS/Source/include/FreeRTOS.h | 2463 +- .../FreeRTOS/Source/include/StackMacros.h | 266 +- .../FreeRTOS/Source/include/croutine.h | 1440 +- .../Source/include/deprecated_definitions.h | 558 +- .../FreeRTOS/Source/include/event_groups.h | 1513 +- .../FreeRTOS/Source/include/list.h | 823 +- .../FreeRTOS/Source/include/message_buffer.h | 1582 +- .../FreeRTOS/Source/include/mpu_prototypes.h | 315 +- .../FreeRTOS/Source/include/mpu_wrappers.h | 370 +- .../FreeRTOS/Source/include/portable.h | 364 +- .../FreeRTOS/Source/include/projdefs.h | 248 +- .../FreeRTOS/Source/include/queue.h | 3308 +-- .../FreeRTOS/Source/include/semphr.h | 2280 +- .../FreeRTOS/Source/include/stack_macros.h | 258 +- .../FreeRTOS/Source/include/stream_buffer.h | 1711 +- .../FreeRTOS/Source/include/task.h | 4881 ++-- .../FreeRTOS/Source/include/timers.h | 2586 +- .../Third_Party/FreeRTOS/Source/list.c | 396 +- .../Source/portable/GCC/ARM_CM3/port.c | 1434 +- .../Source/portable/GCC/ARM_CM3/portmacro.h | 487 +- .../FreeRTOS/Source/portable/MemMang/heap_4.c | 928 +- .../Third_Party/FreeRTOS/Source/queue.c | 5853 ++--- .../FreeRTOS/Source/stream_buffer.c | 2462 +- .../Third_Party/FreeRTOS/Source/tasks.c | 10349 ++++---- .../Third_Party/FreeRTOS/Source/timers.c | 2203 +- STM32F103C8TX_FLASH.ld | 4 +- Src/dma.c | 14 +- Src/freertos.c | 1 - Src/gpio.c | 15 +- Src/main.c | 10 +- Src/spi.c | 27 +- Src/stm32f1xx_it.c | 1 - Src/usart.c | 27 +- NeoPixelF103MVP.ioc => neopixel_f103_mvp.ioc | 42 +- 75 files changed, 55323 insertions(+), 53939 deletions(-) create mode 100644 Drivers/CMSIS/Device/ST/STM32F1xx/LICENSE.txt create mode 100644 Drivers/CMSIS/LICENSE.txt create mode 100644 Drivers/STM32F1xx_HAL_Driver/LICENSE.txt create mode 100644 Middlewares/Third_Party/FreeRTOS/Source/LICENSE rename NeoPixelF103MVP.ioc => neopixel_f103_mvp.ioc (90%) diff --git a/.cproject b/.cproject index 5fd92a5..3aa6e33 100644 --- a/.cproject +++ b/.cproject @@ -19,15 +19,19 @@