forked from PelionIoT/nanostack-border-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Thread_SLIP_Atmel_RF.json
76 lines (76 loc) · 2.79 KB
/
Thread_SLIP_Atmel_RF.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"config": {
"heap-size": {
"help": "The amount of static RAM to reserve for nsdynmemlib heap",
"value": 65535
},
"radio-type":{
"help": "options are ATMEL, MCR20",
"value": "ATMEL"
},
"backhaul-driver": {
"help": "options are ETH, SLIP, EMAC",
"value": "SLIP"
},
"mesh-mode": {
"help": "Mesh networking mode. Options are LOWPAN_ND and THREAD",
"value": "THREAD"
},
"backhaul-mac-src": {
"help": "Where to get EUI48 address. Options are BOARD, CONFIG",
"value": "BOARD"
},
"backhaul-mld": {
"help": "Enable proxying Multicast Listener Discovery messages to backhaul network",
"value": "false"
},
"backhaul-mac": "{0x02, 0x00, 0x00, 0x00, 0x00, 0x01}",
"slip_hw_flow_control": "true",
"slip_serial_baud_rate": "921600",
"rf-channel": 22,
"rf-channel-page": 0,
"rf-channel-mask": "0x07fff800",
"debug-trace": 1,
"backhaul-dynamic-bootstrap": true,
"backhaul-prefix": "\"fd00:300::\"",
"backhaul-next-hop": "\"fe80::1\"",
"backhaul-default-route": "\"::/0\"",
"commissioning-dataset-timestamp": "0x00010000",
"pan-id": "0x0700",
"extended-pan-id": "{0xf1, 0xb5, 0xa1, 0xb2,0xc4, 0xd5, 0xa1, 0xbd }",
"mesh-local-prefix": "{0xfd, 0x0, 0x0d, 0xb8, 0x0, 0x0, 0x0, 0x0}",
"network-name": "\"Thread Network\"",
"pskd": "\"ABCDEFGH\"",
"pskc": "{0xc8, 0xa6, 0x2e, 0xae, 0xf3, 0x68, 0xf3, 0x46, 0xa9, 0x9e, 0x57, 0x85, 0x98, 0x9d, 0x1c, 0xd0}",
"thread-master-key": "{0x10, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xaa, 0xbb, 0xcc, 0xdd, 0xee, 0xff}",
"thread-use-static-link-config": true,
"thread-security-policy": 255,
"LED": "NC",
"SERIAL_TX": "NC",
"SERIAL_RX": "NC",
"SERIAL_CTS": "NC",
"SERIAL_RTS": "NC"
},
"macros": ["MBEDTLS_USER_CONFIG_FILE=\"source/mbedtls_thread_config.h\"", "ATMEL_SPI_RST=PTD4"],
"target_overrides": {
"*": {
"target.network-default-interface-type": "ETHERNET",
"nsapi.default-stack": "NANOSTACK",
"mbed-trace.enable": 1,
"nanostack.configuration": "thread_border_router",
"platform.stdio-convert-newlines": true,
"platform.stdio-baud-rate": 115200,
"mbed-mesh-api.use-malloc-for-heap": true
},
"K64F": {
"LED": "LED_GREEN",
"SERIAL_TX": "PTE0",
"SERIAL_RX": "PTE1",
"SERIAL_CTS": "PTE2",
"SERIAL_RTS": "PTE3"
},
"K66F": {
"LED": "LED_GREEN"
}
}
}