mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
2b5caf34b7
The previous version of esp_tinyusb (v1.0.0) always assumed 8 string descriptors.
In case the user passed a smaller array of descriptors,
esp_tinyusb accessed memory outside of the array.
This is fixed esp_tinyusb v1.1.0 by 046cc4b02f
5 lines
99 B
YAML
5 lines
99 B
YAML
## IDF Component Manager Manifest File
|
|
dependencies:
|
|
espressif/esp_tinyusb: "^1.1"
|
|
idf: "^5.0"
|