Skip to content

Commit

Permalink
Switch to EMAC drivers by default
Browse files Browse the repository at this point in the history
Change JSON files to select EMAC driver, rather than native Nanostack.
This is currently a minor functional regression for K64F - the EMAC
driver doesn't start gracefully if the cable isn't connected.
  • Loading branch information
kjbracey committed May 31, 2018
1 parent f51f929 commit 56d3ffc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/6lowpan_Atmel_RF.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC",
"value": "ETH"
"value": "EMAC"
},
"mesh-mode": {
"help": "Mesh networking mode. Options are LOWPAN_ND and THREAD",
Expand Down
2 changes: 1 addition & 1 deletion configs/6lowpan_Spirit1_RF.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC",
"value": "ETH"
"value": "EMAC"
},
"mesh-mode": {
"help": "Mesh networking mode. Options are LOWPAN_ND and THREAD",
Expand Down
2 changes: 1 addition & 1 deletion configs/Thread_Atmel_RF.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC",
"value": "ETH"
"value": "EMAC"
},
"mesh-mode": {
"help": "Mesh networking mode. Options are LOWPAN_ND and THREAD",
Expand Down
2 changes: 1 addition & 1 deletion mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC",
"value": "ETH"
"value": "EMAC"
},
"mesh-mode": {
"help": "Mesh networking mode. Options are LOWPAN_ND and THREAD",
Expand Down

0 comments on commit 56d3ffc

Please sign in to comment.