-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Masha Heller <[email protected]>
- Loading branch information
1 parent
fcee12c
commit d376647
Showing
14 changed files
with
1,082 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
if BOARD_LP_EM_CC2340R5 | ||
|
||
config BT_CTLR | ||
default BT | ||
|
||
if BT | ||
config ZEPHYR | ||
bool "Bluetooth TI Controller on ZEPHYR" | ||
|
||
select BT_CTLR_ADV_EXT_SUPPORT | ||
select BT_CTLR_CHAN_SEL_2_SUPPORT | ||
select BT_CTLR_DTM_HCI_SUPPORT | ||
|
||
help | ||
Bluetooth TI Controller on ZEPHYR OS. | ||
default y | ||
|
||
config BT_HOST_CRYPTO | ||
default y if !BT_HCI_RAW | ||
endif # BT | ||
|
||
endif # BOARD_LP_EM_CC2340R5 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ CONFIG_BT_DEVICE_NAME="test_ext_adv" | |
CONFIG_BT_PERIPHERAL=y | ||
CONFIG_BT_EXT_ADV=y | ||
|
||
CONFIG_ASSERT=y | ||
# CONFIG_ASSERT=y |
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.