-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CC26X2X7 Initial support of BLE Rendezvous (#4865)
* CC26X2X7 Initial support of BLE Rendezvous Migrate to the new Texas Instruments CC26X2X7 LaunchPad. This allows concurrent Full Thread Device and BLE operation. This Enables BLE rendezvous on the CC26X2X7. Thanks to Alexander D'Abreu for work on the DMM integration and CHIPoBLE profile development for the TI platform. Co-Authored-by: Alexander D'Abreu <[email protected]> * Restyled by clang-format * Restyled by gn * Restyled by prettier-markdown * fixup doxygen issues * remove commented out code * Update return cases * Removed parens around return values. * Propagated an error if possible. * used assert() macro otherwise. * Restyled by whitespace * Restyled by clang-format * remove unneded TI-POSIX conifg * free correct buffer in error case Co-authored-by: Alexander D'Abreu <[email protected]> Co-authored-by: Restyled.io <[email protected]>
- Loading branch information
1 parent
0708a28
commit e76ed54
Showing
55 changed files
with
3,562 additions
and
223 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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
Oops, something went wrong.