Skip to content

Commit 6a93f29

Browse files
author
Arto Kinnunen
authored
Configuration for border router testing (#225)
Create configurations for border router testing. Testable border routers can be compiled using targets: -K64F_STATIC_BR -DISCO_F769NI_STATIC_BR
1 parent 99df8e2 commit 6a93f29

File tree

4 files changed

+44
-0
lines changed

4 files changed

+44
-0
lines changed

configs/6lowpan_Atmel_RF.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,19 @@
8787
"kinetis-emac.tx-ring-len":4,
8888
"kinetis-emac.rx-ring-len":4
8989
},
90+
"K64F_STATIC_BR": {
91+
"LED": "LED_GREEN",
92+
"SERIAL_TX": "PTE0",
93+
"SERIAL_RX": "PTE1",
94+
"SERIAL_CTS": "PTE2",
95+
"SERIAL_RTS": "PTE3",
96+
"kinetis-emac.tx-ring-len":4,
97+
"kinetis-emac.rx-ring-len":4,
98+
"debug-trace": "true",
99+
"pan-id": "0xABBA",
100+
"rf-channel": 17,
101+
"mbed-mesh-api.heap-size": 100000
102+
},
90103
"K66F": {
91104
"LED": "LED_GREEN",
92105
"kinetis-emac.tx-ring-len":4,

configs/Thread_Atmel_RF.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,19 @@
7575
"LED": "LED_GREEN",
7676
"kinetis-emac.tx-ring-len":4,
7777
"kinetis-emac.rx-ring-len":4
78+
},
79+
"K64F_STATIC_BR": {
80+
"LED": "LED_GREEN",
81+
"SERIAL_TX": "PTE0",
82+
"SERIAL_RX": "PTE1",
83+
"SERIAL_CTS": "PTE2",
84+
"SERIAL_RTS": "PTE3",
85+
"kinetis-emac.tx-ring-len":4,
86+
"kinetis-emac.rx-ring-len":4,
87+
"rf-channel": 26,
88+
"debug-trace": true,
89+
"pan-id": "0xBAAB",
90+
"mbed-mesh-api.heap-size": 100000
7891
}
7992
}
8093
}

configs/Wisun_Stm_s2lp_RF.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,16 @@
8383
"K66F": {
8484
"kinetis-emac.tx-ring-len":4,
8585
"kinetis-emac.rx-ring-len":4
86+
},
87+
"K64F_STATIC_BR": {
88+
"kinetis-emac.tx-ring-len":4,
89+
"kinetis-emac.rx-ring-len":4,
90+
"network-name": "\"ARM-WS-LAB-NWK\"",
91+
"mbed-mesh-api.heap-size": 100000
92+
},
93+
"DISCO_F769NI_STATIC_BR": {
94+
"network-name": "\"ARM-WS-LAB-NWK\"",
95+
"mbed-mesh-api.heap-size": 100000
8696
}
8797
}
8898
}

custom_targets.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"DISCO_F769NI_STATIC_BR": {
3+
"inherits" : ["DISCO_F769NI"]
4+
},
5+
"K64F_STATIC_BR": {
6+
"inherits" : ["K64F"]
7+
}
8+
}

0 commit comments

Comments
 (0)