Home
last modified time | relevance | path

Searched +full:fstab +full:- +full:common (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/dts/bindings/fs/
Dzephyr,fstab.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Description of pre-defined file systems.
8 properties described in zephyr,fstab-common.yaml.
10 compatible: "zephyr,fstab"
Dzephyr,fstab,littlefs.yaml2 # SPDX-License-Identifier: Apache-2.0
5 Description of pre-defined file systems.
7 compatible: "zephyr,fstab,littlefs"
9 include: "zephyr,fstab-common.yaml"
12 # num-files and num-dirs are not filesystem-specific.
14 read-size:
25 prog-size:
36 cache-size:
53 lookahead-size:
68 block-cycles:
[all …]
/Zephyr-latest/boards/makerdiary/nrf52840_mdk_usb_dongle/
Dnrf52840_mdk_usb_dongle.dts6 * SPDX-License-Identifier: Apache-2.0
9 /dts-v1/;
11 #include "nrf52840_mdk_usb_dongle-pinctrl.dtsi"
12 #include <zephyr/dt-bindings/input/input-event-codes.h>
21 zephyr,code-partition = &slot0_partition;
26 compatible = "gpio-leds";
42 compatible = "pwm-leds";
55 compatible = "gpio-keys";
68 led0-red = &led0_red;
69 led0-green = &led0_green;
[all …]
/Zephyr-latest/boards/nordic/nrf52840dongle/
Dnrf52840dongle_nrf52840.dts2 * Copyright (c) 2018-2023 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
8 /dts-v1/;
10 #include "nrf52840dongle_nrf52840-pinctrl.dtsi"
11 #include <zephyr/dt-bindings/input/input-event-codes.h>
15 compatible = "nordic,nrf52840-dongle-nrf52840";
20 zephyr,code-partition = &slot0_partition;
25 compatible = "gpio-leds";
45 compatible = "pwm-leds";
58 compatible = "gpio-keys";
[all …]
/Zephyr-latest/include/zephyr/fs/
Dfs.h3 * Copyright (c) 2020-2024 Nordic Semiconductor ASA
5 * SPDX-License-Identifier: Apache-2.0
42 * Zephyr supports in-tree file systems and external ones. Each
46 * in-tree file systems.
55 /** Identifier for in-tree FatFS file system. */
58 /** Identifier for in-tree LittleFS file system. */
61 /** Identifier for in-tree Ext2 file system. */
70 /** Flag makes mounted file system read-only */
72 /** Flag used in pre-defined mount structures that are to be mounted
75 * This flag has no impact in user-defined mount structures.
[all …]