samples: add FP formatting to all samples that require it

Samples that include floating-point format specifications may need
cbprintf FP support.  Make sure it's available.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
Peter Bigot 2020-11-16 09:09:47 -06:00 committed by Maureen Helm
commit 56048bb500
41 changed files with 41 additions and 0 deletions

View file

@ -3,3 +3,4 @@ CONFIG_BT_DEBUG_LOG=y
CONFIG_BT_CENTRAL=y
CONFIG_BT_SMP=y
CONFIG_BT_GATT_CLIENT=y
CONFIG_CBPRINTF_FP_SUPPORT=y