Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def toolchains = [
def configurations = [
LOWPAN: "6lowpan_Atmel_RF.json",
THREAD: "Thread_Atmel_RF.json",
THREAD_SLIP: "Thread_SLIP_Atmel_RF.json",
WI_SUN: "Wisun_Stm_s2lp_RF.json"
]

Expand Down
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