add repo & version yml

This commit is contained in:
hathach 2018-09-02 16:44:27 +07:00
parent 5efad7412f
commit 424162d340
2 changed files with 9 additions and 0 deletions

6
repository.yml Normal file
View File

@ -0,0 +1,6 @@
repo.name: tinyusb
repo.versions:
"0.0.0": "master"
"0.0.1": "develop"
"0-dev": "0.0.1"

3
version.yml Normal file
View File

@ -0,0 +1,3 @@
# Newt uses this file to determine the version of a checked out repo.
# This should always be 0.0.0 in the master branch.
repo.version: 0.0.0