Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: micropython/oofatfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: vendor
Choose a base ref
...
head repository: micropython/oofatfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: work-R0.12
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 12 files changed
  • 1 contributor

Commits on Jan 24, 2017

  1. Configuration menu
    Copy the full SHA
    1ecd8f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05362a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0e3412 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db7c12b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f128d22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbcfd48 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9e6809 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a0eff1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3933871 View commit details
    Browse the repository at this point in the history
  10. src: Make all necessary functions take FATFS* as first argument.

    This removes the global FatFs[] structure, being the list of mounted
    filesystems.  Instead, just pass the desired FS to the function.
    dpgeorge committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    c11d866 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8ea187a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    73384da View commit details
    Browse the repository at this point in the history
  13. tests: Update fatfs1 test.

    dpgeorge committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    6aa787e View commit details
    Browse the repository at this point in the history
Loading