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

SD card access and Read Only FAT32 file system support #360

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Nov 30, 2024

  1. Raw SD block write/read test for manual use

    Note that this manual test will corrupt the contents of
    the card so it can only be run manually and will intentionally
    insist that you wilfully insert an SD card before it performs
    any writes to the card. This is to avoid inadvertent data loss.
    alees24 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    fb13067 View commit details
    Browse the repository at this point in the history
  2. Create SD card test

    SD card test checks for the presence of a microSD card in the
    slot, reads and reports the card properties and then proceeds
    to check the contents of a test file `LOREM.IPS` in the root
    directory of a FAT32-formatted card against its internal
    reference.
    
    See the source for directions on how to set up a microSD card
    with a suitable file; set 'emitText' to true on the first run
    and it will emit the sample text with instructions.
    
    Support for Long FileNames.
    alees24 committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    b2bebd3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db37f73 View commit details
    Browse the repository at this point in the history