Skip to content

Commit d09f66b

Browse files
paul-szczepanek-arm0xc0170
authored andcommitted
move config to nordic ll
1 parent 900ad78 commit d09f66b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
{
2-
"name": "cordio-controller",
2+
"name": "cordio-ll",
33
"config": {
4-
"uart-hci": {
5-
"help": "Does the board have a UART HCI. Valid values are 0 (need to provide your own HCI driver) and 1 (HCI trhough UART).",
6-
"value": 0,
7-
"macro_name": "CHCI_TR_UART"
8-
},
94
"handle-vendor-specific-hci-commands": {
105
"help": "Handle VS HCI commands. Valid values are 0 (ignore) and 1 (handle).",
116
"value": 0,
127
"macro_name": "LHCI_ENABLE_VS"
138
}
14-
159
}
1610
}

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/mbed_lib.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"name": "cordio-nordic-ll",
3+
"config": {
4+
"uart-hci": {
5+
"help": "Does the board have a UART HCI. Valid values are 0 (need to provide your own HCI driver) and 1 (HCI trhough UART).",
6+
"value": 0,
7+
"macro_name": "CHCI_TR_UART"
8+
}
9+
},
310
"macros": [
411
"INIT_BROADCASTER", "INIT_OBSERVER", "INIT_CENTRAL", "INIT_PERIPHERAL", "INIT_ENCRYPTED", "LHCI_ENABLE_VS=0", "BB_CLK_RATE_HZ=1000000"
512
]

0 commit comments

Comments
 (0)