mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
d8efef9461
This makes it possible to setup Mynewt project which checkouts specified version of tinyusb.
13 lines
252 B
YAML
13 lines
252 B
YAML
repo.name: tinyusb
|
|
repo.versions:
|
|
"0.0.0": "master"
|
|
"0.5.0": "0.5.0"
|
|
"0.6.0": "0.6.0"
|
|
"0.7.0": "0.7.0"
|
|
"0.8.0": "0.8.0"
|
|
"0.9.0": "0.9.0"
|
|
|
|
"0-dev": "0.0.0" # master
|
|
"0-latest": "0.9.0" # latest stable release
|
|
|