Skip to content

Commit 46e0548

Browse files
committed
stm32cube: stm32mp1xx: add stm32mp13xx definitions
Added files from https://github.com/STMicroelectronics/cmsis_device_mp13.git commit hash; fbbe3df671cdd15cb3fdfc55db7f43fcb4eab10a Signed-off-by: Arif Balik <[email protected]>
1 parent d49fb6d commit 46e0548

16 files changed

+416502
-2
lines changed

stm32cube/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ if(CONFIG_CPU_CORTEX_M4)
4444
zephyr_compile_definitions( -DCORE_CM4 )
4545
elseif(CONFIG_CPU_CORTEX_M7)
4646
zephyr_compile_definitions( -DCORE_CM7 )
47+
elseif(CONFIG_CPU_CORTEX_A7)
48+
zephyr_compile_definitions( -DCORE_CA7 )
4749
endif()
4850

4951
if(CONFIG_CLOCK_STM32_HSE_CLOCK)

stm32cube/stm32mp1xx/soc/stm32mp131axx_ca7.h

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

stm32cube/stm32mp1xx/soc/stm32mp131cxx_ca7.h

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

stm32cube/stm32mp1xx/soc/stm32mp131dxx_ca7.h

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

stm32cube/stm32mp1xx/soc/stm32mp131fxx_ca7.h

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

stm32cube/stm32mp1xx/soc/stm32mp133axx_ca7.h

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

stm32cube/stm32mp1xx/soc/stm32mp133cxx_ca7.h

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

stm32cube/stm32mp1xx/soc/stm32mp133dxx_ca7.h

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

stm32cube/stm32mp1xx/soc/stm32mp133fxx_ca7.h

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

stm32cube/stm32mp1xx/soc/stm32mp135axx_ca7.h

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

0 commit comments

Comments
 (0)