configs: increase SYS_MALLOC_F_LEN for STM32 MCU's board
authorPatrice Chotard <patrice.chotard@foss.st.com>
Mon, 26 Sep 2022 15:59:36 +0000 (17:59 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 27 Sep 2022 08:41:02 +0000 (10:41 +0200)
commit762d410e0db94c41b8d7f1ec85e47f7474655ad8
tree9997d1fdc33a8df435abffe4402f01764880987f
parent2b5dee9485eb52875df801a414838d75b000604d
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>
12 files changed:
configs/stm32746g-eval_defconfig
configs/stm32746g-eval_spl_defconfig
configs/stm32f429-discovery_defconfig
configs/stm32f429-evaluation_defconfig
configs/stm32f469-discovery_defconfig
configs/stm32f746-disco_defconfig
configs/stm32f746-disco_spl_defconfig
configs/stm32f769-disco_defconfig
configs/stm32f769-disco_spl_defconfig
configs/stm32h743-disco_defconfig
configs/stm32h743-eval_defconfig
configs/stm32h750-art-pi_defconfig