Skip to content

Commit

Permalink
Remove support for Slip-backhaul driver
Browse files Browse the repository at this point in the history
Remove slip-driver support (sal-stack-nanostack-slip) as it is using
deprecated class RawSerial. RawSerial will be replaced with
UnbufferedSerial in Mbed OS 6.
  • Loading branch information
Arto Kinnunen committed Mar 19, 2020
1 parent 8e55d0b commit 0424853
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 87 deletions.
2 changes: 1 addition & 1 deletion configs/6lowpan_Atmel_RF.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"value": "ATMEL"
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC, CELL",
"help": "options are ETH, EMAC, CELL",
"value": "EMAC"
},
"mesh-mode": {
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 @@ -5,7 +5,7 @@
"value": "SPIRIT1"
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC, CELL",
"help": "options are ETH, EMAC, CELL",
"value": "EMAC"
},
"mesh-mode": {
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 @@ -5,7 +5,7 @@
"value": "ATMEL"
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC, CELL",
"help": "options are ETH, EMAC, CELL",
"value": "EMAC"
},
"mesh-mode": {
Expand Down
78 changes: 0 additions & 78 deletions configs/Thread_SLIP_Atmel_RF.json

This file was deleted.

2 changes: 1 addition & 1 deletion configs/Wisun_Stm_s2lp_RF.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"value": "S2LP"
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC, CELL",
"help": "options are ETH, EMAC, CELL",
"value": "EMAC"
},
"mesh-mode": {
Expand Down
2 changes: 1 addition & 1 deletion configs/Wisun_Stm_s2lp_RF_cell.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"value": "S2LP"
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC, CELL",
"help": "options are ETH, EMAC, CELL",
"value": "CELL"
},
"mesh-mode": {
Expand Down
2 changes: 1 addition & 1 deletion configs/Wisun_Stm_s2lp_RF_lab.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"value": "S2LP"
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC, CELL",
"help": "options are ETH, EMAC, CELL",
"value": "EMAC"
},
"mesh-mode": {
Expand Down
1 change: 0 additions & 1 deletion drivers/sal-stack-nanostack-slip.lib

This file was deleted.

2 changes: 1 addition & 1 deletion mbed_app.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"value": "ATMEL"
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC",
"help": "options are ETH, EMAC",
"value": "EMAC"
},
"mesh-mode": {
Expand Down
1 change: 0 additions & 1 deletion source/border_router_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include "mbed.h"
#include "borderrouter_tasklet.h"
#include "drivers/eth_driver.h"
#include "sal-stack-nanostack-slip/Slip.h"

#include "Nanostack.h"
#include "NanostackEthernetInterface.h"
Expand Down

0 comments on commit 0424853

Please sign in to comment.