mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
61615203fd
This make it possible to setup Mynewt project with latest releases.
18 lines
367 B
YAML
18 lines
367 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.10.0": "0.10.0"
|
|
"0.10.1": "0.10.1"
|
|
"0.11.0": "0.11.0"
|
|
"0.12.0": "0.12.0"
|
|
"0.13.0": "0.13.0"
|
|
|
|
"0-dev": "0.0.0" # master
|
|
"0-latest": "0.13.0" # latest stable release
|
|
|