zephyr/lib/libc
Stephanos Ioannidis b8d4a31abd lib: libc: picolibc: Initialise libc heap during POST_KERNEL phase
This commit changes the invocation of the picolibc 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
..
arcmwdt lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
armstdc lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
minimal lib: libc: minimal: Initialise libc heap during POST_KERNEL phase 2022-07-06 10:46:39 +02:00
newlib lib: libc: newlib: Initialise libc heap during POST_KERNEL phase 2022-07-06 10:46:39 +02:00
picolibc lib: libc: picolibc: Initialise libc heap during POST_KERNEL phase 2022-07-06 10:46:39 +02:00
CMakeLists.txt lib/libc: Add picolibc support (aarch32, aarch64 and RISC-V) [v21] 2022-06-22 13:15:55 +02:00
Kconfig libc: minimal: add strerror and strerror_r function 2022-07-04 22:53:36 +02:00