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

Hook up custom timestamp proc for SD/SDFS #7686

Merged
merged 3 commits into from
Oct 31, 2020

Commits on Oct 30, 2020

  1. Hook up custom timestamp proc for SD/SDFS

    The SDFS implementation didn't include plumbing to support user-supplied
    timestamp generators (for file create/write times) because the SDFat
    library doesn't support a callback parameter.
    
    Work around it by using a single, global (inside sdfs namespace) that
    the static timestamp callback member can see and use.
    
    Add a test of the feature in CI.
    
    Fixes esp8266#7682
    earlephilhower committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    fb4e7b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d848a2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f51050 View commit details
    Browse the repository at this point in the history