Browse Source
In order to use fstab with fatfs in addition to littlefs a new driver fstab,fatfs was introduced containing the required logic to detect and if needed automount fatfs devices specified in fstab. Additionally as the partition phandle is not needed by fatfs and currently is specific to littlefs it was moved from the common dts binding into the littlefs binding. Signed-off-by: Carlo Kirchmeier <carlo.kirchmeier@zuehlke.com> Co-authored-by: Carlo Kirchmeier <carlo.kirchmeier@zuehlke.com> Co-authored-by: Dominik Ermel <dominik.ermel@nordicsemi.no>pull/87151/head
5 changed files with 75 additions and 7 deletions
@ -0,0 +1,9 @@
@@ -0,0 +1,9 @@
|
||||
# Copyright (C) 2025 Endress+Hauser AG |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
description: | |
||||
Description of pre-defined fatfs file systems. |
||||
|
||||
compatible: "zephyr,fstab,fatfs" |
||||
|
||||
include: zephyr,fstab-common.yaml |
Loading…
Reference in new issue