Skip to content

Commit e26a336

Browse files
committed
system(u3): update STM32U3xx CMSIS Drivers to v1.3.0
Included in STM32CubeU3 FW v1.3.0 Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 1b50ae1 commit e26a336

File tree

69 files changed

+117086
-38096
lines changed

Some content is hidden

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

69 files changed

+117086
-38096
lines changed

system/Drivers/CMSIS/Device/ST/STM32U3xx/Include/Templates/partition_stm32u335xx.h

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

system/Drivers/CMSIS/Device/ST/STM32U3xx/Include/Templates/partition_stm32u345xx.h

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

system/Drivers/CMSIS/Device/ST/STM32U3xx/Include/Templates/partition_stm32u356xx.h

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

system/Drivers/CMSIS/Device/ST/STM32U3xx/Include/Templates/partition_stm32u366xx.h

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

system/Drivers/CMSIS/Device/ST/STM32U3xx/Include/partition_stm32u3xx.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@
4141
/** @addtogroup Secure_configuration_section
4242
* @{
4343
*/
44-
4544
#if defined(STM32U375xx)
4645
#include "partition_stm32u375xx.h"
4746
#elif defined(STM32U385xx)
4847
#include "partition_stm32u385xx.h"
48+
#elif defined(STM32U3B5xx)
49+
#include "partition_stm32u3b5xx.h"
50+
#elif defined(STM32U3C5xx)
51+
#include "partition_stm32u3c5xx.h"
4952
#else
5053
#error "Please select first the target STM32U3xx device used in your application (in stm32u3xx.h file)"
5154
#endif

system/Drivers/CMSIS/Device/ST/STM32U3xx/Include/stm32u355xx.h renamed to system/Drivers/CMSIS/Device/ST/STM32U3xx/Include/stm32u335xx.h

Lines changed: 5064 additions & 5176 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32U3xx/Include/stm32u345xx.h

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

system/Drivers/CMSIS/Device/ST/STM32U3xx/Include/stm32u356xx.h

Lines changed: 4608 additions & 4928 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32U3xx/Include/stm32u366xx.h

Lines changed: 4319 additions & 5036 deletions
Large diffs are not rendered by default.

system/Drivers/CMSIS/Device/ST/STM32U3xx/Include/stm32u375xx.h

Lines changed: 5018 additions & 4553 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)