-
Notifications
You must be signed in to change notification settings - Fork 3
/
target.json
46 lines (46 loc) · 913 Bytes
/
target.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "bbc-microbit-classic-gcc-nosd",
"version": "0.2.3",
"description": "Official mbed build target for the BBC micro:bit, using the armgcc toolchain, without Softdevice.",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"inherits": {
"mbed-gcc": "https://github.com/lancaster-university/target-mbed-gcc.git#v0.1.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"
]
}
}