Skip to content

Commit 6f2c029

Browse files
committed
feat(supervisor): boards(b_u585i_iot02a): add psram support
Enable PSRAM to be used by the WAMR and binary load. Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
1 parent 1f0a126 commit 6f2c029

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/samples/supervisor/zephyr/boards/b_u585i_iot02a.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@
55

66
CONFIG_STM32_MEMMAP=y
77
CONFIG_OCRE_MERGE_HEX=y
8+
9+
# PSRAM
10+
CONFIG_MEMC=y
11+
CONFIG_MEMC_STM32_OSPI_PSRAM=y
12+
CONFIG_SHARED_MULTI_HEAP=y

0 commit comments

Comments
 (0)