Searched refs:MCUBOOT_SERIAL_MAX_RECEIVE_SIZE (Results 1 – 2 of 2) sorted by relevance
335 #define MCUBOOT_SERIAL_MAX_RECEIVE_SIZE CONFIG_BOOT_SERIAL_MAX_RECEIVE_SIZE macro
95 #ifndef MCUBOOT_SERIAL_MAX_RECEIVE_SIZE96 #define MCUBOOT_SERIAL_MAX_RECEIVE_SIZE 512 macro160 static char in_buf[MCUBOOT_SERIAL_MAX_RECEIVE_SIZE + 1];161 static char dec_buf[MCUBOOT_SERIAL_MAX_RECEIVE_SIZE + 1];