迁移至5.5.3;st7305驱动不再由manager管理
Some checks failed
ESP-IDF v5.5.x 自动编译 / build (push) Has been cancelled
Some checks failed
ESP-IDF v5.5.x 自动编译 / build (push) Has been cancelled
This commit is contained in:
parent
517aec46ae
commit
5d2b33af4d
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -18,6 +18,6 @@
|
||||
],
|
||||
"commentTranslate.source": "intellsmi.comment-translate-ali.cloud",
|
||||
"idf.flashType": "UART",
|
||||
"idf.currentSetup": "C:\\esp\\v5.5.2\\esp-idf",
|
||||
"idf.currentSetup": "C:\\esp\\v5.5.3\\esp-idf",
|
||||
"idf.enableSizeTaskAfterBuildTask": false
|
||||
}
|
||||
|
||||
@ -3,4 +3,4 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
|
||||
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||
project(st7305port)
|
||||
project(1.54ReflectiveLCDTest)
|
||||
|
||||
@ -12,17 +12,10 @@ dependencies:
|
||||
idf:
|
||||
source:
|
||||
type: idf
|
||||
version: 5.5.2
|
||||
kevincoooool/esp_lcd_st7305:
|
||||
dependencies: []
|
||||
source:
|
||||
path: C:\Users\Kirl\Documents\ESP-IDF_Project\st7305port\components\kevincoooool__esp_lcd_st7305
|
||||
type: local
|
||||
version: 0.0.2
|
||||
version: 5.5.3
|
||||
direct_dependencies:
|
||||
- espressif/cmake_utilities
|
||||
- idf
|
||||
- kevincoooool/esp_lcd_st7305
|
||||
manifest_hash: 00c85dc7259ec283203ec9a01e000ea6a082efdf6c27e79e1a5b73384002a2d7
|
||||
manifest_hash: 3cc102e6a14d4d4d0d730d61d5df12639f9ab91f9c960f5a52ede2061c3d75ba
|
||||
target: esp32c3
|
||||
version: 2.0.0
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
dependencies:
|
||||
## Required IDF version
|
||||
idf:
|
||||
version: '>=4.1.0'
|
||||
version: '>=5.4.0'
|
||||
# # Put list of dependencies here
|
||||
# # For components maintained by Espressif:
|
||||
# component: "~1.0.0"
|
||||
@ -14,4 +14,3 @@ dependencies:
|
||||
# # `public` flag doesn't have an effect dependencies of the `main` component.
|
||||
# # All dependencies of `main` are public by default.
|
||||
# public: true
|
||||
kevincoooool/esp_lcd_st7305: ^0.0.2
|
||||
|
||||
Loading…
Reference in New Issue
Block a user