Enable the flash on RT1170 and RT1160. When booting from the CM7 core, flash will be started in XIP mode and used as storage as well as boot memory. When booting from the CM4 core, flash is available as storage only, and does not run in XIP mode. This commit was tested with the following samples -flash_shell -littlefs Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
10 lines
295 B
YAML
10 lines
295 B
YAML
sample:
|
|
name: littlefs filesystem sample
|
|
tests:
|
|
sample.filesystem.littlefs:
|
|
build_only: true
|
|
platform_allow: nrf52840dk_nrf52840 particle_xenon disco_l475_iot1
|
|
mimxrt685_evk_cm33 mimxrt1060_evk mimxrt1064_evk qemu_x86 native_posix
|
|
mimxrt1160_evk_cm7
|
|
tags: filesystem
|