Browse Source
When using malloc and free there were out-of-memory situations depending on the arm-none-eabi package version. This commit changes malloc/free to use the MicroPython GC heap instead. Signed-off-by: robert-hh <robert@hammelrath.com> Signed-off-by: Damien George <damien@micropython.org>pull/12647/head
robert-hh
1 year ago
committed by
Damien George
2 changed files with 5 additions and 7 deletions
Loading…
Reference in new issue