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

Support reading and writing ESP32 file timestamps stored in the metadata #67

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 20, 2019

  1. Support reading and writing ESP32 file timestamps stored in the metadata

    bytes by using CONFIG_SPIFFS_USE_MTIME=1 and CONFIG_SPIFFS_META_LENGTH=4
    compile flags.
    ewpa committed May 20, 2019
    Configuration menu
    Copy the full SHA
    16d9570 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. When interchanging file modified timestamps to and from the host system

    and the SPIFFS image file, take into account that the word size and
    endianness of the host architecture may be different to that stored in
    the image file.
    ewpa committed May 22, 2019
    Configuration menu
    Copy the full SHA
    b593dc7 View commit details
    Browse the repository at this point in the history