Skip to content

Commit f9657d3

Browse files
committed
Updated STM32L4xx CMSIS to v1.4.0
Included in STM32CubeL4 FW V1.9.0 Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent a1a2b76 commit f9657d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+399054
-264550
lines changed

cores/arduino/stm32/stm32_def_build.h

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,18 @@
294294
#define CMSIS_STARTUP_FILE "startup_stm32l496xx.s"
295295
#elif defined(STM32L4A6xx)
296296
#define CMSIS_STARTUP_FILE "startup_stm32l4a6xx.s"
297+
#elif defined(STM32L4R5xx)
298+
#define CMSIS_STARTUP_FILE "startup_stm32l4r5xx.s"
299+
#elif defined(STM32L4R7xx)
300+
#define CMSIS_STARTUP_FILE "startup_stm32l4r7xx.s"
301+
#elif defined(STM32L4R9xx)
302+
#define CMSIS_STARTUP_FILE "startup_stm32l4r9xx.s"
303+
#elif defined(STM32L4S5xx)
304+
#define CMSIS_STARTUP_FILE "startup_stm32l4s5xx.s"
305+
#elif defined(STM32L4S7xx)
306+
#define CMSIS_STARTUP_FILE "startup_stm32l4s7xx.s"
307+
#elif defined(STM32L4S9xx)
308+
#define CMSIS_STARTUP_FILE "startup_stm32l4s9xx.s"
297309
#else
298310
#error UNKNOWN CHIP
299311
#endif

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

Lines changed: 15066 additions & 15097 deletions
Large diffs are not rendered by default.

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

Lines changed: 14857 additions & 14870 deletions
Large diffs are not rendered by default.

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

Lines changed: 15964 additions & 15971 deletions
Large diffs are not rendered by default.

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

Lines changed: 15085 additions & 15098 deletions
Large diffs are not rendered by default.

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

Lines changed: 16192 additions & 16199 deletions
Large diffs are not rendered by default.

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

Lines changed: 15327 additions & 15364 deletions
Large diffs are not rendered by default.

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

Lines changed: 16071 additions & 16090 deletions
Large diffs are not rendered by default.

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

Lines changed: 16299 additions & 16318 deletions
Large diffs are not rendered by default.

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

Lines changed: 16848 additions & 16860 deletions
Large diffs are not rendered by default.

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

Lines changed: 18385 additions & 18379 deletions
Large diffs are not rendered by default.

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

Lines changed: 18539 additions & 18527 deletions
Large diffs are not rendered by default.

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

Lines changed: 18613 additions & 18607 deletions
Large diffs are not rendered by default.

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

Lines changed: 18767 additions & 18755 deletions
Large diffs are not rendered by default.

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

Lines changed: 19787 additions & 19775 deletions
Large diffs are not rendered by default.

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

Lines changed: 20130 additions & 20118 deletions
Large diffs are not rendered by default.

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

Lines changed: 20544 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 20708 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 23840 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 20894 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 21058 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 24190 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)