Roman Leonov
|
a3191451bc
|
refactor(usb_device): Fixed examples with esp_tinyusb v1.4.4
|
2024-03-28 16:40:49 +01:00 |
|
Tomas Rezucha
|
a5e647cf7f
|
refactor(usb/examples): Depend on new esp_driver_gpio
This will exclude unneeded drivers from the build.
|
2024-01-18 07:28:06 +01:00 |
|
Tomas Rezucha
|
b4c387f9f3
|
change(usb/examples): Trim the USB example builds
Include minimal set of components: main and everything it depends on
|
2023-10-10 10:28:47 +02:00 |
|
morris
|
b12e250b2c
|
refactor(examples): reformat peripheral examples with astyle_py
|
2023-09-28 10:08:04 +08:00 |
|
Tomas Rezucha
|
2b5caf34b7
|
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 11:16:37 +01:00 |
|
Tomas Rezucha
|
f3a63014f8
|
usb: Update TinyUSB version
|
2022-12-19 18:55:00 +01:00 |
|
Tomas Rezucha
|
94a00bda0f
|
tinyusb: Use TinyUSB from component registry
|
2022-11-02 08:24:43 +01:00 |
|
Adam Múdry
|
169d746c49
|
usb: Refactor USB MIDI example
|
2022-10-18 15:09:09 +02:00 |
|
Tomas Rezucha
|
45e8115dc6
|
usb: Add HID device example
Closes https://github.com/espressif/esp-idf/issues/6839
Closes https://github.com/espressif/esp-idf/issues/7700
|
2022-07-27 05:31:09 +00:00 |
|