Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
configs/Thread_SLIP_Atmel_RF.json
- Committer:
- mbed_official
- Date:
- 2017-03-16
- Revision:
- 2:1411fd11ccdd
- Parent:
- 0:85f4174a8e29
- Child:
- 9:41a6124c66fb
File content as of revision 2:1411fd11ccdd:
{
"config": {
"heap-size": {
"help": "The amount of static RAM to reserve for nsdynmemlib heap",
"value": 50000
},
"radio-type":{
"help": "options are ATMEL, MCR20",
"value": "ATMEL"
},
"backhaul-driver": {
"help": "options are ETH, SLIP",
"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-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": "0x00000001",
"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": "\"abcdefghijklmno\"",
"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}",
"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.features_add": ["NANOSTACK", "COMMON_PAL", "THREAD_BORDER_ROUTER"],
"target.features_remove": ["LWIP"],
"mbed-trace.enable": 1,
"nanostack.configuration": "thread_border_router",
"platform.stdio-convert-newlines": true,
"platform.stdio-baud-rate": 115200
},
"K64F": {
"LED": "LED_GREEN",
"SERIAL_TX": "PTE0",
"SERIAL_RX": "PTE1",
"SERIAL_CTS": "PTE2",
"SERIAL_RTS": "PTE3"
},
"K66F": {
"LED": "LED_GREEN"
}
}
}