Skip to content

Commit bf6c2fc

Browse files
keith-packardcfriedt
authored andcommitted
samples/bluetooth/hci_ipc: Reduce printf size
When using picolibc before 1.8.5, the only way to get 'long long' support was to use the full version, including floating point support. This is too large for this testcase. Reduce the size of the printf code by switching to the version without 64-bit integer support. This allows the test to pass when using older picolibc versions, such as that included with SDK version 0.16.3. Signed-off-by: Keith Packard <[email protected]>
1 parent 23408ac commit bf6c2fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/bluetooth/hci_ipc/nrf5340_cpunet_iso-bt_ll_sw_split.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ CONFIG_MAIN_STACK_SIZE=512
77
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
88
CONFIG_IPC_SERVICE_BACKEND_RPMSG_WQ_STACK_SIZE=512
99
CONFIG_HEAP_MEM_POOL_SIZE=8192
10+
CONFIG_CBPRINTF_REDUCED_INTEGRAL=y
1011

1112
CONFIG_BT=y
1213
CONFIG_BT_HCI_RAW=y

0 commit comments

Comments
 (0)