From 05a68b160423e2958f6b98320e19deb002f59b03 Mon Sep 17 00:00:00 2001 From: Maureen Helm Date: Mon, 3 May 2021 16:44:16 -0500 Subject: [PATCH] samples: fs: Extend littlefs sample to mimxrt1060_evk board Adds the mimxrt1060_evk board to the platform_allow list for the littlefs sample application. Signed-off-by: Maureen Helm --- samples/subsys/fs/littlefs/sample.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/subsys/fs/littlefs/sample.yaml b/samples/subsys/fs/littlefs/sample.yaml index 8af39843e51..a4f6bb47b8d 100644 --- a/samples/subsys/fs/littlefs/sample.yaml +++ b/samples/subsys/fs/littlefs/sample.yaml @@ -4,5 +4,5 @@ tests: sample.filesystem.littlefs: build_only: true platform_allow: nrf52840dk_nrf52840 particle_xenon disco_l475_iot1 - mimxrt1064_evk qemu_x86 native_posix + mimxrt1060_evk mimxrt1064_evk qemu_x86 native_posix tags: filesystem