summaryrefslogtreecommitdiff
path: root/demos/host
AgeCommit message (Collapse)Author
2014-03-13remove legacy code of msc_device.c read10 & write10hathach
clean up some warnings
2014-03-13fix some warningshathach
2014-03-13clean uphathach
2014-03-13clean uphathach
2014-03-13fix all build error with IARhathach
- host/host_freertos/host_freertos.ewp - host/host_os_none/host_os_none.ewp - device/device_os_none/device_os_none.eww fix IAR ending warning
2014-03-13fix all build problem with keil & lpcxpresso for host os none, host ↵hathach
freertos, device os none
2014-03-13fix build for host freertos xpressohathach
2014-03-12fix freertos host keil buildhathach
2014-03-12fix keil host os nonehathach
2014-03-12fix build error with keil device os nonehathach
2014-03-12update lpc11u cmsis to 3.20hathach
2014-03-12update CMSIS core for lpc176xhathach
2014-03-12all host os none configure can be build nowhathach
2014-03-12ngx works okhathach
2014-03-12host os none for LPCxpresso1769 & EA4357 workshathach
2014-03-12fixing build errorhathach
2014-03-12fix IAR end line warninghathach
2014-03-12clean uphathach
2014-03-12seems like 43xx code requires an terminal (uart,SWO) connected to be able to runhathach
2014-03-11improve MSC host demo withhathach
- remove command - move (rename) command
2014-03-11enhance cp command to accept dest path as an folderhathach
2014-03-11move keil_ram.ini to bsp/lpc43xx/keil_ram.inihathach
device os none for NGX4330 work with keil
2014-03-10cannot get IAR work with lpc1769 device demohathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") ↵hathach
instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code change pipe xfer API buffer from void* to uint8_t* change FIFO_DEF to have a separated buffer to be compatible with IAR\ refractor IAR data alignment pragma
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
ngx4330 work well with lpc/keil for non/freeRTOS
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
keil host os none work with ngx4330 board
2014-03-05remove the lwipopts.hhathach
2014-03-04remove lwip code in main.c & boardGetMACaddr (board.c)hathach
NOTE: previous commit also removed some lwip's configure in board_ea4357 fix NGX4330 led blinking
2014-03-04added support for IAR retarget but not yet succeeded. lpc17xx have problem ↵hathach
connect with jlink
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 ↵hathach
up file. Host freertos works with lpc17xx
2014-03-03able to build keil with lpc17xx (non os + freeRTOS)hathach
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 ↵hathach
executed
2014-02-28refractor remove tusbh_msc_is_failedhathach
increase usbh enum task from 150 to 200 due to stack overflow when mounting msc device added task for msc host freeRTOS with stack = 300 (still cannot execute copy command)
2014-02-28EHCI: immediately reset port when device connected. This proves to help ↵hathach
prevent duplication connection event (also with OHCI) increase delay after reset to 100 ms (NXP's EHCI does not work with 50ms) --> fix all duplication connection with OHCI & EHCI