The SD File system with faster SPI bus (apparently)

Dependencies:   FATFileSystem

Dependents:   buffer_algorithm

Fork of SDFileSystem by Neil Thiessen

Changes

RevisionDateWhoCommit message
18:357b2cd4a915 2015-03-14 byiu3 Changed one thing, I can't remember what default tip
17:886e3a611c6e 2015-03-14 byiu3 Changed something, I can't remember what
16:c2c1f0b16380 2015-01-05 neilt6 Added support for no card detect switch
15:c9e938f6934f 2014-10-27 neilt6 Added code to enable the internal pull-up resistor on MISO
14:02835aff8504 2014-08-28 neilt6 Switched back to main FATFileSystem branch
13:635147efa748 2014-08-18 neilt6 Significant performance improvements with better busy wait logic
12:eebddab6eff2 2014-08-15 neilt6 New switch types & minor improvements
11:67ddc53e3983 2014-08-14 neilt6 Major performance improvements with custom FATFileSystem
10:395539a1481a 2014-08-12 neilt6 Minor syntax improvements
9:1906befe7f30 2014-08-11 neilt6 Readability improvements
8:7b6acbb6739b 2014-08-07 neilt6 Minor syntax improvement
7:61db99e52c0d 2014-08-01 neilt6 Minor syntax improvements
6:55a26a56046a 2014-08-01 neilt6 Added the option to disable CRC, and enable 16-bit frames for data read/write operations
5:6befff2300d0 2014-07-31 neilt6 Added ACMD42 to disconnect the internal pull-up resistor on /CS
4:49b29888eca7 2014-07-30 neilt6 Added 0x40 to command definitions for (slightly) improved performance
3:7cf3d1835ef5 2014-07-30 neilt6 Changed the order of the constructor arguments to match the official SDFileSystem library
2:eec1db773e7d 2014-07-30 neilt6 Improved deselect() handling
1:25f4ba436b81 2014-07-30 neilt6 Added support for normally open card detect switches
0:2a6d8a096edc 2014-07-29 neilt6 Initial commit