mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
57fd78f5ba
This commit removes the usage of all legacy FreeRTOS data types that are exposed via configENABLE_BACKWARD_COMPATIBILITY. Legacy types can still be used by enabling CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY.
17 lines
448 B
YAML
17 lines
448 B
YAML
## IDF Component Manager Manifest File
|
|
## Version of your project. Should conform Semantic Versioning 2.0 rules https://semver.org/
|
|
version: "1.0.0"
|
|
|
|
dependencies:
|
|
espressif/es8311: ">=0.0.2"
|
|
## Required IDF version
|
|
idf:
|
|
version: "^5.0"
|
|
# # Put list of dependencies here
|
|
# # For components maintained by Espressif:
|
|
# component:
|
|
# version: "~1.0.0"
|
|
# # For 3rd party components:
|
|
# username/component:
|
|
# version: "~1.0.0"
|