pimoroni-pico/micropython/modules/cppmem
Phil Howard bad6a9e8d6 CPPMEM: Reduce fixed C++ heap to 1k.
Removing the use of std::map from LTP305's "dotfont" dramatically reduced init heap usage. Reduce the fixed buffer to account for this.
2023-03-27 15:11:30 +01:00
..
cppmem.c MicroPython: Magic C++ allocator module. 2023-03-24 15:11:07 +00:00
cppmem.cpp CPPMEM: Reduce fixed C++ heap to 1k. 2023-03-27 15:11:30 +01:00
cppmem.h MicroPython: Magic C++ allocator module. 2023-03-24 15:11:07 +00:00
micropython.cmake MicroPython: Magic C++ allocator module. 2023-03-24 15:11:07 +00:00