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

Add BFSv1 (ByteFrost Filesystem version 1) config file support to SD Card Arduino #6

Open
ron-keidar opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ron-keidar
Copy link
Collaborator

Task Description: The ByteFrost Filesystem version 1 specifies that the used SD card should use the FAT16/32 filesystem and contain the following files:

SD_card/
    {ByteFrost disk file(s)} 
        #    can have more than one
    bf.con
        #    file that contains only the name of used bytefrost disk file

The bf.con file is used to allow the SD card to contain multiple ByteFrost disk files (for ease-of-use). At present, this feature is ignored by the SD Card Arduino - it only looks for a ByteFrost disk file called "disk" and if this is not found, it breaks.

Task details:

  1. Add support for the bf.con file in the SD card Arduino.
  2. Clean the SD card Arduino code.
@ron-keidar ron-keidar added the enhancement New feature or request label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants