esp_tinyusb: Allow TinyUSB updates

Semver has special handling of 0.x versions
Reference: https://devhints.io/semver
This commit is contained in:
Tomas Rezucha 2022-12-20 16:42:14 +01:00 committed by GitHub
parent f4bd917dc0
commit 6f4c41f4d2
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