commit | 43e1c28a2525c9c419737863863f11fc9f1f8fa2 | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Wed Jul 06 03:52:44 2022 +0900 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Wed Jul 06 10:46:39 2022 +0200 |
tree | 12355dc24fe96d562e38057fef0bda4661657b77 | |
parent | db0748c46222f4ee6d62b44aaa3013f14ed89af1 [diff] |
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>