Simple tool to copy a file into a fat filesystem image. As of now, there's no partition support, so it is expecting FAT file system to start at offset 0.
ff.c, ff.h, ffconf.h, and diskio.h all come from FatFs. This made this tool super easy to write...