mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
13 lines
284 B
CMake
13 lines
284 B
CMake
set(IDF_TARGET esp32s3)
|
|
|
|
set(SDKCONFIG_DEFAULTS
|
|
boards/sdkconfig.base
|
|
boards/sdkconfig.usb
|
|
boards/sdkconfig.ble
|
|
boards/sdkconfig.240mhz
|
|
boards/sdkconfig.spiram_sx
|
|
boards/UM_PROS3/sdkconfig.board
|
|
)
|
|
|
|
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
|