| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-23 | remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default) | hathach | |
| 2014-03-21 | clean up led blinking on host demo | hathach | |
| 2014-03-19 | change OSAL_TASK_FUNCTION to adapt with cmsis rtx | hathach | |
| 2014-03-19 | remvoe main as thread of cmsis rtx for portability. | hathach | |
| Keil & lpcxpresso4 host_cmsis_rtx work well | |||
| 2014-03-18 | rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZ | hathach | |
| remove CFG_TICKS_PER_SECOND | |||
| 2014-03-17 | doxygening | hathach | |
| 2014-03-16 | doxygen document | hathach | |
| 2014-03-14 | fix some warnings | hathach | |
| 2014-03-14 | clean more warnings | hathach | |
| 2014-03-14 | clean up warning in lpcxpresso | hathach | |
| remove -Wpacked -Wpadded in gcc | |||
| 2014-03-13 | suppres compiler warning transfer of control bypasses initialization | hathach | |
| 2014-03-13 | remove legacy code of msc_device.c read10 & write10 | hathach | |
| clean up some warnings | |||
| 2014-03-13 | fix some warnings | hathach | |
| 2014-03-13 | clean up | hathach | |
| 2014-03-13 | fix all build error with IAR | hathach | |
| - 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-13 | fix build for host freertos xpresso | hathach | |
| 2014-03-12 | fixing build error | hathach | |
| 2014-03-12 | clean up | hathach | |
| 2014-03-11 | improve MSC host demo with | hathach | |
| - remove command - move (rename) command | |||
| 2014-03-11 | enhance cp command to accept dest path as an folder | hathach | |
| 2014-03-10 | change 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-06 | IAR host freertos works with EA4357 | hathach | |
| 2014-03-06 | refractor app_os_prio.h | hathach | |
| 2014-03-06 | IAR work well with EA4357 on host os none | hathach | |
| 2014-03-05 | somehow could not get printf work with IAR both SWD & uart on NGX4330 | hathach | |
| 2014-03-04 | remove 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-02 | refine keyboard host demo (added new line for enter key) | hathach | |
| 2014-03-02 | increase msc host app task stack size to 512 so that copy command can be ↵ | hathach | |
| executed | |||
| 2014-02-28 | refractor remove tusbh_msc_is_failed | hathach | |
| 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-28 | EHCI: 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 | |||
| 2014-02-28 | merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.h | hathach | |
| 2014-02-20 | fix the duplicated plug connection status change with lpc17xx by using ↵ | hathach | |
| immediate reset on isr. However Khanh's G5 mouse is not enumerated !! remove TUSB_CFG_CONFIGURATION_MAX from config file fix some warning | |||
| 2014-02-20 | use hcd_pipe_is_busy instead of hcd_pipe_is_idle | hathach | |
| remove hcd_pipe_is_idle | |||
| 2014-02-19 | some code clean up | hathach | |
| NOTE: host on ea4357 does not work anymore | |||
| 2014-01-24 | refractor __n2be_16 | hathach | |
| 2013-12-19 | remove immediately reset when device plug. | hathach | |
| check to make sure device is still plug after initial delay (200ms) before reset remove blocking waiting when reset in ehci.c | |||
| 2013-12-19 | fix plug & unplug issue by reseting port immediately instead of waiting for ↵ | hathach | |
| usbh enumeration task to do so | |||
| 2013-12-19 | hub works with ohci as well. There is some problem when plug & unplug device hmm | hathach | |
| 2013-12-19 | able to run ohci hid mouse demo | hathach | |
| - an old mouse cause double plug event - an old mouse failed to response the first get 8 byte device descriptor | |||
| 2013-12-16 | implement ohci | hathach | |
| - 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 | |||
| 2013-12-11 | add lpc17xx build config for host demo | hathach | |
| 2013-11-25 | change MCU to TUSB_CFG_MCU | hathach | |
| 2013-11-08 | add tusbd_cdc_is_busy | hathach | |
| enhance cdc serial device demo refractor fifo.c | |||
| 2013-11-08 | add windows driver for cdc | hathach | |
| add simple echo cdc serial demo add cdc device send/receive API refractor descriptor refractor cdc.h add usbd driver function - init - bus_reset | |||
| 2013-11-06 | refractor dcd_controller_reset & hcd_controller_reset to hal_controller_reset | hathach | |
| 2013-11-05 | msc add support | hathach | |
| - SCSI_CMD_MODE_SELECT_6 - SCSI_CMD_MODE_SENSE_6 - SCSI_CMD_PREVENT_ALLOW_MEDIUM_REMOVAL fix msc device bug with no data unsupported command complete msc device demo with ram disk of 8KB | |||
| 2013-11-01 | implement msc device class | hathach | |
| usbd auto stall control for not supported return from class control request usbd implement xfer isr callback mechanism DCD - implement dcd multiple qtd support - dcd dcd_pipe_stall - implement dcd_pipe_queue_xfer - xfer_complete_isr - flush control endpoint if received new setup while previous transfer is not complete change msc_cmd_block_wrapper_t flags field to dir force full speed for easy testing NOTEs: somehow unable to get endpoint IN interrupt with ioc | |||
| 2013-10-27 | enhance serial host app | hathach | |
| 2013-10-27 | refractor cdc serial host app. | hathach | |
| fix RTOS cdc_serial_app_task executing forever | |||
| 2013-10-27 | document cdc | hathach | |
