Skip to content

Commit 0a56dc8

Browse files
sylvioalvesaescolar
authored andcommitted
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 <[email protected]>
1 parent ea2d785 commit 0a56dc8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

boards/lilygo/ttgo_lora32/ttgo_lora32_esp32_appcpu_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22

33
CONFIG_MAIN_STACK_SIZE=2048
44
CONFIG_CLOCK_CONTROL=y
5-
CONFIG_MINIMAL_LIBC=y

boards/waveshare/esp32s3_touch_lcd_1_28/esp32s3_touch_lcd_1_28_esp32s3_appcpu_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44
CONFIG_MAIN_STACK_SIZE=2048
55
CONFIG_CLOCK_CONTROL=y
6-
CONFIG_MINIMAL_LIBC=y

0 commit comments

Comments
 (0)