summaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Expand)Author
2014-03-12added scatter file for lpc11u & lpc13u for it to run with keilhathach
2014-03-12remove host config from device demohathach
2014-03-11improve MSC host demo withhathach
2014-03-11enhance cp command to accept dest path as an folderhathach
2014-03-11move keil_ram.ini to bsp/lpc43xx/keil_ram.inihathach
2014-03-11NGX4330 device os none work well with lpcxpressohathach
2014-03-11fix device typo build errorhathach
2014-03-10try to port lpc11uxx device demo with IARhathach
2014-03-10cannot get IAR work with lpc1769 device demohathach
2014-03-10change desc_str_table to array of pointer of uint8_t* to be compatible with I...hathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead...hathach
2014-03-10keil work with lpc17xx devicehathach
2014-03-10move WinCDCdriver.infhathach
2014-03-10clean up dcd_lpc175x_6x.chathach
2014-03-09fix board_rf1ghznode.c build errorhathach
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-03ported freeRTOS with lpc175x_6x, all host demo workhathach
2014-03-03able to build freeRTOS with lpc175x_6xhathach
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