zephyr/samples/subsys
Peter A. Bigot 88c0545ea4 samples: usb: mass: add support for littlefs file systems
This allows mass storage exposure of a littlefs file system,
specifically one on the SPI NOR flash of the nrf52840dk_nrf52840.  In
combination with littlefs-fuse this allows a host system to examine
and change the local storage of a Zephyr application.

Note that it is critical that all parameters of the file system match
between what Zephyr is using and what littlefs-fuse is using.
Inconsistencies can produce confusing results where each system sees
different content.  The README has been updated with a detailed
example.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2020-05-06 11:31:44 +02:00
..
canbus canbus: Convert canbus driver and subsys to new timeout API 2020-05-06 10:19:13 +02:00
console cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
fs samples: fs: littlefs: fix lost flash area reference 2020-05-06 11:31:44 +02:00
ipc samples: subsys: openamp: use new-style DT macros for shared memory 2020-05-05 10:08:28 -05:00
logging timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
mgmt samples/susbys/mgmt/mcumgr/smp_svr: add nrf5 configs 2020-04-20 15:57:52 +02:00
nvs drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
power/device_pm boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
settings boards: nrf52_pca10040: Rename to nrf52dk_nrf52832 2020-04-06 13:09:07 +02:00
shell samples: shell: shell_module: add demo hexdump command 2020-05-06 09:42:02 +02:00
tracing samples: fix configuration for systemview/cpu stats 2020-04-29 22:30:19 -04:00
usb samples: usb: mass: add support for littlefs file systems 2020-05-06 11:31:44 +02:00
subsys.rst