Skip to content

Commit

Permalink
Bluetooth: controller: split: nRF: Use ticker compat mode as default
Browse files Browse the repository at this point in the history
Use the old ticker compatibility mode implementation as
default for nRF5x Series SoCs.

Fixes zephyrproject-rtos#22926.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
  • Loading branch information
cvinayak authored and jhedberg committed Feb 21, 2020
1 parent 8dec1be commit a749e28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subsys/bluetooth/controller/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ config BT_LLL_VENDOR_NORDIC
select BT_CTLR_SCHED_ADVANCED_SUPPORT
select BT_CTLR_TIFS_HW_SUPPORT

# Until ticker resolve collision is fixed for skipped ticker catch-up
# issue, use the old compatibility mode
select BT_TICKER_COMPATIBILITY_MODE

default y
help
Use Nordic Lower Link Layer implementation.
Expand Down

0 comments on commit a749e28

Please sign in to comment.