Skip to content

Commit a9785b4

Browse files
committed
idf_component.yml
1 parent f5e64e8 commit a9785b4

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

boards/MICROLITE/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ configure_file(${CMAKE_BINARY_DIR}/sdkconfig.combined.in ${CMAKE_BINARY_DIR}/sdk
2828
set(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")
3132
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
3233
project(micropython)
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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"

0 commit comments

Comments
 (0)