zephyr/samples
Hake Huang 437a5b6028 tests: flash: Enable flash driver and file system tests on mimxrt1060_evk
now the XIP feature can work in NXP RT series boards
so enable below cases on mimxrt1060_evk with XIP
tests/kernel/xip
tests/drivers/flash
tests/subsys/fs/littlefs
samples/shell/fs
samples/subsys/fs/littlefs

for tests/subsys/fs/littlefs:
need add --erase to erase the nor flash if you are using below partition
e.g. west flash --runner=pyocd --erase
&is25wp064 {
        partitions {
                compatible = "fixed-partitions";
                #address-cells = <1>;
                #size-cells = <1>;

                partition@310000 {
                        label = "large";
                        reg = <0x00310000 DT_SIZE_M(3)>;
                };
                partition@610000 {
                        label = "image-scratch";
                        reg = <0x00610000 DT_SIZE_K(128)>;
                };
                partition@630000 {
                        label = "small";
                        reg = <0x00630000 DT_SIZE_K(64)>;
                };
                partition@640000 {
                        label = "medium";
                        reg = <0x00640000 DT_SIZE_K(960)>;
                };
        };
};

Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
2021-05-18 11:19:15 -05:00
..
application_development samples: out_of_tree_driver: remove usage of device_pm_control_nop 2021-04-28 20:40:00 -04:00
arch sample: mpu: skip the MPU test for Armv8-R AArch64 2021-04-13 07:47:44 -04:00
basic samples: button: devicetree cleanups 2021-05-05 20:46:43 +02:00
bluetooth samples: bluetooth: Convert peripheral_hr sample.yaml to use depends_on 2021-05-18 12:35:39 +03:00
boards samples/boards: stm32 pm blinky: Run with twister device testing 2021-05-18 11:18:40 -05:00
drivers mbedtls: kconfig: created MBEDTLS_PROMPTLESS and CUSTOM_MBEDTLS_CFG_FILE 2021-05-09 15:24:23 -05:00
hello_world
kernel samples: metairq_dispatch: use name msgdev.h instead of main.h 2021-04-19 10:32:39 +02:00
modules docs: rearrange toc 2021-04-29 08:35:57 -04:00
net samples: net: gsm_modem: Add GSM mux compile test 2021-05-17 10:57:53 -04:00
philosophers samples: philosopher: add thread names 2021-05-07 22:10:21 -04:00
posix tests: samples: Add targetted platform_excludes for intel_adsp_cavs15 2021-03-08 19:25:25 -05:00
sensor samples: lsm6dso: enable float printing 2021-05-18 08:34:20 -04:00
shields samples/shields/x_nucleo_iks02a1: Review README file for microphone 2021-05-04 08:33:46 -05:00
subsys tests: flash: Enable flash driver and file system tests on mimxrt1060_evk 2021-05-18 11:19:15 -05:00
synchronization samples/synchronization: Clean up SMP CPU pinning example 2021-02-18 12:04:49 -05:00
tfm_integration modules: tf-m: do not expose TF-M NS interface include directories publicly 2021-05-09 09:59:22 -05:00
userspace doc: fix typos 2021-04-30 16:03:08 -04:00
classic.rst doc: fix top samples doc index 2021-03-09 17:48:18 -05:00
index.rst doc: samples: restore :maxdepth: 2 2021-05-05 18:32:15 -04:00