yotta-target-bbc-microbit-c.../target.json

47 lines
876 B
JSON

{
"name": "bbc-microbit-classic-gcc",
"version": "0.2.3",
"description": "Official mbed build target for the BBC micro:bit, using the gcc toolchain.",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"inherits": {
"mbed-gcc": "https://git.mob-dev.fr/Schoumi/target-mbed-gcc.git#v1.2.3"
},
"keywords": [
"mbed-target:nrf51822",
"mbed-official",
"nrf51822",
"nordic",
"gcc"
],
"config": {},
"similarTo": [
"nrf51822",
"nrf",
"nordic",
"cortex-m0",
"armv6-m",
"mbed-classic",
"microbit"
],
"toolchain": "CMake/toolchain.cmake",
"scripts": {
"debug": [
"valinor",
"--target",
"NRF51822",
"$program"
],
"test": [
"mbed_test_wrapper",
"--target",
"NRF51822",
"$program"
]
}
}