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:
parent
085bee1587
commit
3b4e6c76f6
|
@ -82,11 +82,16 @@
|
||||||
cs-gpios = <&porta 14 GPIO_ACTIVE_LOW>;
|
cs-gpios = <&porta 14 GPIO_ACTIVE_LOW>;
|
||||||
|
|
||||||
sdhc0: sdhc@0 {
|
sdhc0: sdhc@0 {
|
||||||
compatible = "zephyr,mmc-spi-slot";
|
compatible = "zephyr,sdhc-spi-slot";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
label = "SDHC0";
|
label = "SDHC_0";
|
||||||
spi-max-frequency = <4000000>;
|
spi-max-frequency = <1000000>;
|
||||||
|
mmc {
|
||||||
|
compatible = "zephyr,sdmmc-disk";
|
||||||
|
status = "okay";
|
||||||
|
label = "SDMMC_0";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@ Building and Running
|
||||||
********************
|
********************
|
||||||
|
|
||||||
This sample can be built for a variety of boards, including ``nrf52840_blip``,
|
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-commands::
|
||||||
:zephyr-app: samples/subsys/fs/fat_fs
|
:zephyr-app: samples/subsys/fs/fat_fs
|
||||||
|
|
Loading…
Reference in a new issue