Searched refs:cmd (Results 1 – 6 of 6) sorted by relevance
/mcuboot-latest/boot/zephyr/ |
D | serial_adapter.c | 134 static struct line_input *cmd; in boot_uart_fifo_callback() local 150 if (!cmd) { in boot_uart_fifo_callback() 159 cmd = CONTAINER_OF(node, struct line_input, node); in boot_uart_fifo_callback() 163 cmd->line[cur++] = byte; in boot_uart_fifo_callback() 167 cmd->len = cur; in boot_uart_fifo_callback() 168 sys_slist_append(&lines_queue, &cmd->node); in boot_uart_fifo_callback() 170 cmd = NULL; in boot_uart_fifo_callback() 178 static struct line_input *cmd; in boot_uart_fifo_getline() local 184 if (cmd != NULL) { in boot_uart_fifo_getline() 185 if (sys_slist_peek_tail(&avail_queue) != &cmd->node) { in boot_uart_fifo_getline() [all …]
|
/mcuboot-latest/samples/zephyr/ |
D | run-tests.go | 122 for _, cmd := range cmds { 123 fmt.Printf(" %s\n", cmd) 124 fmt.Fprintf(lg, "---- Run: %s\n", cmd) 125 err := runCommand(cmd, lg) 135 func runCommand(cmd []string, lg io.Writer) error { 136 c := exec.Command(cmd[0], cmd[1:]...)
|
/mcuboot-latest/scripts/ |
D | gdb-boot.sh | 25 focus cmd
|
/mcuboot-latest/scripts/tests/ |
D | test_commands.py | 38 for cmd in imgtool.commands: 39 assert cmd in COMMANDS
|
/mcuboot-latest/boot/cypress/ |
D | README.md | 81 *Msys2* - to use systems PATH navigate to msys2 folder, open `msys2_shell.cmd`, uncomment set `MSYS…
|
/mcuboot-latest/boot/cypress/MCUBootApp/ |
D | README.md | 218 *Msys2* - to use systems PATH navigate to msys2 folder, open `msys2_shell.cmd`, uncomment set `MSYS…
|