ArduinoCore-mbed
ArduinoCore-mbed copied to clipboard
Add `SDRAM.realloc()`
SDRAM currently supports malloc() and free(), but doesn't support realloc().
Would it be possible to add it?