Teensy backend has had alot of updates since I made most of this project. Some of which are breaking.
Some major changes:
SD/FatFS lib have been reworked so my own FATFS implementation is no longer required.
There's also now a memory allocator for external RAM, so I no longer need to use my own.
Probably lots of under the hood changes.
Teensy backend has had alot of updates since I made most of this project. Some of which are breaking.
Some major changes: SD/FatFS lib have been reworked so my own FATFS implementation is no longer required. There's also now a memory allocator for external RAM, so I no longer need to use my own. Probably lots of under the hood changes.