The macro MP_FASTCODE is used to explicitly place required functions in iRAM, instead of needing a separate .c file.
This is to keep the top-level directory clean, to make it clear what is core and what is a port, and to allow the repository to grow with new ports in a sustainable way.