summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/tcc780x/sd-tcc780x.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Unify storage threads into oneMichael Sevakis1-94/+35
2017-08-10Remove bad mutex lock/unlock from tcc780x SD driverFranklin Wei1-4/+0
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-19/+13
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis1-2/+2
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis1-4/+0
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+2
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts1-12/+1
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts1-1/+1
2009-11-26Remove unused card_detect(), and make card_detect_target() static inline in e...Thomas Martitz1-6/+5
2009-09-01D2: Obey the SD card write-protect tabRob Purchase1-0/+7
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts1-4/+3
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon...Rob Purchase1-0/+835