File tree Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "config" : {
3
+ "header-file" : {
4
+ "help" : " String for including your driver header file" ,
5
+ "value" : " \" EthernetInterface.h\" "
6
+ },
7
+ "object-construction" : {
8
+ "value" : " new EthernetInterface()"
9
+ },
10
+ "connect-statement" : {
11
+ "help" : " Must use 'net' variable name" ,
12
+ "value" : " ((EthernetInterface *)net)->connect()"
13
+ },
14
+ "echo-server-addr" : {
15
+ "help" : " IP address of echo server" ,
16
+ "value" : " \" 195.34.89.241\" "
17
+ },
18
+ "echo-server-port" : {
19
+ "help" : " Port of echo server" ,
20
+ "value" : " 7"
21
+ },
22
+ "tcp-echo-prefix" : {
23
+ "help" : " Some servers send a prefix before echoed message" ,
24
+ "value" : " \" u-blox AG TCP/UDP test service\\ n\" "
25
+ }
26
+ },
27
+ "target_overrides" : {
28
+ "UBLOX_EVK_ODIN_W2" : {
29
+ "target.device_has_remove" : [" EMAC" ]
30
+ }
31
+ }
32
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"ETHERNET" : " EthernetInterface.json" ,
3
- "ODIN_WIFI" : " OdinInterface.json"
3
+ "ODIN_WIFI" : " OdinInterface.json" ,
4
+ "ODIN_ETHERNET" : " Odin_EthernetInterface.json"
4
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"UBLOX_EVK_ODIN_W2" : {
3
- "default_test_configuration" : " ETHERNET " ,
4
- "test_configurations" : [" ODIN_WIFI" , " ETHERNET " ]
3
+ "default_test_configuration" : " ODIN_ETHERNET " ,
4
+ "test_configurations" : [" ODIN_WIFI" , " ODIN_ETHERNET " ]
5
5
},
6
6
"K64F" : {
7
7
"default_test_configuration" : " ETHERNET" ,
You can’t perform that action at this time.
0 commit comments