commit | 762d410e0db94c41b8d7f1ec85e47f7474655ad8 | [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 | 2b5dee9485eb52875df801a414838d75b000604d [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>