test: lib: cbprintf_fp: boards : add nucleo_c031c6.conf

add boards/nucleo_c031c6.conf with
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=4096
to avoid twister issue due to a too low heap size on the co31c6

Signed-off-by: Marc Desvaux <marc.desvaux-ext@st.com>
This commit is contained in:
Marc Desvaux 2023-03-24 09:29:47 +01:00 committed by Carles Cufí
parent 30efd04060
commit 9710b265fc

View file

@ -0,0 +1 @@
CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=4096