Skip to content
This repository was archived by the owner on Apr 24, 2019. It is now read-only.

EMAC override to default i/f ethernet #405

Merged
merged 3 commits into from
Jun 6, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions configs/eth_odin_v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"lwip.ipv6-enabled": false,
"mbed-trace.enable": 0
},
"UBLOX_EVK_ODIN_W2": {
"target.device_has_remove": ["EMAC"]
"UBLOX_EVK_ODIN_W2": {
"target.network-default-interface-type": "ETHERNET"
}
}
}
4 changes: 2 additions & 2 deletions configs/eth_odin_v6.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"lwip.ipv6-enabled": true,
"mbed-trace.enable": 0
},
"UBLOX_EVK_ODIN_W2": {
"target.device_has_remove": ["EMAC"]
"UBLOX_EVK_ODIN_W2": {
"target.network-default-interface-type": "ETHERNET"
}
}
}
4 changes: 2 additions & 2 deletions configs/eth_v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"lwip.ipv6-enabled": false,
"mbed-trace.enable": 0
},
"UBLOX_EVK_ODIN_W2": {
"target.device_has_remove": ["EMAC"]
"UBLOX_EVK_ODIN_W2": {
"target.network-default-interface-type": "ETHERNET"
}
}
}
4 changes: 2 additions & 2 deletions configs/eth_v6.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"lwip.ipv6-enabled": true,
"mbed-trace.enable": 0
},
"UBLOX_EVK_ODIN_W2": {
"target.device_has_remove": ["EMAC"]
"UBLOX_EVK_ODIN_W2": {
"target.network-default-interface-type": "ETHERNET"
}
}
}
2 changes: 1 addition & 1 deletion mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"wifi-rx": "PA_12"
},
"UBLOX_EVK_ODIN_W2": {
"target.device_has_remove": ["EMAC"]
"target.network-default-interface-type": "ETHERNET"
},
"UBLOX_C030_U201": {
"lwip.ppp-enabled": true,
Expand Down