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

fs/littlefs: stop applying local patches for unknown versions of littlefs #14956

Merged
merged 6 commits into from
Nov 26, 2024

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    ca0ec90 View commit details
    Browse the repository at this point in the history
  2. fs/littlefs: stop applying local patches for unknown versions of litt…

    …lefs
    
    Because they are not expected to apply cleanly.
    In that case, disable all features which require the local patches.
    
    Note: lfs_util.patch is actually necessary regardless of
    the littlefs version. It should be ok to drop it for the simplest
    flat memory model configurations with a single heap though. I plan
    to fix it once littlefs 2.9.4 is released.
    
    Tested with esp32s3-devkitc:toywasm + CONFIG_FS_LITTLEFS_VERSION="v2.9.3".
    yamt committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    129708a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    babd48c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    679dbb8 View commit details
    Browse the repository at this point in the history
  5. linum-stm32h753bi/littlefs: use littlefs 2.9.3

    I chose this config just because it seems to support cmake-based build.
    yamt committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    ff03858 View commit details
    Browse the repository at this point in the history
  6. esp32s3-devkit/toywasm: use littlefs 2.9.3

    I chose this config because I have a hardware and I occasionally
    use littlefs on its flash.
    yamt committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c44fa65 View commit details
    Browse the repository at this point in the history