summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-04remove lwip code in main.c & boardGetMACaddr (board.c)hathach
2014-03-04added support for IAR retarget but not yet succeeded. lpc17xx have problem co...hathach
2014-03-04change lpc17xx cmsis file & ohci to be able to build with IARhathach
2014-03-04fix issue with SVC_Handler SVCall_Handler name between keil & xpresso start u...hathach
2014-03-03able to build keil with lpc17xx (non os + freeRTOS)hathach
2014-03-03rename port.c for different cortex --> able to add them in keil uvisionhathach
2014-03-03clean up freeRTOS foldershathach
2014-03-03ported freeRTOS with lpc175x_6x, all host demo workhathach
2014-03-03able to build freeRTOS with lpc175x_6xhathach
2014-03-03added port FreeRTOS for lpc175xhathach
2014-03-02freeRTOS host demo work with keilhathach
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-28remove test unit ready with disk_ioctl (cmd=CTRL_SYNC) as it is proved to be ...hathach
2014-02-28merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.hhathach
2014-02-20keil support for lpc17xx hosthathach
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-19re-enable blocking waiting in ehci controller reset (otherwise it wont works)hathach
2014-02-19some code clean uphathach
2014-01-24clean up warningshathach
2014-01-24refractor __n2be_16hathach
2013-12-27add device_os_none keil project for all boardshathach
2013-12-24move device app codehathach
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
2013-12-19refractor ohci.chathach
2013-12-19able to run ohci hid mouse demohathach
2013-12-18implement hcd_pipe_close, able to plug & unplug device from ohci lpc17xxhathach
2013-12-18able to run MSC host demo on lpc17xxhathach
2013-12-17add in hcd_pipe_open & hcd_pipe_xferhathach
2013-12-16implement ohcihathach
2013-12-13using PINSEL_ConfigPin for setting pinselhathach
2013-12-13able to get connect status change interrupt occuredhathach
2013-12-12implement inline bit manipulation functionhathach
2013-12-11add structure & define for ohcihathach
2013-12-11add lpc17xx build config for host demohathach
2013-12-11fix error in dcd_lpc175x_6x (still has problem with control transfer)hathach
2013-12-10add some doxygenhathach
2013-12-09complete dcd 17xx control xfer with soft DMAhathach
2013-12-09house keeping, lpc43xx works okiehathach
2013-12-09refractor dcd lpc43xx control xfer (with int on complete)hathach
2013-12-09minor refractorhathach
2013-12-09add keyboard led maskhathach
2013-12-02refractor hid device driverhathach
2013-12-02add board lpclink2, able to run device stack without any problemshathach
2013-12-01fix potential wrong endpoint handle for stalling unsupported scsi commandhathach