commit | be5ae06af7b0602de88f36ae064c10d1ffdee322 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@foss.st.com> | Mon Sep 26 17:59:36 2022 +0200 |
committer | Patrice Chotard <patrice.chotard@foss.st.com> | Tue Sep 27 10:41:02 2022 +0200 |
tree | 9997d1fdc33a8df435abffe4402f01764880987f | |
parent | bd84c6f1a075752108f8c799ba546ff21b2b2018 [diff] |
configs: increase SYS_MALLOC_F_LEN for STM32 MCU's board Some STM32 MCU's board need their SYS_MALLOC_F_LEN value enlarged to avoid the "alloc space exhausted" error message during their boot process. Use the default SYS_MALLOC_F_LEN value which is set to 0x2000 in Kconfig. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>