summaryrefslogtreecommitdiff
path: root/demos/host/src/main.c
AgeCommit message (Expand)Author
2018-03-06rename demo to exampleshathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2014-04-03added rtos to greeting for easy testinghathach
2014-03-26clean uphathach
2014-03-24fix build error for keil host os none, freertos, cmsis-rtxhathach
2014-03-24fix build for lpcxpreso hosthathach
2014-03-21clean up led blinking on host demohathach
2014-03-19change OSAL_TASK_FUNCTION to adapt with cmsis rtxhathach
2014-03-19remvoe main as thread of cmsis rtx for portability.hathach
2014-03-18rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZhathach
2014-03-16doxygen documenthathach
2014-03-14fix some warningshathach
2014-03-14clean more warningshathach
2014-03-13fix some warningshathach
2014-03-12fixing build errorhathach
2014-03-06refractor app_os_prio.hhathach
2014-03-06IAR work well with EA4357 on host os nonehathach
2014-03-05somehow could not get printf work with IAR both SWD & uart on NGX4330hathach
2014-03-04remove lwip code in main.c & boardGetMACaddr (board.c)hathach
2013-11-05msc add supporthathach
2013-10-16refine mouse demohathach
2013-10-15add supported class to greetinghathach
2013-09-27house keepinghathach
2013-09-26add scsi write10 & test unit readyhathach
2013-09-25almost complete cli for mschathach
2013-09-24added cli supporthathach
2013-09-22fix pingstate for highspeed bulk out transferhathach
2013-09-21house keeping, clean up warningshathach
2013-09-20start to add msc host, fix dangerous problem with unstable device when plugge...hathach
2013-09-18temporarily comment out all the lwip related codehathach
2013-09-13all project can run okhathach
2013-09-13integrate & able to run cmsis-rtx with current code basehathach
2013-09-10complete porting to keilhathach
2013-09-10keil project can mount mouse, but cannot mount rndishathach
2013-07-19change printf retarget to make \n to \r\n automaticallyhathach
2013-07-03replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter ashathach
2013-07-02add tusbh_cdc_send, t usbh_cdc_receivehathach
2013-06-21add cmsis for lpc11uhathach
2013-05-14abstract os priority for application taskshathach
2013-05-09move cmsis to bsp/lpc43xx to keep all in repos for travis-ci runhathach
2013-05-06change format of file header & license spacinghathach
2013-04-28clean up mainhathach
2013-04-26add hid_keycode_to_ascii_tbl for hid classhathach
2013-04-25change OSAL_TASK_DEF to decouple variable name with task namehathach
2013-04-25finally able to get freeRTOS run with current mouse + keyboard examplehathach
2013-04-25add attribute warn unused result for osal_create_* functionhathach
2013-04-25add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOShathach
2013-04-24- change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with mo...hathach
2013-04-22house keepinghathach
2013-04-22change the board_leds API to on_mask, off_maskhathach