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

BLE FS Using adafruits Simple (not fast) BLE FS Api #756

Merged
merged 26 commits into from
Dec 11, 2021

Commits on Dec 10, 2021

  1. Configuration menu
    Copy the full SHA
    f57f797 View commit details
    Browse the repository at this point in the history
  2. direcetory listings maybe?

    Added LISTDIR command and notify responses.
    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    91c644b View commit details
    Browse the repository at this point in the history
  3. More reliable FS listing

    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    1dd7174 View commit details
    Browse the repository at this point in the history
  4. Workaround for SPI bus being asleep.

    This needs to get cherrypicked to another PR as SPI Sleep needs to use a semaphore or something
    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    2690c27 View commit details
    Browse the repository at this point in the history
  5. Fix folder count in output

    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    eabbbfa View commit details
    Browse the repository at this point in the history
  6. Added Delete file

    Added FS Stat.
    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    3a8e66a View commit details
    Browse the repository at this point in the history
  7. More attempted SPI fixes

    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    1b4b422 View commit details
    Browse the repository at this point in the history
  8. Start of read command

    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    8f6a390 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d89e38d View commit details
    Browse the repository at this point in the history
  10. Revert "Workaround for SPI bus being asleep."

    This reverts commit 1edeb5c.
    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    a5a6480 View commit details
    Browse the repository at this point in the history
  11. Revert "More attempted SPI fixes"

    This reverts commit bed7e73.
    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    f841b8c View commit details
    Browse the repository at this point in the history
  12. List Dir works?

    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    6393a17 View commit details
    Browse the repository at this point in the history
  13. Actually fix memory corruption, seems stable now

    ListDir MKDIR delete all seem to work
    Co-authored-by: Iambian <Iambian@users.noreply.github.com>
    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    faa05eb View commit details
    Browse the repository at this point in the history
  14. Reading Seems to work?

    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    8fb9947 View commit details
    Browse the repository at this point in the history
  15. Write works

    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    c1aa5a5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2e10b0f View commit details
    Browse the repository at this point in the history
  17. Remove DirDelete, implementation did not work and memory contraints a…

    …re recursive. Better implemented on client side...
    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    f432284 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8f46908 View commit details
    Browse the repository at this point in the history
  19. Added move function

    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    362a5ef View commit details
    Browse the repository at this point in the history
  20. Fix string nullterminations,

    Expand error codes.
    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    09b9130 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b62c62e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    fdb5e27 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d1e9aa1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    b9a2db1 View commit details
    Browse the repository at this point in the history
  25. Fix more initializers

    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    0a0d1f2 View commit details
    Browse the repository at this point in the history
  26. Fix Failed rebase.

    geekbozu committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    1470489 View commit details
    Browse the repository at this point in the history