zephyr/lib/libc/newlib
Stephanos Ioannidis 43e1c28a25 lib: libc: newlib: Initialise libc heap during POST_KERNEL phase
This commit changes the invocation of the newlib malloc heap
initialisation function such that it is executed during the POST_KERNEL
phase instead of the APPLICATION phase.

This is necessary in order to ensure that the application
initialisation functions (i.e. the functions called during the
APPLICATIION phase) can make use of the libc heap.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
2022-07-06 10:46:39 +02:00
..
include
CMakeLists.txt cmake: newlib linking flags -lc and -lgcc circular dependency 2021-01-20 09:25:38 -05:00
libc-hooks.c lib: libc: newlib: Initialise libc heap during POST_KERNEL phase 2022-07-06 10:46:39 +02:00