diff --git a/Drivers/CMSIS/Device/ST/STM32F2xx/Include/generate.bat b/Drivers/CMSIS/Device/ST/STM32F2xx/Include/generate.bat new file mode 100644 index 00000000..173d59a2 --- /dev/null +++ b/Drivers/CMSIS/Device/ST/STM32F2xx/Include/generate.bat @@ -0,0 +1,20 @@ +@color 0B +@echo off + +REM Generate all CMSIS files +REM Active perl must be installed + +set scriptPATH=%CD%\..\..\..\..\..\..\..\__INTERNAL__tools\tools\_CmsisDeviceGenerator\ + +if not exist "%scriptPATH%" ( + echo Input directory does not exist! + pause + exit +) + +cd %scriptPATH% + +perl DeviceGeneration.pl --target STM32F2xx -replace + +pause +:EOF \ No newline at end of file diff --git a/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f2xx.h b/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f2xx.h index 377491e9..b56e1e15 100644 --- a/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f2xx.h +++ b/Drivers/CMSIS/Device/ST/STM32F2xx/Include/stm32f2xx.h @@ -81,11 +81,11 @@ #endif /* USE_HAL_DRIVER */ /** - * @brief CMSIS Device version number V2.2.2 + * @brief CMSIS Device version number V2.2.3 */ #define __STM32F2xx_CMSIS_VERSION_MAIN (0x02U) /*!< [31:24] main version */ #define __STM32F2xx_CMSIS_VERSION_SUB1 (0x02U) /*!< [23:16] sub1 version */ -#define __STM32F2xx_CMSIS_VERSION_SUB2 (0x02U) /*!< [15:8] sub2 version */ +#define __STM32F2xx_CMSIS_VERSION_SUB2 (0x03U) /*!< [15:8] sub2 version */ #define __STM32F2xx_CMSIS_VERSION_RC (0x00U) /*!< [7:0] release candidate */ #define __STM32F2xx_CMSIS_VERSION ((__STM32F2xx_CMSIS_VERSION_MAIN << 24)\ |(__STM32F2xx_CMSIS_VERSION_SUB1 << 16)\ diff --git a/Drivers/CMSIS/Device/ST/STM32F2xx/Release_Notes.html b/Drivers/CMSIS/Device/ST/STM32F2xx/Release_Notes.html index 8930a32b..fa329d2d 100644 --- a/Drivers/CMSIS/Device/ST/STM32F2xx/Release_Notes.html +++ b/Drivers/CMSIS/Device/ST/STM32F2xx/Release_Notes.html @@ -82,7 +82,7 @@ div.Section1

Release Notes for STM32F2xx CMSIS

Copyright 2017 STMicroelectronics

-

+

@@ -94,7 +94,9 @@ Notes for STM32F2xx CMSIS

Update History

-

V2.2.2 / 26-June-2019

+

V2.2.3 / 31-December-2019

+ Main Changes
+

V2.2.2 / 26-June-2019

Main Changes
  • HAL/LL TIM update