forked from ARMmbed/target-nrf51dk-armcc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
target.json
91 lines (91 loc) · 2.02 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "nrf51dk-armcc",
"version": "0.0.8",
"inherits": {
"nordic-nrf51822-armcc": "^0.0.1"
},
"description": "Official mbed build target for the nRF51-DK 32KB platform.",
"homepage": "https://github.com/ARMmbed/target-nrf51dk-armcc",
"repository": {
"url": "[email protected]:ARMmbed/target-nrf51dk-armcc.git",
"type": "git"
},
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"keywords": [
"mbed-official",
"mbed-target:nrf51_dk",
"armcc"
],
"similarTo": [
"nrf51dk"
],
"config": {
"nrf51822": {
"ram_size": "32K"
},
"image": {
"heap": {
"warning_threshold": 1024
}
},
"hardware": {
"pins": {
"LED1": "p21",
"LED2": "p22",
"LED3": "p23",
"LED4": "p24",
"BUTTON1": "p17",
"BUTTON2": "p18",
"BUTTON3": "p19",
"BUTTON4": "p20",
"RX_PIN_NUMBER": "p11",
"TX_PIN_NUMBER": "p9",
"CTS_PIN_NUMBER": "p10",
"RTS_PIN_NUMBER": "p8",
"USBTX": "TX_PIN_NUMBER",
"USBRX": "RX_PIN_NUMBER",
"SPI_PSELMOSI0": "p25",
"SPI_PSELMISO0": "p28",
"SPI_PSELSS0": "p24",
"SPI_PSELSCK0": "p29",
"SPI_PSELMOSI1": "p13",
"SPI_PSELMISO1": "p14",
"SPI_PSELSS1": "p12",
"SPI_PSELSCK1": "p15",
"SPIS_PSELMOSI": "p13",
"SPIS_PSELMISO": "p14",
"SPIS_PSELSS": "p12",
"SPIS_PSELSCK": "p15",
"I2C_SDA0": "p30",
"I2C_SCL0": "p7",
"D0": "p12",
"D1": "p13",
"D2": "p14",
"D3": "p15",
"D4": "p16",
"D5": "p17",
"D6": "p18",
"D7": "p19",
"D8": "p20",
"D9": "p23",
"D10": "p24",
"D11": "p25",
"D12": "p28",
"D13": "p29",
"D14": "p30",
"D15": "p7",
"A0": "p1",
"A1": "p2",
"A2": "p3",
"A3": "p4",
"A4": "p5",
"A5": "p6"
}
}
}
}