File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,6 @@ configure_file(${CMAKE_BINARY_DIR}/sdkconfig.combined.in ${CMAKE_BINARY_DIR}/sdk
2828set (SDKCONFIG_DEFAULTS ${CMAKE_BINARY_DIR} /sdkconfig.combined)
2929
3030# Include main IDF cmake file and define the project.
31+ set (ENV{IDF_COMPONENT_MANAGER} "1" )
3132include ($ENV{IDF_PATH} /tools/cmake/project.cmake)
3233project (micropython)
Original file line number Diff line number Diff line change 1+ # # IDF Component Manager Manifest File
2+ dependencies :
3+ espressif/mdns : " ~1.1.0"
4+ espressif/esp_tinyusb :
5+ rules :
6+ - if : " target in [esp32s2, esp32s3]"
7+ version : " ~1.0.0"
8+ espressif/lan867x :
9+ version : " ~1.0.0"
10+ rules :
11+ - if : " target == esp32"
12+ - if : " idf_version >=5.3"
13+ idf :
14+ version : " >=5.2.0"
You can’t perform that action at this time.
0 commit comments