/mcuboot-latest/boot/zephyr/ |
D | serial_adapter.c | 55 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()
|
D | Kconfig.serial_recovery | 78 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/ |
D | error.h | 153 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/ |
D | run-tests.go | 153 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/ |
D | check-signed-off-by.sh | 60 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/ |
D | mcuboot_assert.h | 9 extern void mcuboot_assert_handler(const char *file, int line, const char *func);
|
/mcuboot-latest/docs/ |
D | SubmittingPatches.md | 8 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:
|
D | Gemfile | 13 # uncomment the line below. To upgrade, run `bundle update github-pages`.
|
/mcuboot-latest/scripts/ |
D | assemble.py | 101 for line in f: 102 if line.startswith("CONFIG_BOARD="): 103 return line.split("=", 1)[1].strip('"')
|
/mcuboot-latest/boot/espressif/port/ |
D | esp_mcuboot.c | 416 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/ |
D | Readme.md | 60 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/ |
D | run.c | 518 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/ |
D | ExternalMemory.md | 76 `HEADER_OFFSET` defines the offset from original boot image address. This one in line above suggest…
|
D | MCUBootApp.ld | 49 * EXTERN multiple times. This command has the same effect as the -u command-line
|
D | README.md | 60 Update this line and or add similar for flash map parameters to override.
|
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/ |
D | cy8c6xxa_cm0plus.ld | 49 * EXTERN multiple times. This command has the same effect as the -u command-line
|
/mcuboot-latest/boot/cypress/BlinkyApp/linker/ |
D | BlinkyApp_template.ld | 53 * 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/ |
D | cy8c6xxa_cm4_dual.ld | 52 * EXTERN multiple times. This command has the same effect as the -u command-line
|