This website works better with JavaScript.
Explore
Help
Register
Sign In
Schoumi
/
microbit
Watch
1
Star
0
Fork
You've already forked microbit
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1d1baa561f
master
v0.0.2
dal-integration-1
dal-integration-2
dal-integration-3
dal-integration-4
dal-integration-5
dal-integration-6
pxtgc-0
pxtgc-radio0
v1.0.0-rc1
v2.0.0-rc11
v2.0.0-rc2
v2.0.0-rc3
v2.0.0-rc4
v2.0.0-rc5
v2.0.0-rc6
v2.0.0-rc7
v2.0.0-rc8
v2.0.0-rc9
v2.1.0
v2.1.0-rc1
v2.1.0-rc2
v2.1.1
v2.2.0-rc0
v2.2.0-rc1
v2.2.0-rc2
v2.2.0-rc3
v2.2.0-rc3.1
v2.2.0-rc4
v2.2.0-rc5
v2.2.0-rc6
v2.2.0-rc7
v2.2.0-rc8
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1d1baa561f'
${ noResults }
microbit
/
.yotta.json
6 lines
64 B
Raw
Normal View
History
Unescape
Escape
microbit: A sample program using yotta This commit adds the bbc-microbit-armcc target, and also includes the microbit dal, showing how the microbit can be compiled using yotta.
8 years ago
{
"build"
:
{
microbit: changed default target to gcc gcc is more widely used in the community due to being open source and free... changed the default compiler to suit the common case.
7 years ago
"target"
:
"bbc-microbit-classic-gcc,*"
microbit: A sample program using yotta This commit adds the bbc-microbit-armcc target, and also includes the microbit dal, showing how the microbit can be compiled using yotta.
8 years ago
}
microbit: changed default target to gcc gcc is more widely used in the community due to being open source and free... changed the default compiler to suit the common case.
7 years ago
}