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 FatFS and FatFSUSB - Wear-Leveled FTL based FAT filesystem for onboard flash #2028

Merged
merged 21 commits into from
Apr 19, 2024

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    bc3b3d7 View commit details
    Browse the repository at this point in the history
  2. Move all to "fatfs" namespace

    The FatFS library defines commonly used names like WORD which could conflict
    with user code otherwise.
    earlephilhower committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    58430f9 View commit details
    Browse the repository at this point in the history
  3. Restyle

    earlephilhower committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    c94a866 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. FTL-based, wear-leveling FatFS with USB export

    Allow using FAT filesystem with onboard flash in a safer, wear-leveled
    way and to export the onboard flash to the host as a USB drive for easy
    data transfer.
    earlephilhower committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d15a402 View commit details
    Browse the repository at this point in the history
  2. Update documentation

    earlephilhower committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f0eae25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aab222 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ac7477 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    482dd77 View commit details
    Browse the repository at this point in the history
  6. Disable FTL debugging

    earlephilhower committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cae920a View commit details
    Browse the repository at this point in the history
  7. More codespell skips

    earlephilhower committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    02eb490 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6b1c78 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    372ca5d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a6be2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06e6551 View commit details
    Browse the repository at this point in the history
  4. Update documentation

    earlephilhower committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    079150b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e08567 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    f065cbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9493149 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Remove unneeded dups of FatFS sources

    Leave the LICENSE.md and README.md to point to upstream.
    earlephilhower committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    477e02e View commit details
    Browse the repository at this point in the history
  2. Clean up comments

    earlephilhower committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    12f120e View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    98674e9 View commit details
    Browse the repository at this point in the history