xtensa/esp32: Avoid ROM functions due to error with PIDs 2-7

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2022-06-10 18:28:05 -03:00 committed by Xiang Xiao
parent 27fc3c959d
commit 60b7479f12
1 changed files with 12 additions and 12 deletions

View File

@ -22,18 +22,18 @@ config ARCH_CHIP_ESP32
select ARCH_HAVE_BOOTLOADER
select ARCH_HAVE_TESTSET
select ARCH_VECNOTIRQ
select LIBC_ARCH_MEMCPY
select LIBC_ARCH_MEMCHR
select LIBC_ARCH_MEMCMP
select LIBC_ARCH_MEMMOVE
select LIBC_ARCH_MEMSET
select LIBC_ARCH_STRCHR
select LIBC_ARCH_STRCMP
select LIBC_ARCH_STRCPY
select LIBC_ARCH_STRLCPY
select LIBC_ARCH_STRNCPY
select LIBC_ARCH_STRLEN
select LIBC_ARCH_STRNLEN
select LIBC_ARCH_MEMCPY if BUILD_FLAT
select LIBC_ARCH_MEMCHR if BUILD_FLAT
select LIBC_ARCH_MEMCMP if BUILD_FLAT
select LIBC_ARCH_MEMMOVE if BUILD_FLAT
select LIBC_ARCH_MEMSET if BUILD_FLAT
select LIBC_ARCH_STRCHR if BUILD_FLAT
select LIBC_ARCH_STRCMP if BUILD_FLAT
select LIBC_ARCH_STRCPY if BUILD_FLAT
select LIBC_ARCH_STRLCPY if BUILD_FLAT
select LIBC_ARCH_STRNCPY if BUILD_FLAT
select LIBC_ARCH_STRLEN if BUILD_FLAT
select LIBC_ARCH_STRNLEN if BUILD_FLAT
---help---
The ESP32 is a dual-core system from Espressif with two Harvard
architecture Xtensa LX6 CPUs. All embedded memory, external memory