File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ endif()
1212
1313
1414# MICROPY_BOARD_DIR
15+ set (MICROPY_ESP32_DIR "${CMAKE_CURRENT_LIST_DIR} /third_party/micropython/ports/esp32" )
1516
1617# Set the board directory and check that it exists.
1718if (NOT CUSTOM_BOARD_DIR)
Original file line number Diff line number Diff line change 11set (IDF_TARGET esp32s3)
22
33set (SDKCONFIG_DEFAULTS
4- boards/sdkconfig.base
5- boards/sdkconfig.usb
6- boards/sdkconfig.ble
7- boards/sdkconfig.spiram_sx
8- boards/ESP32_GENERIC_S3/sdkconfig.board
4+ ${MICROPY_ESP32_DIR} / boards/sdkconfig.base
5+ ${MICROPY_ESP32_DIR} / boards/sdkconfig.usb
6+ ${MICROPY_ESP32_DIR} / boards/sdkconfig.ble
7+ ${MICROPY_ESP32_DIR} / boards/sdkconfig.spiram_sx
8+ ${MICROPY_ESP32_DIR} / boards/ESP32_GENERIC_S3/sdkconfig.board
99)
Original file line number Diff line number Diff line change 11set (SDKCONFIG_DEFAULTS
22 ${SDKCONFIG_DEFAULTS}
3- boards/sdkconfig.240mhz
4- boards/sdkconfig.spiram_oct
3+ ${MICROPY_ESP32_DIR} / boards/sdkconfig.240mhz
4+ ${MICROPY_ESP32_DIR} / boards/sdkconfig.spiram_oct
55)
66
77list (APPEND MICROPY_DEF_BOARD
You can’t perform that action at this time.
0 commit comments