forked from ARMmbed/easy-connect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mbed_lib.json
62 lines (62 loc) · 1.92 KB
/
mbed_lib.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
{
"name": "easy-connect",
"config": {
"wifi-esp8266-tx": {
"help": "TX pin for serial connection to external device (ESP8266)",
"value": "D1"
},
"wifi-esp8266-rx": {
"help": "RX pin for serial connection to external device (ESP8266)",
"value": "D0"
},
"wifi-esp8266-debug": {
"help": "Enable debug logs for (ESP8266)",
"value": false
},
"wifi-idw01m1-tx": {
"help": "TX pin for serial connection to external device (X-NUCLEO-IDW01M1)",
"value": "PA_9"
},
"wifi-idw01m1-rx": {
"help": "RX pin for serial connection to external device (X-NUCLEO-IDW01M1)",
"value": "PA_10"
},
"wifi-idw04a1-tx": {
"help": "TX pin for serial connection to external device (X-NUCLEO-IDW04A1)",
"value": "D8"
},
"wifi-idw04a1-rx": {
"help": "RX pin for serial connection to external device (X-NUCLEO-IDW04A1)",
"value": "D2"
},
"wifi-wizfi310-tx": {
"help": "TX pin for serial connection to external device (WizFi310)",
"value": "D1"
},
"wifi-wizfi310-rx": {
"help": "RX pin for serial connection to external device (WizFi310)",
"value": "D0"
},
"wifi-wizfi310-debug": {
"help": "Enable debug logs for (WizFi310)",
"value": false
}
},
"target_overrides": {
"*": {
"target.features_add": ["COMMON_PAL"]
},
"HEXIWEAR": {
"wifi-esp8266-tx": "PTD3",
"wifi-esp8266-rx": "PTD2"
},
"NUCLEO_F401RE": {
"wifi-esp8266-tx": "D8",
"wifi-esp8266-rx": "D2"
},
"NUCLEO_F411RE": {
"wifi-esp8266-tx": "D8",
"wifi-esp8266-rx": "D2"
}
}
}