GitHub / adafruit/Adafruit_CircuitPython_SD issues and pull requests
#59 - change to ruff
Pull Request -
State: closed - Opened by FoamyGuy 3 months ago
#58 - Fix example used in the docs
Pull Request -
State: closed - Opened by arturo182 about 1 year ago
#57 - adding Cytron Example
Pull Request -
State: closed - Opened by jposada202020 over 2 years ago
#56 - fixing short names
Pull Request -
State: closed - Opened by jposada202020 over 2 years ago
#55 - fixing short names
Pull Request -
State: closed - Opened by jposada202020 over 2 years ago
#54 - Fix for occasional write hangs
Pull Request -
State: closed - Opened by RetiredWizard over 2 years ago
- 10 comments
#53 - Fix pylint errors
Pull Request -
State: closed - Opened by tekktrik over 2 years ago
#52 - Library uses short argument names
Issue -
State: closed - Opened by tekktrik over 2 years ago
- 6 comments
Labels: enhancement
#51 - Avoid getting stuck in while loop during file write
Pull Request -
State: closed - Opened by calcut almost 3 years ago
#50 - Occasionally stuck in loop during file write
Issue -
State: closed - Opened by calcut almost 3 years ago
- 3 comments
Labels: bug
#49 - Add example for Cytron Maker Pi Pico base
Issue -
State: open - Opened by richsad about 3 years ago
- 1 comment
Labels: documentation
#48 - Add type annotations
Pull Request -
State: closed - Opened by tekktrik over 3 years ago
#47 - storage library
Issue -
State: closed - Opened by HourGlss over 3 years ago
- 9 comments
#46 - Fix documentation of params
Pull Request -
State: closed - Opened by Neradoc over 3 years ago
#45 - Missing Type Annotations
Issue -
State: closed - Opened by FoamyGuy almost 4 years ago
- 1 comment
Labels: documentation, good first issue
#44 - add a note about sharing the SPI bus with SD cards and other devices
Pull Request -
State: closed - Opened by jepler over 4 years ago
#43 - Make compatible with native adafruit_bus_device
Pull Request -
State: closed - Opened by dhalbert over 4 years ago
- 2 comments
#42 - sdcard demo missing baudrate attribute on Raspberry Pi Pico
Issue -
State: closed - Opened by jfabernathy over 4 years ago
- 10 comments
#41 - Possible conflict between SD module and MPU6050 module
Issue -
State: closed - Opened by gtseidler over 4 years ago
- 3 comments
#40 - Ran pre-commit, added licenses
Pull Request -
State: closed - Opened by evaherrada over 4 years ago
#39 - Working with FT232H and spi-sd breakout board?
Issue -
State: closed - Opened by Gerd1986 over 4 years ago
- 5 comments
Labels: bug, help wanted
#38 - Example not working in 6.1.0-beta.2 (OK in 6.0.0)
Issue -
State: closed - Opened by anecdata over 4 years ago
- 4 comments
#37 - Compatibility Circuitpy/Computer
Issue -
State: closed - Opened by davy39 almost 5 years ago
- 2 comments
#36 - SD Card not detected on STM32F405
Issue -
State: closed - Opened by jerryneedell about 5 years ago
- 1 comment
Labels: bug
#35 - strange behavior with tFT Featherwing and second SD Card
Issue -
State: closed - Opened by jerryneedell about 5 years ago
- 1 comment
Labels: documentation
#34 - Doesn't properly detect capacity >32GB
Issue -
State: open - Opened by jepler about 5 years ago
Labels: bug
#33 - Black reformatting with Python 3 target.
Pull Request -
State: closed - Opened by kattni over 5 years ago
#32 - Ran black, updated to pylint 2.x
Pull Request -
State: closed - Opened by evaherrada over 5 years ago
#31 - Update Code of Conduct
Pull Request -
State: closed - Opened by sommersoft over 5 years ago
#30 - Moved repository from Travis to GitHub Actions
Pull Request -
State: closed - Opened by evaherrada over 5 years ago
#29 - Avoid a longint as a cmd arg
Pull Request -
State: closed - Opened by dhalbert over 5 years ago
- 13 comments
#28 - import adafruit_sdcard causing overflow in adalogger
Issue -
State: closed - Opened by michelkluger over 5 years ago
- 2 comments
#27 - OverflowError: long int not supported in this build
Issue -
State: closed - Opened by michelkluger over 5 years ago
- 3 comments
#26 - adafruit_sdcard.py : group related cmds in a single transaction
Pull Request -
State: closed - Opened by Anton-2 almost 6 years ago
#25 - Multiple block read fails with error 127 or 63.
Issue -
State: closed - Opened by Anton-2 almost 6 years ago
- 1 comment
#24 - Removed building locally section from README, replaced with documenta…
Pull Request -
State: closed - Opened by evaherrada almost 6 years ago
#23 - SDCard speedup : don't re-calculate CRC table, allow faster SPI data rate
Pull Request -
State: closed - Opened by Anton-2 almost 6 years ago
- 2 comments
#22 - In adafruit_sdcard.py, calculate_crc() re-create the CRC table each call, slowing all things down
Issue -
State: closed - Opened by Anton-2 almost 6 years ago
- 3 comments
#21 - "no SD card" error
Issue -
State: closed - Opened by JHDillenb almost 6 years ago
- 4 comments
#20 - Fixed Issue #11 with Samsung EVO 32GB cards
Pull Request -
State: closed - Opened by devoh747 almost 6 years ago
- 4 comments
#19 - Fixed Issue 13, Samsung EVO 32GB cards not working
Pull Request -
State: closed - Opened by devoh747 almost 6 years ago
- 13 comments
#18 - fix potential byte overflow exceptions
Pull Request -
State: closed - Opened by jerryneedell about 6 years ago
- 1 comment
#17 - byte assignments use values larger than bytes
Issue -
State: closed - Opened by dhalbert about 6 years ago
#16 - os.listdir('/sd') returns empty from code.py, but correct in REPL.
Issue -
State: closed - Opened by dt1900 about 6 years ago
- 1 comment
#15 - unable to access Samsung EVO Plus microSDHC UHS-I card 32G from PyPortal with CircuitPy and adafruit_sdcard library
Issue -
State: closed - Opened by ddigioia2 over 6 years ago
- 4 comments
#14 - Writing greater than 1023 bytes to SDcard at once causes hang
Issue -
State: closed - Opened by 0x1d00ffff over 6 years ago
- 5 comments
#13 - Samsung EVO Select 32GB does not initialize with CircuitPython 3.1.2 on Feather Express M4 with Adalogger
Issue -
State: closed - Opened by Helitronix over 6 years ago
- 12 comments
#12 - Update README Travis Badge
Pull Request -
State: closed - Opened by sommersoft over 6 years ago
#11 - _cmd() hangs waiting for 0xfe after large write
Issue -
State: closed - Opened by dhalbert almost 7 years ago
- 3 comments
#10 - PyPi setup.
Pull Request -
State: closed - Opened by kattni almost 7 years ago
#9 - Trouble using Adafruit SD card library on Raspberry Pi 3 / Python 3.5
Issue -
State: closed - Opened by MyDev45 almost 7 years ago
- 9 comments
#8 - Trouble detecting when card has been removed
Issue -
State: open - Opened by dhalbert about 7 years ago
- 1 comment
Labels: bug, help wanted
#7 - Improve Ref Docs
Pull Request -
State: closed - Opened by sommersoft over 7 years ago
#6 - Improve Ref Docs
Pull Request -
State: closed - Opened by sommersoft over 7 years ago
#5 - Added examples folder and an example .py
Pull Request -
State: closed - Opened by mrmcwethy over 7 years ago
#4 - added pylint to project and updated code
Pull Request -
State: closed - Opened by mrmcwethy over 7 years ago
#3 - unable to mount SD Card on ESP8266
Issue -
State: closed - Opened by jerryneedell almost 8 years ago
- 3 comments
#2 - MemoryError importing adafruit_sdcard
Issue -
State: closed - Opened by johnbeaulieu almost 8 years ago
- 3 comments
#1 - Ensure that the chip select line is low between the read command,
Pull Request -
State: closed - Opened by tannewt almost 8 years ago
- 1 comment