迁移至5.5.3;st7305驱动不再由manager管理
Some checks failed
ESP-IDF v5.5.x 自动编译 / build (push) Has been cancelled

This commit is contained in:
kirltrz 2026-02-25 03:34:48 +08:00
parent 517aec46ae
commit 5d2b33af4d
4 changed files with 5 additions and 13 deletions

View File

@ -18,6 +18,6 @@
], ],
"commentTranslate.source": "intellsmi.comment-translate-ali.cloud", "commentTranslate.source": "intellsmi.comment-translate-ali.cloud",
"idf.flashType": "UART", "idf.flashType": "UART",
"idf.currentSetup": "C:\\esp\\v5.5.2\\esp-idf", "idf.currentSetup": "C:\\esp\\v5.5.3\\esp-idf",
"idf.enableSizeTaskAfterBuildTask": false "idf.enableSizeTaskAfterBuildTask": false
} }

View File

@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake) include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(st7305port) project(1.54ReflectiveLCDTest)

View File

@ -12,17 +12,10 @@ dependencies:
idf: idf:
source: source:
type: idf type: idf
version: 5.5.2 version: 5.5.3
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
direct_dependencies: direct_dependencies:
- espressif/cmake_utilities - espressif/cmake_utilities
- idf - idf
- kevincoooool/esp_lcd_st7305 manifest_hash: 3cc102e6a14d4d4d0d730d61d5df12639f9ab91f9c960f5a52ede2061c3d75ba
manifest_hash: 00c85dc7259ec283203ec9a01e000ea6a082efdf6c27e79e1a5b73384002a2d7
target: esp32c3 target: esp32c3
version: 2.0.0 version: 2.0.0

View File

@ -2,7 +2,7 @@
dependencies: dependencies:
## Required IDF version ## Required IDF version
idf: idf:
version: '>=4.1.0' version: '>=5.4.0'
# # Put list of dependencies here # # Put list of dependencies here
# # For components maintained by Espressif: # # For components maintained by Espressif:
# component: "~1.0.0" # component: "~1.0.0"
@ -14,4 +14,3 @@ dependencies:
# # `public` flag doesn't have an effect dependencies of the `main` component. # # `public` flag doesn't have an effect dependencies of the `main` component.
# # All dependencies of `main` are public by default. # # All dependencies of `main` are public by default.
# public: true # public: true
kevincoooool/esp_lcd_st7305: ^0.0.2