Skip to content

Commit 3f025d1

Browse files
committed
Updated STM32L4xx CMSIS to v1.4.3
Included in STM32CubeL4 FW V1.12.0 Signed-off-by: Frederic Pillon <[email protected]>
1 parent eba6322 commit 3f025d1

24 files changed

+132842
-133385
lines changed

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l431xx.h

+4,954-4,951
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l432xx.h

+4,891-4,888
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l433xx.h

+5,265-5,262
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l442xx.h

+4,942-4,939
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l443xx.h

+5,316-5,313
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l451xx.h

+5,026-5,023
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l452xx.h

+5,287-5,284
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l462xx.h

+5,338-5,335
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l471xx.h

+5,579-5,576
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l475xx.h

+6,484-6,530
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l476xx.h

+6,534-6,580
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l485xx.h

+6,535-6,581
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l486xx.h

+6,585-6,631
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l496xx.h

+7,051-7,097
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4a6xx.h

+7,137-7,183
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r5xx.h

+7,207-7,256
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r7xx.h

+7,317-7,366
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4r9xx.h

+8,297-8,346
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s5xx.h

+7,298-7,347
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s7xx.h

+7,408-7,457
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4s9xx.h

+8,388-8,437
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32L4xx/Include/stm32l4xx.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
*/
119119
#define __STM32L4_CMSIS_VERSION_MAIN (0x01) /*!< [31:24] main version */
120120
#define __STM32L4_CMSIS_VERSION_SUB1 (0x04) /*!< [23:16] sub1 version */
121-
#define __STM32L4_CMSIS_VERSION_SUB2 (0x02) /*!< [15:8] sub2 version */
121+
#define __STM32L4_CMSIS_VERSION_SUB2 (0x03) /*!< [15:8] sub2 version */
122122
#define __STM32L4_CMSIS_VERSION_RC (0x00) /*!< [7:0] release candidate */
123123
#define __STM32L4_CMSIS_VERSION ((__STM32L4_CMSIS_VERSION_MAIN << 24)\
124124
|(__STM32L4_CMSIS_VERSION_SUB1 << 16)\

system/Drivers/CMSIS/Device/ST/STM32L4xx/Release_Notes.html

+1-1
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32YYxx_CMSIS_version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* STM32F7: 1.2.2
99
* STM32L0: 1.7.2
1010
* STM32L1: 2.2.3
11-
* STM32L4: 1.4.2
11+
* STM32L4: 1.4.3
1212

1313
Release notes of each STM32YYxx CMSIS available here:
1414

0 commit comments

Comments
 (0)