samples/subsys/fs: move existing test into fat_fs

The sample is specific to the SDHC/fat_fs API.  Move it down to make
room for other file systems.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
This commit is contained in:
Peter A. Bigot 2019-07-21 09:27:11 -05:00 committed by Anas Nashif
commit bea5e11784
8 changed files with 12 additions and 2 deletions

View file

@ -23,7 +23,7 @@ both the ``nrf52840_blip.overlay`` and the ``dts_fixup.h`` for nrf52840_blip
to work: to work:
.. zephyr-app-commands:: .. zephyr-app-commands::
:zephyr-app: samples/subsys/fs :zephyr-app: samples/subsys/fs/fat_fs
:board: nrf52840_blip :board: nrf52840_blip
:goals: build :goals: build
:compact: :compact:

View file

@ -1,7 +1,7 @@
sample: sample:
name: Fat filesystem sample name: Fat filesystem sample
tests: tests:
sample.subsys.fs: sample.subsys.fs.fat_fs:
build_only: true build_only: true
platform_whitelist: nrf52840_blip olimexino_stm32 mimxrt1050_evk platform_whitelist: nrf52840_blip olimexino_stm32 mimxrt1050_evk
tags: filesystem tags: filesystem

10
samples/subsys/fs/fs.rst Normal file
View file

@ -0,0 +1,10 @@
.. _fs-samples:
FS Samples
##########
.. toctree::
:maxdepth: 1
:glob:
**/*