summaryrefslogtreecommitdiff
path: root/demos/host/src/cli.c
AgeCommit message (Collapse)Author
2014-03-24rename host demo sourc fileshathach
2014-03-14clean up warning in lpcxpressohathach
remove -Wpacked -Wpadded in gcc
2014-03-13remove legacy code of msc_device.c read10 & write10hathach
clean up some warnings
2014-03-13fix some warningshathach
2014-03-11improve MSC host demo withhathach
- remove command - move (rename) command
2014-03-11enhance cp command to accept dest path as an folderhathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") ↵hathach
instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code change pipe xfer API buffer from void* to uint8_t* change FIFO_DEF to have a separated buffer to be compatible with IAR\ refractor IAR data alignment pragma
2014-01-24refractor __n2be_16hathach
2013-10-16refine mouse demohathach
2013-10-02enhacne msc demo, update IAR project filehathach
2013-10-01wrap up msc demohathach
2013-10-01enhance cd commandhathach
2013-10-01refractor msc host app exampleshathach
2013-09-27house keepinghathach
2013-09-26added mkdir commandhathach
2013-09-26added clear screen commandhathach
2013-09-26add scsi write10 & test unit readyhathach
done copy command implement get_fattime using __DATE__ and number of calls
2013-09-26refractor cli error handlinghathach
add cat command
2013-09-26add cat command to clihathach
2013-09-25enable long filenamehathach
2013-09-25almost complete cli for mschathach
2013-09-24added cli supporthathach