mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 19:30:53 +02:00
11 lines
214 B
CMake
11 lines
214 B
CMake
set(IDF_TARGET esp32c3)
|
|
|
|
set(SDKCONFIG_DEFAULTS
|
|
boards/sdkconfig.base
|
|
boards/sdkconfig.ble
|
|
)
|
|
|
|
if(NOT MICROPY_FROZEN_MANIFEST)
|
|
set(MICROPY_FROZEN_MANIFEST ${MICROPY_PORT_DIR}/boards/manifest.py)
|
|
endif()
|