Skip to content

Commit 0424853

Browse files
author
Arto Kinnunen
committed
Remove support for Slip-backhaul driver
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.
1 parent 8e55d0b commit 0424853

10 files changed

+7
-87
lines changed

configs/6lowpan_Atmel_RF.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"value": "ATMEL"
66
},
77
"backhaul-driver": {
8-
"help": "options are ETH, SLIP, EMAC, CELL",
8+
"help": "options are ETH, EMAC, CELL",
99
"value": "EMAC"
1010
},
1111
"mesh-mode": {

configs/6lowpan_Spirit1_RF.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"value": "SPIRIT1"
66
},
77
"backhaul-driver": {
8-
"help": "options are ETH, SLIP, EMAC, CELL",
8+
"help": "options are ETH, EMAC, CELL",
99
"value": "EMAC"
1010
},
1111
"mesh-mode": {

configs/Thread_Atmel_RF.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"value": "ATMEL"
66
},
77
"backhaul-driver": {
8-
"help": "options are ETH, SLIP, EMAC, CELL",
8+
"help": "options are ETH, EMAC, CELL",
99
"value": "EMAC"
1010
},
1111
"mesh-mode": {

configs/Thread_SLIP_Atmel_RF.json

Lines changed: 0 additions & 78 deletions
This file was deleted.

configs/Wisun_Stm_s2lp_RF.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"value": "S2LP"
66
},
77
"backhaul-driver": {
8-
"help": "options are ETH, SLIP, EMAC, CELL",
8+
"help": "options are ETH, EMAC, CELL",
99
"value": "EMAC"
1010
},
1111
"mesh-mode": {

configs/Wisun_Stm_s2lp_RF_cell.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"value": "S2LP"
66
},
77
"backhaul-driver": {
8-
"help": "options are ETH, SLIP, EMAC, CELL",
8+
"help": "options are ETH, EMAC, CELL",
99
"value": "CELL"
1010
},
1111
"mesh-mode": {

configs/Wisun_Stm_s2lp_RF_lab.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"value": "S2LP"
66
},
77
"backhaul-driver": {
8-
"help": "options are ETH, SLIP, EMAC, CELL",
8+
"help": "options are ETH, EMAC, CELL",
99
"value": "EMAC"
1010
},
1111
"mesh-mode": {

drivers/sal-stack-nanostack-slip.lib

Lines changed: 0 additions & 1 deletion
This file was deleted.

mbed_app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"value": "ATMEL"
66
},
77
"backhaul-driver": {
8-
"help": "options are ETH, SLIP, EMAC",
8+
"help": "options are ETH, EMAC",
99
"value": "EMAC"
1010
},
1111
"mesh-mode": {

source/border_router_main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "mbed.h"
99
#include "borderrouter_tasklet.h"
1010
#include "drivers/eth_driver.h"
11-
#include "sal-stack-nanostack-slip/Slip.h"
1211

1312
#include "Nanostack.h"
1413
#include "NanostackEthernetInterface.h"

0 commit comments

Comments
 (0)