| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-03-06 | rename demo to examples | hathach | |
| 2014-04-18 | fix IAR CMSIS rtx build for lpc175 6x --> build all ok | hathach | |
| 2014-04-18 | minor adjust TUSB_CFG_HOST_DEVICE_MAX and TUSB_CFG_HOST_HUB | hathach | |
| 2014-04-17 | move STRING & XSTRING & STATIC_ASSERT to compiler.h | hathach | |
| disable test for a class of cdc host temporarily disable test for test_osal_none.c change include in some core files remove osal.h from common.h | |||
| 2014-04-13 | merge EHCI_MAX_QHD/QTD and OHCI_MAX_QHD/QTD to HCD_MAX_ENDPOINT/XFER and ↵ | hathach | |
| scale with number of enabled classes. default config to support up to 5 device (hub + 4 others) | |||
| 2014-03-31 | device_freertos/.cproject works well with msc & keyboard | hathach | |
| 2014-03-26 | clean up | hathach | |
| 2014-03-26 | doxygen have problem with bolding the hyperlink. use <b> instead | hathach | |
| 2014-03-23 | remove TUSB_CFG_HOST_ENUM_BUFFER_SIZE from host config (use default) | hathach | |
| 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-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 | clean up | 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-02 | refine keyboard host demo (added new line for enter key) | hathach | |
| 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 | |||
| 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-06 | refractor dcd_controller_reset & hcd_controller_reset to hal_controller_reset | hathach | |
| 2013-10-27 | document cdc | hathach | |
| 2013-10-24 | change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearance | hathach | |
| adding configuration docs for tinyusb_config.h document HID mouse & keyboard API | |||
| 2013-10-16 | clean up | hathach | |
| 2013-09-30 | able to mount one device on the hub | hathach | |
| 2013-09-27 | house keeping | hathach | |
| 2013-09-26 | house keeping | hathach | |
| 2013-09-26 | house keeping | hathach | |
| 2013-09-22 | fix pingstate for highspeed bulk out transfer | hathach | |
| temp implementation of msc host --> can issue inquiry command | |||
| 2013-09-20 | start to add msc host, fix dangerous problem with unstable device when ↵ | hathach | |
| plugged --> 200 ms delay. 50ms delay after each port reset | |||
| 2013-09-20 | refine hid host driver | hathach | |
| 2013-09-19 | IAR host none project working | hathach | |
| 2013-09-19 | starting to add support for IAR workbench | hathach | |
| 2013-07-05 | fix bug with RNDIS class open using non-static variable p_cdc | hathach | |
| fix bug with SUBTASK_EXIT with single if (add do while wrapper) add payloay message able to send initialize & wait on notification pipe & get initialize cmpt | |||
| 2013-07-05 | implementing initializing for RNDIS | hathach | |
| 2013-07-01 | fix compilation error | hathach | |
| 2013-07-01 | add & pass a first few test for cdc host | hathach | |
| implement cdch_open_subtask | |||
| 2013-06-29 | [CDC] | hathach | |
| - add configure option - add include path - add driver function table | |||
| 2013-05-23 | move scu_pinmux(0x2, 5, MD_PLN | MD_EZI | MD_ZI, FUNC2) to hal/hal_lpc43xx.c | hathach | |
| dual host run without problem with mcb4300 | |||
