This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/Marlin/src/sd
Eduardo José Tagle 97e8a6ebd9 Various fixes for DUE... (#10152)
- Watchdog reset during SD Card initialization.
- Move `DebugMonitor` to `DebugMonitor_Due.cpp`.
- Since the watchdog is enabled on boot do extra resets during init.
- Have `thermalManager` do watchdog reset before its ISR starts to prevent reset.
- Ensure that timers are stopped before reprogramming them to address tone issues.
- Improve SAM3XE reset when reflashed through the native port.
2018-03-21 19:04:45 -05:00
..
cardreader.cpp Add C parameter to M27 to include the long filename 2018-03-15 23:06:18 -05:00
cardreader.h Add C parameter to M27 to include the long filename 2018-03-15 23:06:18 -05:00
Sd2Card.cpp Various fixes for DUE... (#10152) 2018-03-21 19:04:45 -05:00
Sd2Card.h Fix unsupported CMD59 2018-01-13 08:53:12 +01:00
SdBaseFile.cpp [2.0.x] Fix SD wrong filename list (#9342) 2018-01-26 14:03:51 -06:00
SdBaseFile.h Patch SD lib files for readability 2017-11-15 00:44:21 -06:00
SdFatConfig.h Patch SD lib files for readability 2017-11-15 00:44:21 -06: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 Patch SD lib files for readability 2017-11-15 00:44:21 -06:00