-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10666 from ARMmbed/feature-nrf52-sdk15
Nordic SDK v15 Update
- Loading branch information
Showing
856 changed files
with
126,645 additions
and
81,106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
55 changes: 55 additions & 0 deletions
55
features/FEATURE_BLE/targets/TARGET_CORDIO_LL/mbed_lib.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"name": "cordio-ll", | ||
"config": { | ||
"max-advertising-sets": { | ||
"help": "Maximum number of advertising sets.", | ||
"value": 4 | ||
}, | ||
"max-advertising-reports": { | ||
"help": "Maximum number of pending legacy or extended advertising reports.", | ||
"value": 8 | ||
}, | ||
"default-extended-advertising-fragmentation-size": { | ||
"help": "Default extended advertising data fragmentation size.", | ||
"value": 64 | ||
}, | ||
"max-scan-request-events": { | ||
"help": "Maximum scan request received events.", | ||
"value": 4 | ||
}, | ||
"phy-2m-support": { | ||
"help": "2M PHY supported.", | ||
"value": 1 | ||
}, | ||
"rx-buffers": { | ||
"help": "Default number of receive buffers.", | ||
"value": 8 | ||
}, | ||
"phy-coded-support": { | ||
"help": "Coded PHY supported.", | ||
"value": 0 | ||
}, | ||
"extended-advertising-size": { | ||
"help": "Maximum extended advertising data (and scan data response) size", | ||
"value": 128 | ||
}, | ||
"max-acl-size": { | ||
"help": "Maximum ACL buffer size", | ||
"value": 256 | ||
}, | ||
"tx-buffers": { | ||
"help": "Default number of send buffers", | ||
"value": 8 | ||
}, | ||
"handle-vendor-specific-hci-commands": { | ||
"help": "Handle VS HCI commands. Valid values are 0 (ignore) and 1 (handle).", | ||
"value": 0, | ||
"macro_name": "LHCI_ENABLE_VS" | ||
}, | ||
"uart-hci": { | ||
"help": "Does the board have a UART HCI. Valid values are 0 and 1 (must provide UART through PAL).", | ||
"value": 0, | ||
"macro_name": "CHCI_TR_UART" | ||
} | ||
} | ||
} |
Oops, something went wrong.