Hi,
In your documentation it's written:
"If you’re looking for something from the C standard library (like atoi(), for instance): the CodeSourcery GCC compiler used to compile your programs is configured to link against newlib, and allows the use of any of its header files. However, dynamic memory allocation (malloc(), etc.) is not available."
I'm migrating some arduino libraries(spieeprom, XBee and DB that'll use an SPI EEPROM) to maple and I'd like to know why malloc/free is not "implemented" on maple.
Thanks,
Wagner Sartori Junior