-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmbed_lib.json
44 lines (44 loc) · 1.22 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
{
"name": "WIZNET",
"config": {
"sck": {
"help": "sck pin for spi connection. defaults to SPI_SCK",
"value": "SPI_SCK"
},
"cs": {
"help": "cs pin for spi connection. defaults to SPI_CS",
"value": "SPI_CS"
},
"miso": {
"help": "miso pin for spi connection. defaults to SPI_MISO",
"value": "SPI_MISO"
},
"mosi": {
"help": "mosi pin for spi connection. defaults to SPI_MOSI",
"value": "SPI_MOSI"
},
"rst": {
"help": "RESET pin for spi connection. defaults to D15",
"value": "D15"
},
"debug": {
"help": "Enable debug logs. [true/false]",
"value": false
},
"interface": {
"help": "Set the wiznet module interface [W5500/W6100]",
"value": "W5500"
},
"socket-bufsize": {
"help": "Max socket data heap usage",
"value": 8192
},
"default-network": {
"help": "Set the default network interface",
"options" : [true,false],
"value": true
}
},
"target_overrides": {
}
}