Home
last modified time | relevance | path

Searched refs:node (Results 1 – 11 of 11) sorted by relevance

/mcuboot-latest/boot/zephyr/
Dserial_adapter.c51 sys_snode_t node; member
125 sys_slist_append(&avail_queue, &line_bufs[i].node); in boot_console_init()
151 sys_snode_t *node; in boot_uart_fifo_callback() local
153 node = sys_slist_get(&avail_queue); in boot_uart_fifo_callback()
154 if (!node) { in boot_uart_fifo_callback()
159 cmd = CONTAINER_OF(node, struct line_input, node); in boot_uart_fifo_callback()
168 sys_slist_append(&lines_queue, &cmd->node); in boot_uart_fifo_callback()
179 sys_snode_t *node; in boot_uart_fifo_getline() local
185 if (sys_slist_peek_tail(&avail_queue) != &cmd->node) { in boot_uart_fifo_getline()
186 sys_slist_append(&avail_queue, &cmd->node); in boot_uart_fifo_getline()
[all …]
DCMakeLists.txt367 function(dt_get_parent node)
368 string(FIND "${${node}}" "/" pos REVERSE)
371 message(FATAL_ERROR "Unable to get parent of node: ${${node}}")
374 string(SUBSTRING "${${node}}" 0 ${pos} ${node})
375 set(${node} "${${node}}" PARENT_SCOPE)
DKconfig.serial_recovery34 node "zephyr,uart-mcumgr", when such node does not exist
DKconfig492 - Chosen node "zephyr,bootloader-info" to be set to the retention
/mcuboot-latest/boot/zephyr/boards/
Dnrf52840_single_slot.overlay7 /delete-node/ &boot_partition;
8 /delete-node/ &slot0_partition;
9 /delete-node/ &slot1_partition;
Dnrf52840dk_qspi_nor_secondary.overlay7 /delete-node/ &boot_partition;
8 /delete-node/ &slot0_partition;
9 /delete-node/ &slot1_partition;
Dnrf52840_big.overlay7 /delete-node/ &boot_partition;
8 /delete-node/ &slot0_partition;
9 /delete-node/ &slot1_partition;
Dnrf52840dk_ram.overlay7 /delete-node/ &slot1_partition;
8 /delete-node/ &slot0_partition;
9 /delete-node/ &boot_partition;
Dnrf52840dk_ram_multi.overlay7 /delete-node/ &slot1_partition;
8 /delete-node/ &slot0_partition;
9 /delete-node/ &boot_partition;
/mcuboot-latest/scripts/
Dassemble.py60 for node in part_nodes:
61 for child in node.children.values():
/mcuboot-latest/docs/
Dreadme-zephyr.md36 `boards/arm/frdm_k64f/frdm_k64f.dts`. Make sure the DT node labels in your board's
219 Which interface belongs to the protocol shall be set by the devicetree-chosen node: