Skip to content

Commit

Permalink
Modified user trim default values.
Browse files Browse the repository at this point in the history
  • Loading branch information
radhika-raghavendran committed Nov 9, 2016
1 parent 63f5c97 commit d637f6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
8 changes: 0 additions & 8 deletions targets/TARGET_ONSEMI/TARGET_NCS36510/ncs36510_user_trim.json

This file was deleted.

14 changes: 7 additions & 7 deletions targets/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2329,28 +2329,28 @@
"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",
"value": "0x3D"
},
"txtune-trim": {
"help": "TX tune trim",
"value": "0x12"
"value": "0xFFFFFFFF"
}
},
"post_binary_hook": {"function": "NCS36510TargetCode.ncs36510_addfib"},
Expand Down

0 comments on commit d637f6d

Please sign in to comment.