microbit-samples: added default target of bbc-microbit-classic-gcc

This commit is contained in:
James Devine 2016-03-24 14:54:47 +00:00
parent e8b37cb2fc
commit 015d2fa42b
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
build
.yotta.json
yotta_targets
yotta_modules

5
.yotta.json Normal file
View File

@ -0,0 +1,5 @@
{
"build": {
"target": "bbc-microbit-classic-gcc,*"
}
}