summaryrefslogtreecommitdiff
path: root/demos/host/src/msc_app.c
AgeCommit message (Expand)Author
2014-03-24rename host demo sourc fileshathach
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-14clean up warning in lpcxpressohathach
2014-03-13suppres compiler warning transfer of control bypasses initializationhathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2014-03-06refractor app_os_prio.hhathach
2014-03-02increase msc host app task stack size to 512 so that copy command can be exec...hathach
2014-02-28refractor remove tusbh_msc_is_failedhathach
2013-11-01implement msc device classhathach
2013-10-16clean uphathach
2013-10-02enhacne msc demo, update IAR project filehathach
2013-10-01refractor msc host app exampleshathach
2013-10-01- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoke...hathach
2013-09-30able to mount one device on the hubhathach
2013-09-27fix an "extra" semaphore wait in msc hosthathach
2013-09-27house keepinghathach
2013-09-26added clear screen commandhathach
2013-09-26add scsi write10 & test unit readyhathach
2013-09-25almost complete cli for mschathach
2013-09-25add tusbh_msc_statushathach
2013-09-25working on fatfs integrationhathach
2013-09-23refractor, add wheel for mouse demohathach
2013-09-22added read capacity 10 with hacking codehathach
2013-09-22fix pingstate for highspeed bulk out transferhathach
2013-09-20start to add msc host, fix dangerous problem with unstable device when plugge...hathach