Home
last modified time | relevance | path

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

/mcuboot-2.7.6/boot/boot_serial/src/
Dboot_serial.c66 #define BOOT_SERIAL_OUT_MAX 128 macro
96 static char bs_obuf[BOOT_SERIAL_OUT_MAX];
497 char buf[BOOT_SERIAL_OUT_MAX]; in boot_serial_output()
498 char encoded_buf[BASE64_ENCODE_SIZE(BOOT_SERIAL_OUT_MAX)]; in boot_serial_output()