| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- remove command
- move (rename) command
|
|
|
|
device os none for NGX4330 work with keil
|
|
|
|
|
|
|
|
|
|
IAR (lack of support for VLA initialization)
IAR device os none works with ea4357
|
|
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
|
|
|
|
|
|
|
|
|
|
fix the status phase true --> false
ASSERT_STATUS( dcd_pipe_xfer( p_msc->edpt_in , p_csw, sizeof(msc_cmd_status_wrapper_t), false) );
board ea4357 added P9_5 pull down for device connect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on the first 8 byte descriptors)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ngx4330 work well with lpc/keil for non/freeRTOS
|
|
|
|
|
|
keil host os none work with ngx4330 board
|
|
|
|
NOTE: previous commit also removed some lwip's configure in board_ea4357
fix NGX4330 led blinking
|
|
connect with jlink
|
|
|
|
up file. Host freertos works with lpc17xx
|
|
|
|
|
|
|
|
|
|
|
|
executed
|
|
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)
|
|
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
|