5682595d75
If MICROPY_FROZEN_MANIFEST is set from the cmake command line, then it will override the default and any manifest set by the board.
9 lines
164 B
CMake
9 lines
164 B
CMake
set(IDF_TARGET esp32s3)
|
|
|
|
set(SDKCONFIG_DEFAULTS
|
|
boards/sdkconfig.base
|
|
boards/sdkconfig.usb
|
|
boards/sdkconfig.ble
|
|
boards/GENERIC_S3/sdkconfig.board
|
|
)
|