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

Filesystem: Restructure the filesystem api to be consistent with mbed OS #3773

Merged
merged 10 commits into from
Feb 25, 2017

Commits on Feb 24, 2017

  1. Filesystem: Created prototypical filesystem class

    Intention is to make filesystem api and network stack api consistent
    as current designs diverge greatly. Attempted to change as little as
    possible outside of api structure.
    geky committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    a5245e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee3e920 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5197ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eea5c9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6b1fcb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9122c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ca4eab View commit details
    Browse the repository at this point in the history
  8. Filesystem: Last minute changes due to feedback on directory iteration

    - Changed to use dirent structure type
    - Fixed memory leak in closedir
    geky committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    c4649af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    274460b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    129bae4 View commit details
    Browse the repository at this point in the history