Skip to content

Commit 4ad6817

Browse files
committed
samples: Bluetooth: hci_ipc: Use LTO when building ISO features
Use Link Time Optimisation (LTO) when building Controller with Isochronous channels support. nRF53x SoCs has 256KB flash and using speed optimisation, which is the default today, overflows flash when adding new features related to ISO support. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
1 parent dc75f01 commit 4ad6817

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ CONFIG_IPC_SERVICE_BACKEND_RPMSG_WQ_STACK_SIZE=512
99
CONFIG_HEAP_MEM_POOL_SIZE=8192
1010
CONFIG_CBPRINTF_REDUCED_INTEGRAL=y
1111

12+
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
13+
CONFIG_LTO=y
14+
1215
CONFIG_BT=y
1316
CONFIG_BT_HCI_RAW=y
1417
CONFIG_BT_MAX_CONN=2

0 commit comments

Comments
 (0)