# GhostFAT
A fake FAT file system for use with USB Mass Storage Device drivers, based entirely on others hard work.
Derived from:
- [@cs2dsb's stm32-usb.rs](https://github.com/cs2dsb/stm32-usb.rs/blob/master/firmware/usb_bootloader/src/ghost_fat.rs)
- [@lupyen's bluepill-bootloader](https://github.com/lupyuen/bluepill-bootloader/blob/master/src/ghostfat.c)
## Status
## Resources
- https://en.wikipedia.org/wiki/Design_of_the_FAT_file_system
- https://teslabs.com/openplayer/docs/docs/prognotes/appnote_fat16.pdf