summaryrefslogtreecommitdiff
path: root/demos/host/src
AgeCommit message (Expand)Author
2014-04-17move STRING & XSTRING & STATIC_ASSERT to compiler.hhathach
2014-04-17minor docshathach
2014-04-13merge EHCI_MAX_QHD/QTD and OHCI_MAX_QHD/QTD to HCD_MAX_ENDPOINT/XFER and scal...hathach
2014-04-09remove lpclink2 boardhathach
2014-04-03added rtos to greeting for easy testinghathach
2014-03-31code beautifyhathach
2014-03-31device_freertos/.cproject works well with msc & keyboardhathach
2014-03-26clean uphathach
2014-03-26doxygen have problem with bolding the hyperlink. use <b> insteadhathach
2014-03-24fix build error for keil host os none, freertos, cmsis-rtxhathach
2014-03-24fix build for lpcxpreso hosthathach
2014-03-24rename host demo sourc fileshathach
2014-03-23remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default)hathach
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-17doxygeninghathach
2014-03-16doxygen documenthathach
2014-03-14fix some warningshathach
2014-03-14clean more warningshathach
2014-03-14clean up warning in lpcxpressohathach
2014-03-13suppres compiler warning transfer of control bypasses initializationhathach
2014-03-13remove legacy code of msc_device.c read10 & write10hathach
2014-03-13fix some warningshathach
2014-03-13clean uphathach
2014-03-13fix all build error with IARhathach
2014-03-13fix build for host freertos xpressohathach
2014-03-12fixing build errorhathach
2014-03-12clean uphathach
2014-03-11improve MSC host demo withhathach
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\"") instead...hathach
2014-03-06IAR host freertos works with EA4357hathach
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
2014-03-02refine keyboard host demo (added new line for enter key)hathach
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
2014-02-28EHCI: immediately reset port when device connected. This proves to help preve...hathach
2014-02-28merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.hhathach
2014-02-20fix the duplicated plug connection status change with lpc17xx by using immedi...hathach
2014-02-20use hcd_pipe_is_busy instead of hcd_pipe_is_idlehathach
2014-02-19some code clean uphathach
2014-01-24refractor __n2be_16hathach
2013-12-19remove immediately reset when device plug.hathach
2013-12-19fix plug & unplug issue by reseting port immediately instead of waiting for u...hathach
2013-12-19hub works with ohci as well. There is some problem when plug & unplug device hmmhathach