mirror of
https://github.com/elua/elua.git
synced 2025-01-25 01:02:54 +08:00
7f7315adfd
LPC2888 board. The allocator used is dlmalloc, just as in Newlib, but it's a newer version than can handle non-contiguous memory spaces (2.8.3, as opposed to 2.6.4 in Newlib 1.16.0, I really have no idea why they're using such an ancient version of dlmalloc). To use it add "allocator=multiple" to your scons command line (default for LPC2888).