mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 19:30:53 +02:00
13 lines
290 B
CMake
13 lines
290 B
CMake
set(IDF_TARGET esp32s3)
|
|
|
|
set(SDKCONFIG_DEFAULTS
|
|
boards/sdkconfig.base
|
|
boards/sdkconfig.usb
|
|
boards/sdkconfig.spiram_sx
|
|
boards/GENERIC_S3_SPIRAM/sdkconfig.board
|
|
)
|
|
|
|
if(NOT MICROPY_FROZEN_MANIFEST)
|
|
set(MICROPY_FROZEN_MANIFEST ${MICROPY_PORT_DIR}/boards/manifest.py)
|
|
endif()
|