File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.1.1
2
+
3
+ - Clean up the component dependency, don't depend on the ` driver ` component directly
4
+
1
5
## 1.1.0
2
6
3
7
- Supported communicating with ESP32C6 SDIO Slave
Original file line number Diff line number Diff line change 1
1
set (public_requires "sdmmc" )
2
2
3
3
if ("${IDF_VERSION_MAJOR} .${IDF_VERSION_MINOR} " VERSION_GREATER_EQUAL "5.3" )
4
- list (APPEND public_requires "esp_driver_spi " "esp_driver_sdmmc" )
4
+ list (APPEND public_requires "esp_driver_sdspi " "esp_driver_sdmmc" )
5
5
else ()
6
6
list (APPEND public_requires "driver" )
7
7
endif ()
Original file line number Diff line number Diff line change 1
- version : " 1.1.1"
1
+ version : " 1.1.1~1 "
2
2
description : Espressif Serial Slave Link Library
3
3
url : https://github.com/espressif/idf-extra-components/tree/master/esp_serial_slave_link
4
4
repository : https://github.com/espressif/idf-extra-components.git
You can’t perform that action at this time.
0 commit comments