| Age | Commit message (Collapse) | Author |
|
clean up some warnings
|
|
|
|
|
|
|
|
- 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
|
|
freertos, device os none
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- remove command
- move (rename) command
|
|
|
|
device os none for NGX4330 work with keil
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|