Home
last modified time | relevance | path

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

/mcuboot-latest/boot/zephyr/include/mcuboot_config/
Dmcuboot_config.h335 #define MCUBOOT_SERIAL_MAX_RECEIVE_SIZE CONFIG_BOOT_SERIAL_MAX_RECEIVE_SIZE macro
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c95 #ifndef MCUBOOT_SERIAL_MAX_RECEIVE_SIZE
96 #define MCUBOOT_SERIAL_MAX_RECEIVE_SIZE 512 macro
160 static char in_buf[MCUBOOT_SERIAL_MAX_RECEIVE_SIZE + 1];
161 static char dec_buf[MCUBOOT_SERIAL_MAX_RECEIVE_SIZE + 1];