mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
09ac410a02
This takes care of my LPC2888 board (any many other board out there) that have RAM both on the CPU itself and on a separate chip. To use it add "allocator=tlsf" to your scons build command. Even though the code for all the platform was modified, the new code should not modify the "old" allocator behaviour. Also added a new "mem" command to the shell, it gives information about the current RAM state (total, used, free). NOT YET TESTED !!! So use with care.