Adam Múdry
|
7e9782b67e
|
fix(examples): tusb_midi task stack overflow fix
|
2024-11-14 13:03:27 +01:00 |
|
Roman Leonov
|
a3191451bc
|
refactor(usb_device): Fixed examples with esp_tinyusb v1.4.4
|
2024-03-28 16:40:49 +01:00 |
|
Roman Leonov
|
da8c926e9d
|
feat(usb/device): Add esp32p4 prerequisites to examples
|
2024-01-12 13:04:38 +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 |
|
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
|
d777b790d0
|
tinyusb: Add TinyUSB example tests
|
2022-08-10 14:51:18 +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 |
|
Adam Múdry
|
2dfaec3106
|
usb: Added MIDI example + fixed TinyUSB MIDI config
Closes https://github.com/espressif/esp-idf/issues/8541
|
2022-06-29 14:02:00 +00:00 |
|