zephyr/tests/subsys/fs
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
..
common fs: Add fs_file_t_init() function 2021-01-29 08:04:51 -05:00
fat_fs_api tests/boards/samples: fixup after sdmmc driver relocation 2021-03-23 12:16:01 +01:00
fat_fs_dual_drive include: move disk_access.h to storage 2021-03-23 12:16:01 +01:00
fcb tests/fs/fcb: Enable non-0xff erase value tests 2020-11-16 13:39:04 +01:00
fs_api fs: Fix fs_opendir resource leak when invoked on fs_dir_t object in use 2021-02-05 07:32:20 -05:00
littlefs tests: flash: Enable flash driver and file system tests on mimxrt1060_evk 2021-05-18 11:19:15 -05:00
multi-fs tests: fs: remove usage of device_pm_control_nop 2021-04-28 12:53:09 -04:00
nvs tests/tree-wide: remove flash_write_protection_set() usage 2021-03-29 13:43:55 -04:00