espressif: use minimal libc as default for ESP32 boards
Make MINIMAL_LIBC as default for MCUboot app build instead
of picolibc. Footprint is lower and no need to
MULTLTHREADING enabled for SoC build.
Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
diff --git a/boot/zephyr/boards/xiao_esp32c3.conf b/boot/zephyr/boards/xiao_esp32c3.conf
index 8a90ef8..56298cd 100644
--- a/boot/zephyr/boards/xiao_esp32c3.conf
+++ b/boot/zephyr/boards/xiao_esp32c3.conf
@@ -17,3 +17,4 @@
CONFIG_XIP=n
CONFIG_HEAP_MEM_POOL_SIZE=4096
+CONFIG_MINIMAL_LIBC=y