Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for FAT formatted uSD card over SPI #5

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

finger563
Copy link
Contributor

@finger563 finger563 commented Nov 21, 2022

  • Updated to have menuconfig allow selection between LittleFS and FAT (uSD) over SPI for storage

This will make it easier to add roms / images using uSD instead of having to flash them over serial into the on-board flash. Because uSD is much larger (in this case 8GB vs 16 MB), this will enable many more roms, images, and (critically) save states. It also means that adding new roms does not take the long time it currently takes to flash a 8 MB partition to the on-board flash. Additionally, this means that more of the on-board flash can be devoted to emulators :)

CleanShot 2022-11-21 at 16 19 28

@finger563 finger563 merged commit bf2fb32 into main Nov 21, 2022
@finger563 finger563 deleted the feature/uSD-support branch November 21, 2022 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant