Browse Source

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 <sylvio.alves@espressif.com>
pull/79590/head
Sylvio Alves 9 months ago committed by Alberto Escolar
parent
commit
0a56dc8055
  1. 1
      boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu_defconfig
  2. 1
      boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_appcpu_defconfig

1
boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu_defconfig

@ -2,4 +2,3 @@ @@ -2,4 +2,3 @@
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_CLOCK_CONTROL=y
CONFIG_MINIMAL_LIBC=y

1
boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_appcpu_defconfig

@ -3,4 +3,3 @@ @@ -3,4 +3,3 @@
CONFIG_MAIN_STACK_SIZE=2048
CONFIG_CLOCK_CONTROL=y
CONFIG_MINIMAL_LIBC=y

Loading…
Cancel
Save