Home
last modified time | relevance | path

Searched +full:fixed +full:- +full:partitions (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/Zephyr-latest/include/zephyr/devicetree/
Dfixed-partitions.h9 * SPDX-License-Identifier: Apache-2.0
20 * @defgroup devicetree-fixed-partition Devicetree Fixed Partition API
26 * @brief Get a node identifier for a fixed partition with
32 * partitions {
33 * compatible = "fixed-partitions";
38 * label = "image-0";
49 * @param label lowercase-and-underscores label property value
56 * @brief Test if a fixed partition with a given label property exists
57 * @param label lowercase-and-underscores label property value
58 * @return 1 if any "fixed-partitions" child node has the given label,
[all …]
/Zephyr-latest/tests/drivers/flash/stm32/
Dtestcase.yaml3 - drivers
4 - flash
8 - nucleo_f429zi
9 - google_dragonclaw
11 - CONFIG_FLASH_STM32_WRITE_PROTECT=y
12 - CONFIG_FLASH_STM32_READOUT_PROTECTION=y
13 filter: dt_compat_enabled("st,stm32f4-flash-controller") and
14 dt_label_with_parent_compat_enabled("storage_partition", "fixed-partitions")
17 - nucleo_f429zi
18 - google_dragonclaw
[all …]
/Zephyr-latest/dts/bindings/mtd/
Dfixed-partitions.yaml2 This binding is used to describe fixed partitions of a flash (or
8 partitions {
9 compatible = "fixed-partitions";
10 #address-cells = <1>;
11 #size-cells = <1>;
18 label = "image-0";
22 label = "image-1";
42 Note that the usual name for this node is 'partitions'.
43 The fixed-partitions node should be a child of the flash
55 compatible: "fixed-partitions"
[all …]
/Zephyr-latest/samples/subsys/lorawan/fuota/
Dsample.yaml7 filter: dt_label_with_parent_compat_enabled("slot0_partition", "fixed-partitions")
8 and dt_label_with_parent_compat_enabled("slot1_partition", "fixed-partitions")
9 and dt_chosen_enabled("zephyr,flash-controller") and CONFIG_FLASH_HAS_DRIVER_ENABLED
14 - "<inf> lorawan_fuota: Joining network over OTAA"
18 - nucleo_wl55jc
21 - nucleo_wl55jc
/Zephyr-latest/subsys/secure_storage/
DKconfig.its_store2 # SPDX-License-Identifier: Apache-2.0
8 DT_CHOSEN_Z_SETTINGS_PARTITION := zephyr,settings-partition
16 && $(dt_node_has_compat,$(dt_node_parent,$(DT_ITS_PARTITION)),fixed-partitions)
21 to a fixed storage partition that will be dedicated to the ITS. It has lower
22 overhead compared to the settings-based implementation, both in terms of runtime
31 && $(dt_node_has_compat,$(dt_node_parent,$(DT_SETTINGS_PARTITIION)),fixed-partitions))\
33 && $(dt_node_has_compat,$(dt_node_parent,$(DT_STORAGE_PARTITION)),fixed-partitions)))
/Zephyr-latest/samples/subsys/usb/dfu/
Dsample.yaml8 - mimxrt1010_evk
9 - mimxrt1020_evk
10 - mimxrt1015_evk
11 - mimxrt1060_evk/mimxrt1062/qspi
12 - sam4l_ek
13 - mimxrt1050_evk/mimxrt1052/hyperflash
14 - mimxrt1050_evk/mimxrt1052/qspi
15 - mimxrt1060_evk/mimxrt1062/hyperflash
16 - nucleo_f207zg
17 - teensy40
[all …]
/Zephyr-latest/tests/subsys/fs/fcb/boards/
Dnucleo_h743zi.overlay2 partitions {
3 compatible = "fixed-partitions";
4 #address-cells = <1>;
5 #size-cells = <1>;
8 label = "image-1";
/Zephyr-latest/samples/drivers/flash_shell/boards/
Dcy8cproto_063_ble.overlay2 partitions {
3 #address-cells = <1>;
4 #size-cells = <1>;
5 compatible = "fixed-partitions";
Dcy8cproto_062_4343w.overlay2 partitions {
3 #address-cells = <1>;
4 #size-cells = <1>;
5 compatible = "fixed-partitions";
/Zephyr-latest/samples/subsys/nvs/boards/
Dcy8cproto_063_ble.overlay2 partitions {
3 #address-cells = <1>;
4 #size-cells = <1>;
5 compatible = "fixed-partitions";
Dcy8cproto_062_4343w.overlay2 partitions {
3 #address-cells = <1>;
4 #size-cells = <1>;
5 compatible = "fixed-partitions";
/Zephyr-latest/tests/drivers/flash/common/boards/
Dcy8cproto_063_ble.overlay2 partitions {
3 #address-cells = <1>;
4 #size-cells = <1>;
5 compatible = "fixed-partitions";
Dcy8cproto_062_4343w.overlay2 partitions {
3 #address-cells = <1>;
4 #size-cells = <1>;
5 compatible = "fixed-partitions";
/Zephyr-latest/tests/subsys/settings/file/boards/
Dnrf52840dk_nrf52840.overlay4 * SPDX-License-Identifier: Apache-2.0
8 partitions {
9 compatible = "fixed-partitions";
10 #address-cells = <1>;
11 #size-cells = <1>;
Dnative_sim.overlay4 * SPDX-License-Identifier: Apache-2.0
13 partitions {
14 compatible = "fixed-partitions";
/Zephyr-latest/samples/subsys/fs/littlefs/boards/
Dcircuitdojo_feather_nrf9160.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /delete-node/ &storage_partition;
10 partitions {
11 compatible = "fixed-partitions";
12 #address-cells = <1>;
13 #size-cells = <1>;
/Zephyr-latest/tests/subsys/settings/fcb/boards/
Dnrf52840dk_nrf52840.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /delete-node/ &storage_partition;
11 partitions {
12 compatible = "fixed-partitions";
13 #address-cells = <1>;
14 #size-cells = <1>;
Dnrf52dk_nrf52832.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /delete-node/ &storage_partition;
8 /delete-node/ &slot1_partition;
12 partitions {
13 compatible = "fixed-partitions";
14 #address-cells = <1>;
15 #size-cells = <1>;
/Zephyr-latest/tests/subsys/settings/functional/fcb/boards/
Dnrf52840dk_nrf52840.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /delete-node/ &storage_partition;
11 partitions {
12 compatible = "fixed-partitions";
13 #address-cells = <1>;
14 #size-cells = <1>;
Dnrf52dk_nrf52832.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /delete-node/ &storage_partition;
8 /delete-node/ &slot1_partition;
12 partitions {
13 compatible = "fixed-partitions";
14 #address-cells = <1>;
15 #size-cells = <1>;
/Zephyr-latest/tests/subsys/settings/functional/file/
Dnrf52840dk_nrf52840.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /delete-node/ &storage_partition;
11 partitions {
12 compatible = "fixed-partitions";
13 #address-cells = <1>;
14 #size-cells = <1>;
Dnrf52dk_nrf52832.overlay4 * SPDX-License-Identifier: Apache-2.0
7 /delete-node/ &storage_partition;
8 /delete-node/ &slot1_partition;
12 partitions {
13 compatible = "fixed-partitions";
14 #address-cells = <1>;
15 #size-cells = <1>;
/Zephyr-latest/tests/drivers/flash/stm32/boards/
Dgoogle_dragonclaw.overlay4 * SPDX-License-Identifier: Apache-2.0
8 partitions {
9 compatible = "fixed-partitions";
10 #address-cells = <1>;
11 #size-cells = <1>;
Dnucleo_f746zg.overlay4 * SPDX-License-Identifier: Apache-2.0
8 partitions {
9 compatible = "fixed-partitions";
10 #address-cells = <1>;
11 #size-cells = <1>;
Dstm32h735g_disco.overlay4 * SPDX-License-Identifier: Apache-2.0
8 partitions {
9 compatible = "fixed-partitions";
10 #address-cells = <1>;
11 #size-cells = <1>;

12345678910>>...19