Skip to content

Commit

Permalink
boards: esp32-based: unset default libc in appcpu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sylvioalves authored and aescolar committed Oct 9, 2024
1 parent ea2d785 commit 0a56dc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

CONFIG_MAIN_STACK_SIZE=2048
CONFIG_CLOCK_CONTROL=y
CONFIG_MINIMAL_LIBC=y
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@

CONFIG_MAIN_STACK_SIZE=2048
CONFIG_CLOCK_CONTROL=y
CONFIG_MINIMAL_LIBC=y

0 comments on commit 0a56dc8

Please sign in to comment.