From 0a56dc80554fa1efd20449261d691a7c5bb71b31 Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Sat, 5 Oct 2024 12:53:45 -0300 Subject: [PATCH] boards: esp32-based: unset default libc in appcpu As in all other esp32-based boards, APPCPU does not require to have MINIMAL_LIBC as default libc. In the past, that was required due to memory constraints, which is not the case anymore. This fixes build issues in `tests/lib/c_lib/common`. Signed-off-by: Sylvio Alves --- boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu_defconfig | 1 - .../esp32s3_touch_lcd_1_28_esp32s3_appcpu_defconfig | 1 - 2 files changed, 2 deletions(-) diff --git a/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu_defconfig b/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu_defconfig index 100bb882567619..9abf2ff0430aba 100644 --- a/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu_defconfig +++ b/boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu_defconfig @@ -2,4 +2,3 @@ CONFIG_MAIN_STACK_SIZE=2048 CONFIG_CLOCK_CONTROL=y -CONFIG_MINIMAL_LIBC=y diff --git a/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_appcpu_defconfig b/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_appcpu_defconfig index a2196414381a20..15e93d6bf4ad92 100644 --- a/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_appcpu_defconfig +++ b/boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_appcpu_defconfig @@ -3,4 +3,3 @@ CONFIG_MAIN_STACK_SIZE=2048 CONFIG_CLOCK_CONTROL=y -CONFIG_MINIMAL_LIBC=y