-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmbed_lib.json
57 lines (57 loc) · 2.28 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
{
"name": "sim5320-driver",
"config": {
"test_uart_rx": {
"help": "UART RX pin for sim5320. It should be used for library tests only",
"value": "NC"
},
"test_uart_tx": {
"help": "UART TX pin for sim5320. It should be used for library tests only",
"value": "NC"
},
"test_reset_pin": {
"help": "RESET pin of sim5320. SET to NC it isn't availible.It should be used for library tests only ",
"value": "NC"
},
"test_sim_pin": {
"help": "SIM pin. It it's is empty, then it's ignored. It should be used for library tests only",
"value": "\"\""
},
"test_sim_subscriber_number": {
"help": "The sim card subscriber number for SMS testing. The special value \"CNUM\" can be used to extract subscriber number from SIM card if it's available.",
"value": "\"CNUM\""
},
"test_apn": {
"help": "APN name. It should be used for library tests only",
"value": "\"\""
},
"test_apn_username": {
"help": "APN username. It should be used for library tests only",
"value": "\"\""
},
"test_apn_password": {
"help": "APN password. It should be used for library tests only",
"value": "\"\""
},
"test_ftp_connect_ftp_url": {
"help": "FTP URL to test ftp connection",
"value": "\"ftp://demo:[email protected]:21\""
},
"test_ftp_connect_ftps_explicit_url": {
"help": "FTP URL to test explicit ftps connection",
"value": "\"ftps://demo:[email protected]:21\""
},
"test_ftp_connect_ftps_implicit_url": {
"help": "FTP URL to test implicit ftps connection",
"value": "\"ftps+i://demo:[email protected]:990\""
},
"test_ftp_read_write_operations_url": {
"help": "FTP URL to test write/read operations. If it isn't set, tests will be skipped. A user should have a read/write permissions.",
"value": "\"\""
},
"test_ftp_read_write_operations_dir": {
"help": "FTP URL to test write/read operations",
"value": "\"/test\""
}
}
}