Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applications: nrf_desktop: Fix Kconfig warning for SW Split LL #20490

Merged
merged 1 commit into from
Feb 20, 2025
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 @@ -103,10 +103,6 @@ CONFIG_BT_MAX_PAIRED=2
CONFIG_BT_ID_MAX=3
CONFIG_BT_LL_SW_SPLIT=y

# Optimize Bluetooth controller for size to reduce memory consumption
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_OPTIMIZE_FOR_SIZE=y

CONFIG_BT_ATT_TX_COUNT=4
CONFIG_BT_CONN_TX_MAX=4
# Reduce memory footprint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ CONFIG_BT_MAX_PAIRED=2
CONFIG_BT_ID_MAX=3
CONFIG_BT_LL_SW_SPLIT=y

# Optimize Bluetooth controller for size to reduce memory consumption
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_OPTIMIZE_FOR_SIZE=y

CONFIG_BT_ATT_TX_COUNT=4
CONFIG_BT_CONN_TX_MAX=4
# Reduce memory footprint
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ CONFIG_USB_NRFX_EVT_QUEUE_SIZE=16
CONFIG_BT_PRIVACY=y
CONFIG_BT_LL_SW_SPLIT=y

# Optimize Bluetooth controller for size to reduce memory consumption
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_OPTIMIZE_FOR_SIZE=y

CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
CONFIG_BT_ATT_TX_COUNT=6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ CONFIG_USB_NRFX_EVT_QUEUE_SIZE=30
CONFIG_BT_PRIVACY=y
CONFIG_BT_LL_SW_SPLIT=y

# Optimize Bluetooth controller for size to reduce memory consumption
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_OPTIMIZE_FOR_SIZE=y

CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
CONFIG_BT_ATT_TX_COUNT=6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ CONFIG_USB_NRFX_EVT_QUEUE_SIZE=16
CONFIG_BT_PRIVACY=y
CONFIG_BT_LL_SW_SPLIT=y

# Optimize Bluetooth controller for size to reduce memory consumption
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_OPTIMIZE_FOR_SIZE=y

CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
CONFIG_BT_ATT_TX_COUNT=6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ CONFIG_USB_NRFX_EVT_QUEUE_SIZE=30
CONFIG_BT_PRIVACY=y
CONFIG_BT_LL_SW_SPLIT=y

# Optimize Bluetooth controller for size to reduce memory consumption
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_OPTIMIZE_FOR_SIZE=y

CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
CONFIG_BT_ATT_TX_COUNT=6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ CONFIG_USB_NRFX_EVT_QUEUE_SIZE=16
CONFIG_BT_PRIVACY=y
CONFIG_BT_LL_SW_SPLIT=y

# Optimize Bluetooth controller for size to reduce memory consumption
CONFIG_BT_CTLR_ADVANCED_FEATURES=y
CONFIG_BT_CTLR_OPTIMIZE_FOR_SIZE=y

CONFIG_BT_BUF_ACL_TX_SIZE=35
CONFIG_BT_CTLR_DATA_LENGTH_MAX=35
CONFIG_BT_ATT_TX_COUNT=6
Expand Down