Home
last modified time | relevance | path

Searched full:filesystem (Results 1 – 25 of 107) sorted by relevance

12345

/Zephyr-latest/samples/subsys/fs/fs_sample/
Dsample.yaml4 tags: filesystem
8 sample.filesystem.fat_fs:
19 sample.filesystem.fat_fs.overlay:
21 sample.filesystem.fat_fs.adafruit_2_8_tft_touch_v2:
43 sample.filesystem.fat_fs.nrf52840dk_nrf52840:
46 sample.filesystem.fat_fs.nrf52840dk_nrf52840_ram_disk:
52 sample.filesystem.fat_fs.nrf52840dk_nrf52840_ram_disk_region:
58 sample.filesystem.fat_fs.nrf54l15dk:
61 sample.filesystem.fat_fs.nrf52840dk_nrf52840.qspi:
67 sample.filesystem.fat_fs.has_sdmmc_disk:
[all …]
/Zephyr-latest/samples/subsys/fs/littlefs/
Dsample.yaml2 name: littlefs filesystem sample
5 - filesystem
8 sample.filesystem.littlefs:
31 sample.filesystem.littlefs.blk:
38 sample.filesystem.littlefs.nrf52840dk_spi:
44 sample.filesystem.littlefs.nrf52840dk_qspi:
50 sample.filesystem.littlefs.stm32h747i_disco_m7_blk:
58 sample.filesystem.littlefs.nucleo_h743zi_qspi:
63 sample.filesystem.littlefs.nucleo_h743zi_blk:
69 sample.filesystem.littlefs.stm32l562e_dk_ospi:
[all …]
/Zephyr-latest/tests/subsys/fs/fat_fs_api/
Dtestcase.yaml3 - filesystem
8 filesystem.fat.api:
11 filesystem.fat.api.lfn:
15 filesystem.fat.api.mmc:
18 filesystem.fat.api.sdmmc:
21 filesystem.fat.ram.api:
27 filesystem.fat.api.reentrant:
Dprj.conf10 # Demonstrate filesystem time integration
/Zephyr-latest/tests/subsys/fs/zms/
Dtestcase.yaml4 filesystem.zms:
7 filesystem.zms.0x00:
10 filesystem.zms.sim.no_erase:
13 filesystem.zms.sim.corrupt_close:
18 filesystem.zms.cache:
23 filesystem.zms.data_crc:
/Zephyr-latest/tests/subsys/fs/nvs/
Dtestcase.yaml4 filesystem.nvs:
8 filesystem.nvs.0x00:
11 filesystem.nvs.sim.no_erase:
14 filesystem.nvs.cache:
19 filesystem.nvs.data_crc:
25 filesystem.nvs.data_crc_cache:
/Zephyr-latest/samples/subsys/fs/format/
Dsample.yaml2 name: format filesystem sample
4 sample.filesystem.format.littlefs:
9 tags: filesystem
10 sample.filesystem.format.fat_fs:
18 tags: filesystem
/Zephyr-latest/tests/subsys/fs/fcb/
Dtestcase.yaml2 filesystem.fcb:
13 filesystem.fcb.no_erase:
17 filesystem.fcb.native_sim.no_erase:
20 filesystem.fcb.fixed_endmarker:
32 filesystem.fcb.native_sim.fcb_0x00:
35 filesystem.fcb.qemu_x86.fcb_0x00:
/Zephyr-latest/tests/subsys/fs/ext2/
Dtestcase.yaml2 tags: filesystem
4 filesystem.ext2.default:
16 filesystem.ext2.big:
24 filesystem.ext2.sdcard:
33 filesystem.ext2.flash:
/Zephyr-latest/samples/subsys/shell/fs/
Dsample.yaml7 - filesystem
10 sample.filesystem.shell:
18 sample.filesystem.shell.fuse:
25 sample.filesystem.shell.flash_load:
DREADME.rst42 With FUSE access in the host filesystem
46 you will also have the flash filesystem mounted and accessible from your Linux host filesystem.
105 Loading filesystem from host PC to flash memory
132 dd if=filesystem of=/dev/ttyACM0 bs=64
/Zephyr-latest/tests/subsys/fs/multi-fs/
Dtestcase.yaml5 - filesystem
10 filesystem.multifs:
18 filesystem.fs_shell:
/Zephyr-latest/tests/subsys/fs/littlefs/
Dtestcase.yaml3 - filesystem
16 filesystem.littlefs.default:
19 filesystem.littlefs.custom:
DKconfig9 bool "Select to test additional custom filesystem configurations"
/Zephyr-latest/tests/subsys/fs/fs_api/
Dtestcase.yaml2 filesystem.api:
3 tags: filesystem
/Zephyr-latest/tests/subsys/fs/fat_fs_dual_drive/
Dtestcase.yaml2 filesystem.fat.dual_drive:
9 tags: filesystem
/Zephyr-latest/include/zephyr/fs/
Dfs_interface.h53 #if !defined(MAX_FILE_NAME) /* filesystem selection */
54 /* Use standard 8.3 when no filesystem is explicitly selected */
56 #endif /* filesystem selection */
/Zephyr-latest/include/zephyr/llext/
Dfs_loader.h19 * @brief LLEXT filesystem loader implementation.
26 * @brief Implementation of @ref llext_loader that reads from a filesystem.
/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs_dir_file.c9 * @brief Test cases for filesystem api
12 * @ingroup filesystem
124 * @brief Test mount interface of filesystem
284 zassert_not_equal(ret, 0, "Filesystem has no mkdir interface"); in test_mkdir()
322 TC_PRINT("Test filesystem has no opendir functionality\n"); in test_opendir()
324 zassert_not_equal(ret, 0, "Filesystem has no opendir functionality"); in test_opendir()
372 zassert_not_equal(ret, 0, "Filesystem has no closedir interface"); in test_closedir()
516 zassert_not_equal(ret, 0, "Filesystem has no open functionality"); in test_file_open()
546 TC_PRINT("Write to filesystem has no write interface\n"); in _test_file_write()
611 TC_PRINT("sync to filesystem has no sync functionality\n"); in _test_file_sync()
[all …]
/Zephyr-latest/doc/services/storage/disk/
Daccess.rst36 de-initialization and initialization calls should be left to the filesystem
48 .. note:: FAT filesystems are not power safe so the filesystem may become
50 the filesystem
89 filesystem driver when the board boots.
/Zephyr-latest/tests/subsys/logging/log_backend_fs/
Dtestcase.yaml7 - filesystem
/Zephyr-latest/boards/acrn/acrn/doc/
Dindex.rst75 the boot filesystem. Under currently tested configurations, Zephyr
217 Create EFI Boot Filesystem
232 Now create a FAT filesystem in the new partition and mount it:
243 ACRN does not have access to a runtime filesystem of its own. It
245 This means that we must rely on GRUB's filesystem driver. The three
263 always the boot filesystem from which grub loaded), no need to fiddle
275 Now the filesystem should be complete
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Db_u585i_iot02a.overlay28 /* Use the whole flash for the filesystem. */
Dstm32l562e_dk.overlay28 /* Use the whole flash for the filesystem. */
/Zephyr-latest/lib/libc/common/source/stdio/
Dremove.c14 * @brief deletes a name from the filesystem

12345