Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,6 @@ CONFIG_BT_ID_MAX=3
CONFIG_BT_CTLR_SDC_LLPM=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y

# Workaround for the MPSL assert issue.
# This assert occurs when the HFCLK is not ready within the timeframe expected by MPSL.
CONFIG_MPSL_USE_EXTERNAL_CLOCK_CONTROL=y

# External FLASH is not used by the application. Disable the driver.
CONFIG_SPI_NOR=n

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ CONFIG_BT_ID_MAX=3
CONFIG_BT_CTLR_SDC_LLPM=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y

# Workaround for the MPSL assert issue.
# This assert occurs when the HFCLK is not ready within the timeframe expected by MPSL.
CONFIG_MPSL_USE_EXTERNAL_CLOCK_CONTROL=y

# External FLASH is not used by the application. Disable the driver.
CONFIG_SPI_NOR=n

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ CONFIG_BT_ID_MAX=3
CONFIG_BT_CTLR_SDC_LLPM=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y

# Workaround for the MPSL assert issue.
# This assert occurs when the HFCLK is not ready within the timeframe expected by MPSL.
CONFIG_MPSL_USE_EXTERNAL_CLOCK_CONTROL=y

# External FLASH is not used by the application. Disable the driver.
CONFIG_SPI_NOR=n

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ CONFIG_BT_ID_MAX=3
CONFIG_BT_CTLR_SDC_LLPM=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y

# Workaround for the MPSL assert issue.
# This assert occurs when the HFCLK is not ready within the timeframe expected by MPSL.
CONFIG_MPSL_USE_EXTERNAL_CLOCK_CONTROL=y

# External FLASH is not used by the application. Disable the driver.
CONFIG_SPI_NOR=n

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,6 @@ CONFIG_BT_ID_MAX=3
CONFIG_BT_CTLR_SDC_LLPM=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y

# Workaround for the MPSL assert issue.
# This assert occurs when the HFCLK is not ready within the timeframe expected by MPSL.
CONFIG_MPSL_USE_EXTERNAL_CLOCK_CONTROL=y

# External FLASH is not used by the application. Disable the driver.
CONFIG_SPI_NOR=n

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,6 @@ CONFIG_BT_ID_MAX=3
CONFIG_BT_CTLR_SDC_LLPM=y
CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y

# Workaround for the MPSL assert issue.
# This assert occurs when the HFCLK is not ready within the timeframe expected by MPSL.
CONFIG_MPSL_USE_EXTERNAL_CLOCK_CONTROL=y

# External FLASH is not used by the application. Disable the driver.
CONFIG_SPI_NOR=n

Expand Down
Loading