Closed
Description
The ROM provides versions of memcpy, memmove, and other standard C lib routines. Verify their functionality and then remove the copies present in the libc.a library to save program space.
Note that these libc.a versions are not stored in IRAM presently, so it is technically illegal to call them from an interrupt routine. The ROM versions have no such problem.