samples: code relocation in external memory of stm32H7 disco kit

Define the configuration to run the code_relocation
application on the external memory dual quad flash
of the stm32h745i/stm32h750b disco kits in XIP

Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
Francois Ramu 2024-05-20 15:25:24 +02:00 committed by David Leach
parent ffca987cee
commit a9be65bec5
4 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,2 @@
CONFIG_FLASH=y
CONFIG_STM32_MEMMAP=y

View file

@ -0,0 +1,2 @@
CONFIG_FLASH=y
CONFIG_STM32_MEMMAP=y

View file

@ -0,0 +1,2 @@
CONFIG_FLASH=y
CONFIG_STM32_MEMMAP=y

View file

@ -9,6 +9,9 @@ tests:
- stm32f769i_disco
- stm32h7b3i_dk
- b_u585i_iot02a
- stm32h745i_disco/stm32h745xx/m7
- stm32h750b_dk
- stm32f746g_disco
integration_platforms:
- qemu_cortex_m3
tags: linker