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:
parent
ffca987cee
commit
a9be65bec5
4 changed files with 9 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
CONFIG_FLASH=y
|
||||
CONFIG_STM32_MEMMAP=y
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
CONFIG_FLASH=y
|
||||
CONFIG_STM32_MEMMAP=y
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
CONFIG_FLASH=y
|
||||
CONFIG_STM32_MEMMAP=y
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue