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 for scripting in flash using littlefs #28724

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

Commits on Nov 30, 2024

  1. AP_Filesystem: add littlefs based filesystem support

    use correct read status for nor flash
    implement format on littlefs
    optimize device calls in littlefs flash usage
    check for fileops allowed in littlefs
    andyp1per committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    9cbe6ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    799ae8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    926043f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d53a952 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e932802 View commit details
    Browse the repository at this point in the history
  6. wscript: build in littlefs

    andyp1per committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    dbb6293 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9b8110 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5d3dfc6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f99c772 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b13b9f5 View commit details
    Browse the repository at this point in the history
  11. AP_Logger: disable fsync on littlefs as its too expensive

    littlefs doesn't have much space free.
    andyp1per committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    3544409 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    378049c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f364f4b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ad3f51a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ffd3781 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    424f673 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    451e79b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6b7bf18 View commit details
    Browse the repository at this point in the history