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

Fix dynamic FAT variant detection #55 #56

Merged
merged 8 commits into from
Nov 30, 2023
Merged

Commits on Nov 14, 2023

  1. Fix FAT32 format check FreeRTOS#55

    Only the first two bytes were considered when reading the end-of-chain value from the FAT table. Extend to 4 bytes and relax requirement for first 3 bits.
    Make requirement for FAT12 more strict because all valid, non-reserved cluster bits must be set.
    cookpate authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1aba1cf View commit details
    Browse the repository at this point in the history
  2. Fix inverted FAT12 logic

    cookpate authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9e1161b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    867bced View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Add suggested fixes and clarifications

    on-behalf-of: Hein Tibosch hein_tibosch@yahoo.es
    cookpate committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e451679 View commit details
    Browse the repository at this point in the history
  2. Run uncrustify on ff_ioman.c

    Skptak committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    be0ff41 View commit details
    Browse the repository at this point in the history
  3. Use uncrustify .66 instead .69

    Skptak committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    44c7051 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40c1806 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1034630 View commit details
    Browse the repository at this point in the history