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.11a
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 12 files changed
  • 1 contributor

Commits on Jan 24, 2017

  1. Configuration menu
    Copy the full SHA
    71056e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    661c47f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eb28bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d494020 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6afa71 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eedb8d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79469bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a1bd6b2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f08f181 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
    d076a0e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ab56ff8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a634f9f View commit details
    Browse the repository at this point in the history
Loading