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 <keithp@keithp.com>
This commit is contained in:
parent
23408ac538
commit
bf6c2fcde8
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ CONFIG_MAIN_STACK_SIZE=512
|
|||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=512
|
||||
CONFIG_IPC_SERVICE_BACKEND_RPMSG_WQ_STACK_SIZE=512
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=8192
|
||||
CONFIG_CBPRINTF_REDUCED_INTEGRAL=y
|
||||
|
||||
CONFIG_BT=y
|
||||
CONFIG_BT_HCI_RAW=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue