mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
boards: samples: Enable fat_fs sdhc sample on mm_swiftio board
Enables the fat_fs sample on the mm_swiftio board by adding a board-specific Kconfig overlay, and adding sdhc to the list of board-supported features. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
@@ -16,3 +16,4 @@ ram: 32768
|
||||
flash: 8192
|
||||
supported:
|
||||
- counter
|
||||
- sdhc
|
||||
|
||||
1
samples/subsys/fs/fat_fs/boards/mm_swiftio.conf
Normal file
1
samples/subsys/fs/fat_fs/boards/mm_swiftio.conf
Normal file
@@ -0,0 +1 @@
|
||||
CONFIG_DISK_ACCESS_SDHC=y
|
||||
Reference in New Issue
Block a user