ghostfat 0.1.1

Virtual FAT16 file system for embedded USB Mass Storage Device use
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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