This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
c18cdd8859
esp-idf
/
examples
/
peripherals
/
usb
/
device
/
tusb_hid
/
main
/
idf_component.yml
5 lines
99 B
YAML
Raw
Normal View
History
Unescape
Escape
tinyusb: Use TinyUSB from component registry
2022-10-19 07:42:26 -04:00
## IDF Component Manager Manifest File
dependencies
:
tinyusb: Do not access string descriptor array out of boundaries 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 https://github.com/espressif/idf-extra-components/commit/046cc4b02f524d5c7e3e56480a473cfe844dc3d6
2023-02-23 05:16:37 -05:00
espressif/esp_tinyusb
:
"^1.1"
tinyusb: Use TinyUSB from component registry
2022-10-19 07:42:26 -04:00
idf
:
"^5.0"
Reference in New Issue
Copy Permalink