esp_tinyusb: Allow TinyUSB updates
Semver has special handling of 0.x versions Reference: https://devhints.io/semver
This commit is contained in:
parent
f4bd917dc0
commit
6f4c41f4d2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user