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 disk storage support (SD cards) #2584

Merged
merged 8 commits into from
Nov 15, 2022
Merged

Commits on Nov 14, 2022

  1. Add 64-bit support for Storage Devices, Partitions and files

    Controlled using `ENABLE_STORAGE_SIZE64` and `ENABLE_FILE_SIZE64` build variables
    mikee47 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    b91b3ab View commit details
    Browse the repository at this point in the history
  2. Fix Rp2040 error re. missing __wrap___ctzsi2 function

    `gcc` library required
    mikee47 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    8c09d41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71a6215 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c5a063 View commit details
    Browse the repository at this point in the history
  5. Add LittleFS block device support

    Implement `sync()`,  allow `format` to be called without first mounting volume.
    mikee47 committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    70df0a4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4d612e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    283aef5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d08908 View commit details
    Browse the repository at this point in the history