boot_serial: Increase BOOT_SERIAL_OUT_MAX

Change increases BOOT_SERIAL_OUT_MAX. This is necessary to provide
complete image list when multi-image DFU is enabled and four image
slots are occupied.

Signed-off-by: Marek Pieta <Marek.Pieta@nordicsemi.no>
This commit is contained in:
Marek Pieta 2021-09-15 16:18:16 +02:00 committed by David Brown
parent 6d56cd8a5f
commit 9183ffc9c8
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
BOOT_LOG_MODULE_DECLARE(mcuboot);
#define BOOT_SERIAL_INPUT_MAX 512
#define BOOT_SERIAL_OUT_MAX 128
#define BOOT_SERIAL_OUT_MAX (128 * MCUBOOT_IMAGE_NUMBER)
#ifdef __ZEPHYR__
/* base64 lib encodes data to null-terminated string */