Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte authored Apr 22, 2022
1 parent 442958a commit 0520a52
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# GhostFAT

A fake FAT file system for use with USB Mass Storage Device drivers, based entirely on others hard work.
A fake FAT file system for use with USB Mass Storage Device drivers, standing on the shoulders of giants:


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)

Expand All @@ -21,4 +19,4 @@ Derived from:

- https://en.wikipedia.org/wiki/Design_of_the_FAT_file_system
- https://teslabs.com/openplayer/docs/docs/prognotes/appnote_fat16.pdf
- https://academy.cba.mit.edu/classes/networking_communications/SD/FAT.pdf
- https://academy.cba.mit.edu/classes/networking_communications/SD/FAT.pdf

0 comments on commit 0520a52

Please sign in to comment.