Skip to content

Commit 0f2c15f

Browse files
committed
samples: code relocation in external memory of stm32 disco kit
Define the configuration to run the code_relocation application on the external memory quad flash of the stm32h7 or stm32f7 or stm32l496g disco kit in XIP Signed-off-by: Francois Ramu <[email protected]>
1 parent 9bfae1c commit 0f2c15f

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CONFIG_FLASH=y
2+
CONFIG_STM32_MEMMAP=y
3+
4+
CONFIG_LOG=y
5+
CONFIG_FLASH_LOG_LEVEL_DBG=y
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
CONFIG_FLASH=y
2+
CONFIG_STM32_MEMMAP=y
3+
4+
CONFIG_LOG=y
5+
CONFIG_FLASH_LOG_LEVEL_DBG=y
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_FLASH=y
2+
CONFIG_STM32_MEMMAP=y
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CONFIG_FLASH=y
2+
CONFIG_STM32_MEMMAP=y

0 commit comments

Comments
 (0)