mirror of https://github.com/ARMmbed/mbed-os.git
Modified user trim default values.
parent
63f5c9781d
commit
d637f6d3ad
|
@ -1,8 +0,0 @@
|
|||
{
|
||||
"mac-addr-low": "0x12345678",
|
||||
"mac-addr-high": "0xACDE48EF",
|
||||
"32KHz-clk-trim": "0x3A",
|
||||
"32MHz-clk-trim": "0x16",
|
||||
"rssi-trim": "0x3D",
|
||||
"txtune-trim": "0x12"
|
||||
}
|
|
@ -2329,20 +2329,20 @@
|
|||
"extra_labels": ["ONSEMI"],
|
||||
"config": {
|
||||
"mac-addr-low": {
|
||||
"help": "Lower 32 bits of the MAC extended address",
|
||||
"value": "0x12345678"
|
||||
"help": "Lower 32 bits of the MAC extended address. All FFs indicates that factory programmed MAC address shall be used. In order to override the factory programmed MAC address this value needs to be changed from 0xFFFFFFFF to any chosen value.",
|
||||
"value": "0xFFFFFFFF"
|
||||
},
|
||||
"mac-addr-high": {
|
||||
"help": "Higher 32 bits of the MAC extended address",
|
||||
"value": "0xACDE4800"
|
||||
"help": "Higher 32 bits of the MAC extended address. All FFs indicates that factory programmed MAC address shall be used. In order to override the factory programmed MAC address this value needs to be changed from 0xFFFFFFFF to any chosen value.",
|
||||
"value": "0xFFFFFFFF"
|
||||
},
|
||||
"32KHz-clk-trim": {
|
||||
"help": "32KHz clock trim",
|
||||
"value": "0x3A"
|
||||
"value": "0x39"
|
||||
},
|
||||
"32MHz-clk-trim": {
|
||||
"help": "32MHz clock trim",
|
||||
"value": "0x16"
|
||||
"value": "0x17"
|
||||
},
|
||||
"rssi-trim": {
|
||||
"help": "RSSI trim",
|
||||
|
@ -2350,7 +2350,7 @@
|
|||
},
|
||||
"txtune-trim": {
|
||||
"help": "TX tune trim",
|
||||
"value": "0x12"
|
||||
"value": "0xFFFFFFFF"
|
||||
}
|
||||
},
|
||||
"post_binary_hook": {"function": "NCS36510TargetCode.ncs36510_addfib"},
|
||||
|
|
Loading…
Reference in New Issue