Marlin_Firmware/Marlin/src/sd
Marcio Teixeira 1a00d1bdaf Add pullup to USB interrupt line
- A pullup on the INT pin is required when the pin is level-active
2018-10-25 10:42:08 -05:00
..
usb_flashdrive Add pullup to USB interrupt line 2018-10-25 10:42:08 -05:00
cardreader.cpp Add M524 to abort SD printing (#12155) 2018-10-19 14:25:07 -05:00
cardreader.h Add M524 to abort SD printing (#12155) 2018-10-19 14:25:07 -05:00
Sd2Card.cpp Use millis_t where needed (#12152) 2018-10-20 23:21:27 -05:00
Sd2Card.h Use millis_t where needed (#12152) 2018-10-20 23:21:27 -05:00
SdBaseFile.cpp Clean up and consolidate SD-related code (#10831) 2018-05-24 01:18:56 -05:00
SdBaseFile.h Clean up and consolidate SD-related code (#10831) 2018-05-24 01:18:56 -05:00
SdFatConfig.h Clean up and consolidate SD-related code (#10831) 2018-05-24 01:18:56 -05:00
SdFatStructs.h Patch SD lib files for readability 2017-11-15 00:44:21 -06:00
SdFatUtil.cpp Multi-host support 2018-01-10 00:14:47 -06:00
SdFatUtil.h Multi-host support 2018-01-10 00:14:47 -06:00
SdFile.cpp Patch SD lib files for readability 2017-11-15 00:44:21 -06:00
SdFile.h Patch SD lib files for readability 2017-11-15 00:44:21 -06:00
SdInfo.h Backported latest improvements and fixes from the SdFat liibrary to our own version. This includes support for CRC7 validation on commands and also, made sure that even if using software SPI implementations, SD card speed is properly adjusted when transitioning from INITIALIZATION to DATA TRANSFER mode. ALL HALs implement spiInit, even in SW SPI mode, and we NEED this change to improve 25x the transfer speed of the SD card and allow implementations of USB MSD 2017-12-21 02:29:00 -03:00
SdVolume.cpp Change some hex case 2017-12-15 15:47:22 -06:00
SdVolume.h Add USB_FLASH_DRIVE_SUPPORT 2018-10-04 19:54:12 -05:00