SDFileSystem for STM32F746NG DISCOVERY with 4bit SDMMC interface on fixed pins

Dependencies:   FATFileSystem

Dependents:   DISCO-F746NG_SDFileSystem uzairkhan DISCO-F746NG_Scope_copy

Fork of SDFileSystem by Neil Thiessen

Revisions of SDFileSystem.cpp

Revision Date Message Actions
27:8d192c180436 2016-04-16 Changed hard locking mechanism to watchdog , solved issue with the sleep mode of SD cards File  Diff  Annotate
26:8f15aa3b052b 2016-04-13 solved cache issues. File  Diff  Annotate
25:391eade4ef85 2016-04-12 Solving cache issues. File  Diff  Annotate
24:698affe9560c 2016-04-12 added a lock mechanism to make it usable in RTOS environment. File  Diff  Annotate
23:c03ef1abef0e 2016-03-31 For use with STM32F746NG Discovery with SDMMC 4Bit Bus on fixed Pins File  Diff  Annotate
22:3fa5eaf48e81 2016-02-24 Fixed timer hang bug in disk_initialize() File  Diff  Annotate
21:d10a519c0910 2015-12-11 Updated FATFileSystem & fixed integer widths File  Diff  Annotate
20:2c1e8d442f68 2015-12-08 Improved card detection logic File  Diff  Annotate
18:2286a4e7fa31 2015-08-27 Updated FATFileSystem and implemented minor improvements File  Diff  Annotate
17:a47f74caa04e 2015-07-08 Internal data type changes File  Diff  Annotate
16:c2c1f0b16380 2015-01-05 Added support for no card detect switch File  Diff  Annotate
15:c9e938f6934f 2014-10-27 Added code to enable the internal pull-up resistor on MISO File  Diff  Annotate
13:635147efa748 2014-08-18 Significant performance improvements with better busy wait logic File  Diff  Annotate
12:eebddab6eff2 2014-08-15 New switch types & minor improvements File  Diff  Annotate
11:67ddc53e3983 2014-08-14 Major performance improvements with custom FATFileSystem File  Diff  Annotate
10:395539a1481a 2014-08-12 Minor syntax improvements File  Diff  Annotate
9:1906befe7f30 2014-08-11 Readability improvements File  Diff  Annotate
8:7b6acbb6739b 2014-08-07 Minor syntax improvement File  Diff  Annotate
7:61db99e52c0d 2014-08-01 Minor syntax improvements File  Diff  Annotate
6:55a26a56046a 2014-08-01 Added the option to disable CRC, and enable 16-bit frames for data read/write operations File  Diff  Annotate
5:6befff2300d0 2014-07-31 Added ACMD42 to disconnect the internal pull-up resistor on /CS File  Diff  Annotate
4:49b29888eca7 2014-07-30 Added 0x40 to command definitions for (slightly) improved performance File  Diff  Annotate
3:7cf3d1835ef5 2014-07-30 Changed the order of the constructor arguments to match the official SDFileSystem library File  Diff  Annotate
2:eec1db773e7d 2014-07-30 Improved deselect() handling File  Diff  Annotate
1:25f4ba436b81 2014-07-30 Added support for normally open card detect switches File  Diff  Annotate
0:2a6d8a096edc 2014-07-29 Initial commit File  Diff  Annotate