summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-09rename tusbd_msc_scsi_received_isr to tusbd_msc_scsi_cbhathach
2014-03-07ported board_buttons API to EA4357 but device is not mounted yethathach
2014-03-07lpc1347 mouse & keyboard & cdc works wellhathach
2014-03-07refractor mouse apphathach
2014-03-07added board_buttons for lpcxpresso/board_lpcxpresso1769.chathach
2014-03-06refractor device mouse app to use board_buttonshathach
2014-03-06add board_buttons API and refractor device keyboard apphathach
2014-03-06IAR nonos/freertos can run with lpc17xx but cannot mount any device (failed o...hathach
2014-03-06keil host 17xx work, but os_none has problem with copy command in msc examplehathach
2014-03-06IAR host freertos works with EA4357hathach
2014-03-06refractor vendor/freertoshathach
2014-03-06refractor app_os_prio.hhathach
2014-03-06remove IAR debug confighathach
2014-03-06change host os none to host_freertoshathach
2014-03-06added IAR support for host freertoshathach
2014-03-06IAR work well with EA4357 on host os nonehathach
2014-03-05IAR host os none work well with ea4357hathach
2014-03-05refractor remove board_uart_send & board_uart_recv from board APIhathach
2014-03-05remove other heap 1-3 of freeRTOShathach
2014-03-05remove lwipopts.h in freertos projecthathach
2014-03-05somehow could not get printf work with IAR both SWD & uart on NGX4330hathach
2014-03-05added init file for 43xx ram with keilhathach
2014-03-05remove the lwipopts.hhathach
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