samples: fat_fs: Add arduino_mkrzero to supported board list

Update README.rst for adding arduino_mkrzero to
supported board list in README.rst.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
This commit is contained in:
TOKITA Hiroshi 2022-03-19 10:14:17 -07:00 committed by Carles Cufí
parent 085bee1587
commit 3b4e6c76f6
2 changed files with 9 additions and 4 deletions

View file

@ -82,11 +82,16 @@
cs-gpios = <&porta 14 GPIO_ACTIVE_LOW>;
sdhc0: sdhc@0 {
compatible = "zephyr,mmc-spi-slot";
compatible = "zephyr,sdhc-spi-slot";
reg = <0>;
status = "okay";
label = "SDHC0";
spi-max-frequency = <4000000>;
label = "SDHC_0";
spi-max-frequency = <1000000>;
mmc {
compatible = "zephyr,sdmmc-disk";
status = "okay";
label = "SDMMC_0";
};
};
};

View file

@ -20,7 +20,7 @@ Building and Running
********************
This sample can be built for a variety of boards, including ``nrf52840_blip``,
``mimxrt1050_evk``, ``olimexino_stm32`` and ``esp_wrover_kit``.
``mimxrt1050_evk``, ``olimexino_stm32``, ``esp_wrover_kit`` and ``arduino_mkrzero``.
.. zephyr-app-commands::
:zephyr-app: samples/subsys/fs/fat_fs