esp_tinyusb: point to custom tinyusb with DFU runtime

This commit is contained in:
King Kévin 2023-01-06 14:47:39 +01:00
parent cd4dd81624
commit b469d11b60
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
description: Espressif's additions to TinyUSB
description: CuVoodoo's DFU runtime addition to Espressif's additions to TinyUSB
documentation: "https://docs.espressif.com/projects/esp-idf/en/latest/esp32s2/api-reference/peripherals/usb_device.html"
version: 1.0.2
url: https://github.com/espressif/idf-extra-components/tree/master/usb/esp_tinyusb
url: https://git.cuvoodoo.info/kingkevin/espressif_idf-extra-components/src/branch/esp_tinyusb_dfu/usb/esp_tinyusb
dependencies:
idf: '>=5.0' # IDF 4.x contains TinyUSB as submodule
tinyusb:
version: '0.*'
git: https://git.cuvoodoo.info/kingkevin/espressif_tinyusb
version: "v0.14.1_dfu"
public: true
targets:
- esp32s2