| Age | Commit message (Collapse) | Author |
|
|
|
|
|
- remove dd allocation table and use fixed 2 dd for each endpoints
- change dd::used to dd::int_on_complete
--> fixed all the bugs with lpc175x_6x with MSC device & CDC device
|
|
|
|
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
|
|
not needed
|
|
|
|
|
|
immediate reset on isr. However Khanh's G5 mouse is not enumerated !!
remove TUSB_CFG_CONFIGURATION_MAX from config file
fix some warning
|
|
remove hcd_pipe_is_idle
|
|
|
|
NOTE: host on ea4357 does not work anymore
|
|
|