summaryrefslogtreecommitdiff
path: root/demos/host/src/cdc_serial_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-13fix some warningshathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2014-03-06refractor app_os_prio.hhathach
2014-03-02refine keyboard host demo (added new line for enter key)hathach
2014-02-20use hcd_pipe_is_busy instead of hcd_pipe_is_idlehathach
2013-11-08add tusbd_cdc_is_busyhathach
2013-11-08add windows driver for cdchathach
2013-10-27enhance serial host apphathach
2013-10-27refractor cdc serial host app.hathach
2013-10-27static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256hathach
2013-10-16clean uphathach
2013-10-01- move disconnection handle to enum task --> move tusbh_xxx_unmount is invoke...hathach
2013-09-20start to add msc host, fix dangerous problem with unstable device when plugge...hathach
2013-09-19starting to add support for IAR workbenchhathach
2013-09-13all project can run okhathach
2013-09-13integrate & able to run cmsis-rtx with current code basehathach
2013-07-05implementing initializing for RNDIShathach
2013-07-04house keepinghathach
2013-07-04add some printf when a class is mountedhathach
2013-07-04change class (hid/cdc) _mounted_isr to _mounted_cbhathach
2013-07-03temporarily check cdc mounted by pipe_in & pipe_outhathach
2013-07-03complete CDC serial demo (in a quick hacking way)hathach
2013-07-03replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter ashathach
2013-07-03rename cdc descriptor typehathach
2013-07-02add way to calculate the actual byte transferred with ehcihathach
2013-07-02add tusbh_cdc_send, t usbh_cdc_receivehathach