Skip to content

Commit b2fb00e

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 b2fb00e

11 files changed

+7
-88
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def toolchains = [
3232
def configurations = [
3333
LOWPAN: "6lowpan_Atmel_RF.json",
3434
THREAD: "Thread_Atmel_RF.json",
35-
THREAD_SLIP: "Thread_SLIP_Atmel_RF.json",
3635
WI_SUN: "Wisun_Stm_s2lp_RF.json"
3736
]
3837

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": {

0 commit comments

Comments
 (0)