Home
last modified time | relevance | path

Searched refs:line (Results 1 – 18 of 18) sorted by relevance

/mcuboot-latest/boot/zephyr/
Dserial_adapter.c55 char line[CONFIG_BOOT_MAX_LINE_INPUT_LEN]; member
66 static int boot_uart_fifo_getline(char **line);
92 char *line; in console_read() local
95 len = boot_uart_fifo_getline(&line); in console_read()
97 if (line == NULL) { in console_read()
106 memcpy(str, line, len); in console_read()
163 cmd->line[cur++] = byte; in boot_uart_fifo_callback()
176 boot_uart_fifo_getline(char **line) in boot_uart_fifo_getline() argument
195 *line = NULL; in boot_uart_fifo_getline()
201 *line = cmd->line; in boot_uart_fifo_getline()
DKconfig.serial_recovery78 int "Maximum input line length"
93 int "Maximum command line length"
97 be equal to the maximum line length, BOOT_MAX_LINE_INPUT_LEN times
/mcuboot-latest/ext/mbedtls-asn1/include/mbedtls/
Derror.h153 const char *file, int line ) in mbedtls_error_add() argument
157 ( *mbedtls_test_hook_error_add )( high, low, file, line ); in mbedtls_error_add()
160 (void)line; in mbedtls_error_add()
/mcuboot-latest/samples/zephyr/
Drun-tests.go153 case line := <-lines:
154 fmt.Fprintf(lg, "---- target: %q\n", line)
155 if strings.Contains(line, exp) {
186 line, err := rd.ReadString('\n')
190 if line != "" {
191 prefix = line
199 line = prefix + line
201 sink <- line
/mcuboot-latest/ci/
Dcheck-signed-off-by.sh60 for line in ${lines}; do
61 stripped=$(echo $line | sed -e 's/^\s*//' | sed -e 's/\s*$//')
/mcuboot-latest/boot/espressif/hal/include/mcuboot_config/
Dmcuboot_assert.h9 extern void mcuboot_assert_handler(const char *file, int line, const char *func);
/mcuboot-latest/docs/
DSubmittingPatches.md8 Each commit has to have, in the commit message, a "Signed-off-by" line
10 must add this line at the end of the commit text, separated by a blank
11 line. You can also add a line linking the commit to a specific GitHub
16 - A line that indicates that the signer agrees to the "Developer
23 - A line that links this commit to specific GitHub issues, if present:
DGemfile13 # uncomment the line below. To upgrade, run `bundle update github-pages`.
/mcuboot-latest/scripts/
Dassemble.py101 for line in f:
102 if line.startswith("CONFIG_BOARD="):
103 return line.split("=", 1)[1].strip('"')
/mcuboot-latest/boot/espressif/port/
Desp_mcuboot.c416 void mcuboot_assert_handler(const char *file, int line, const char *func) in mcuboot_assert_handler() argument
418 ets_printf("assertion failed: file \"%s\", line %d, func: %s\n", file, line, func); in mcuboot_assert_handler()
/mcuboot-latest/boot/cypress/BlinkyApp/
DReadme.md60 Example command-line for single-image:
92 `HEADER_OFFSET` defines the offset from original boot image address. This one in line above suggest…
106 …ed upgrade image of BlinkyApp extra flag `ENC_IMG=1` should be passed in command line, for example:
/mcuboot-latest/sim/mcuboot-sys/csupport/
Drun.c518 void sim_assert(int x, const char *assertion, const char *file, unsigned int line, const char *func… in sim_assert() argument
525 BOOT_LOG_ERR("%s:%d: %s: Assertion `%s' failed.", file, line, function, assertion); in sim_assert()
/mcuboot-latest/boot/cypress/MCUBootApp/
DExternalMemory.md76 `HEADER_OFFSET` defines the offset from original boot image address. This one in line above suggest…
DMCUBootApp.ld49 * EXTERN multiple times. This command has the same effect as the -u command-line
DREADME.md60 Update this line and or add similar for flash map parameters to override.
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dcy8c6xxa_cm0plus.ld49 * EXTERN multiple times. This command has the same effect as the -u command-line
/mcuboot-latest/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld53 * EXTERN multiple times. This command has the same effect as the -u command-line
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dcy8c6xxa_cm4_dual.ld52 * EXTERN multiple times. This command has the same effect as the -u command-line