| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
check to make sure device is still plug after initial delay (200ms) before reset
remove blocking waiting when reset in ehci.c
|
|
usbh enumeration task to do so
|
|
|
|
|
|
- an old mouse cause double plug event
- an old mouse failed to response the first get 8 byte device descriptor
|
|
|
|
implement walk around for halted ED in OHCI
|
|
|
|
- hcd_port_reset
- hcd_port_connect_status
- hcd_port_speed_get
- hcd_pipe_control_open
- hcd_pipe_control_xfer
- done_queue_isr for control xfer
able to go through enumeration with MSC device
|
|
|