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: adafruit/Adafruit_CircuitPython_SD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 54827b829a444c08c2759165f8110e7ac32b5dd7
Choose a base ref
...
head repository: adafruit/Adafruit_CircuitPython_SD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: eb17bffa757dc8c0a53fe9e61c45246c06418099
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 18, 2022

  1. Fix for occasional write hangs

    I believe the write hangs were happening because the SD card wasn't ready for the end block write command. This adds a _wait_for_ready call before the command is sent.
    RetiredWizard authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    52163b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Merge pull request #54 from RetiredWizard/multi-buffer-write-fix

    Fix for occasional write hangs
    jepler authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    eb17bff View commit details
    Browse the repository at this point in the history
Loading