Merge pull request #118 from espressif/fix/esp_tinyusb/version_resolving

esp_tinyusb: Allow TinyUSB updates
This commit is contained in:
Tomas Rezucha 2022-12-20 16:49:18 +01:00 committed by GitHub
commit 867af76848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
description: 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.1
version: 1.0.2
url: https://github.com/espressif/idf-extra-components/tree/master/usb/esp_tinyusb
dependencies:
idf: '>=5.0' # IDF 4.x contains TinyUSB as submodule
tinyusb:
version: '^0.12.2' # Use fixed minor version. TinyUSB does not guarantee backward compatibility
version: '0.*'
public: true
targets:
- esp32s2