esp32: Use better build settings for ESP32-C3.
ESP32-C3 is not Xtensa-based, so build settings are now tailored a bit better following that fact. ESP-IDF 5.x already adds architecture-specific modules by itself so there is no need to specify either the `xtensa` or the `riscv` module in the build settings. Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
This commit is contained in:
committed by
Damien George
parent
4cffa848f6
commit
95ce61d0ad
@@ -9,6 +9,5 @@ if(NOT MICROPY_PORT_DIR)
|
||||
endif()
|
||||
|
||||
list(APPEND MICROPY_SOURCE_LIB ${MICROPY_DIR}/shared/runtime/gchelper_generic.c)
|
||||
list(APPEND IDF_COMPONENTS riscv)
|
||||
|
||||
include(${MICROPY_PORT_DIR}/esp32_common.cmake)
|
||||
|
||||
Reference in New Issue
Block a user