Lines Matching +full:use +full:- +full:case
1 .. zephyr:code-sample:: fs
3 :relevant-api: file_system_api disk_access_interface
5 Use file system API with various filesystems and storage devices.
10 This sample app demonstrates use of the file system API and uses the FAT or Ext2 file
20 Boards that by default use SD card for storage: ``arduino_mkrzero``, ``esp_wrover_kit``,
22 to run with any other board that has "zephyr,sdmmc-disk" DT node enabled.
46 .. zephyr-app-commands::
47 :zephyr-app: samples/subsys/fs/fs_sample
54 In case when some more specific configuration is to be used for a given board,
58 .. zephyr-app-commands::
59 :zephyr-app: samples/subsys/fs/fs_sample
61 …:gen-args: -DEXTRA_CONF_FILE=nrf52840dk_nrf52840_qspi.conf -DDTC_OVERLAY_FILE=nrf52840dk_nrf52840_…
65 In case when board with SD card is used FAT microSD card should be present in the
70 In case when mount fails the device may get re-formatted to FAT FS.
80 .. zephyr-app-commands::
81 :zephyr-app: samples/subsys/fs/fs_sample
83 :gen-args: -DCONF_FILE=prj_ext.conf