summaryrefslogtreecommitdiff
path: root/vendor/fatfs
AgeCommit message (Collapse)Author
2018-05-17rename vendor to libhathach
2018-04-12rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOShathach
2018-04-10mass rename TUSB_CFG to CFG_TUSBhathach
2015-05-01simplify host API: tusbh_ to tuh_hathach
2014-03-14clean up warning in lpcxpressohathach
remove -Wpacked -Wpadded in gcc
2014-03-12fix IAR end line warninghathach
2014-03-02increase msc host app task stack size to 512 so that copy command can be ↵hathach
executed
2014-02-28refractor remove tusbh_msc_is_failedhathach
increase usbh enum task from 150 to 200 due to stack overflow when mounting msc device added task for msc host freeRTOS with stack = 300 (still cannot execute copy command)
2014-02-28remove test unit ready with disk_ioctl (cmd=CTRL_SYNC) as it is proved to be ↵hathach
not needed
2013-10-02enhacne msc demo, update IAR project filehathach
2013-10-01refractor msc host app exampleshathach
2013-09-30able to mount one device on the hubhathach
2013-09-27house keepinghathach
2013-09-26house keepinghathach
2013-09-26add scsi write10 & test unit readyhathach
done copy command implement get_fattime using __DATE__ and number of calls
2013-09-25enable long filenamehathach
2013-09-25almost complete cli for mschathach
2013-09-25add tusbh_msc_statushathach
reanme PRINTF_TARGET_DEBUG_CONSOLE to PRINTF_TARGET_SEMIHOST add read10 implementation able to read fat root sector
2013-09-25working on fatfs integrationhathach
fix retarget input for lpcxpresso
2013-09-24start to add fatfs supporthathach