mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 19:30:53 +02:00
8 lines
193 B
CMake
8 lines
193 B
CMake
set(IDF_TARGET esp32s2)
|
|
set(SDKCONFIG_DEFAULTS
|
|
boards/sdkconfig.base
|
|
boards/sdkconfig.spiram_sx
|
|
boards/sdkconfig.usb
|
|
)
|
|
|
|
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py) |