| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-13 | add usbh_pipe_control_close (in conjunction with usbh pipe control open) | hathach | |
| close control pipe when unplugged | |||
| 2013-03-13 | add hard fault handler to bsp.c | hathach | |
| rename class_install_subtask to class_open_subtask add class_close for unmount adding code for usbh_device_unplugged_isr & invoke it in hcd_isr | |||
| 2013-03-13 | forget to add test file for ehci isr | hathach | |
| 2013-03-13 | go through all the enumeration (up to get full configuration) | hathach | |
| - fix init_qhd for address 0 (clear queue head --> ehci controller halted) - fix bug in usbh_init missing address0 for semaphore create TUSB_CFG_DEBUG == 3: --> ATTR_ALWAYS_INLINE is null --> allow gcc to export "normal inline" function | |||
| 2013-03-12 | add semaphore post in usbh_isr for control pipe | hathach | |
| add osal_queue_send in usbh_device_plugged add macro for placing breakpoint macros fix ehci init: - regs->cmd or (add run_stop) - enable port power in portsc add tusb_task_runner in main loop | |||
| 2013-03-12 | implement port hcd_port_connect_status | hathach | |
| clean up | |||
| 2013-03-12 | add isr api for usbh_hcd | hathach | |
| - void usbh_device_plugged_isr(uint8_t hostid, tusb_speed_t speed); - void usbh_device_unplugged_isr(uint8_t hostid); implement port_connect_status_isr | |||
| 2013-03-12 | add project file for keil | hathach | |
| fix binary.h compiler specific add hal_init code to reset & set usbmode --> able to get USB ISR remove const qualifier from return function of - get_operational_register - get_period_frame_list - get_async_head - get_period_head - get_control_qhd add stub for - hcd_port_connect_status - hcd_port_speed | |||
| 2013-03-12 | add semaphore reset & queue flush API for osal | hathach | |
| add semaphore reset when opening control pipe | |||
| 2013-03-11 | add semphore reset & queue flush API | hathach | |
| modify test to check control pipe semaphore created with usbh_init | |||
| 2013-03-10 | add isr empty function for hidh and msch and usbh | hathach | |
| 2013-03-10 | add code for ehci interrupt handler | hathach | |
| - interrupt source identifying - for async list process refractor control_xfer to use insert_qtd_to_qhd - add test for control xfer interrupt processing - add code for faking ehci controller async list scheduling & processing - add prototype for void usbh_isr(pipe_handle_t pipe_hdl, uint8_t class_code); | |||
| 2013-03-09 | add class code to hcd_pipe_open to facilitate usb_complete callback | hathach | |
| 2013-03-09 | rename init_qtd, init_qhd | hathach | |
| 2013-03-09 | house keeping | hathach | |
| 2013-03-09 | - fix wrong class code for TUSB_CLASS_APPLICATION_SPECIFIC | hathach | |
| 2013-03-09 | add int_on_complete parameter to hcd_pipe_xfer for TD chain class request | hathach | |
| fix control transfer request: remove get_control_request_ptr() | |||
| 2013-03-09 | - addd p_qtd_list_tail to qhd structure for easy queue TD | hathach | |
| - move control_request from ehci_data to usbh_device_info_pool - add test for bulk transfer double (2 consecutive xfers) - use table (array) structure for class driver, currently included - refractor extract to function insert_qtd_to_qhd + init function + install_subtask --> all class driver function must be declared with WEAK | |||
| 2013-03-07 | add test code & hcd_pipe_xfer for bulk transfer | hathach | |
| - test cross 4k boundary test for bulk transfer rename p_qtd_list to p_qtd_list_head | |||
| 2013-03-07 | make "used" member of ehci_qtd_t into reserved place of buffer[1] (with ↵ | hathach | |
| assert check in hcd init) | |||
| 2013-03-07 | refractor list_insert | hathach | |
| 2013-03-07 | guard check for open iso pipe | hathach | |
| 2013-03-07 | re-layout ehci_data_t to get better memory consumption | hathach | |
| 2013-03-06 | add prototype for hcd_pipe(control)_close | hathach | |
| - update test code for enum task respectively | |||
| 2013-03-06 | add code & test for hcd_pipe_open interrupt | hathach | |
| high and non-highspeed | |||
| 2013-03-06 | basically finish code for control transfer & test code | hathach | |
| 2013-03-06 | pass test for setup TD | hathach | |
| 2013-03-06 | rename fields in ehci_qtd_t | hathach | |
| 2013-03-06 | refractor | hathach | |
| - rename some field in ehci_qhd/qtd_t - code test for open pipe | |||
| 2013-03-06 | refractor ehci_data_t | hathach | |
| separate tests for pipe open & pipe xfer | |||
| 2013-03-06 | refractor | hathach | |
| - remove unnecessary assign next pointer of asyn/period head in hcd_controller_init | |||
| 2013-03-06 | add some code & testcode for hcd_pipe_control_xfer | hathach | |
| 2013-03-06 | fix error | hathach | |
| - remove p_qhd->qtd_overlay.halted = 1; | |||
| 2013-03-06 | refractor hcd_open | hathach | |
| 2013-03-05 | add test & code for open bulk transfer to hcd_pipe_open() | hathach | |
| 2013-03-05 | refractor tests | hathach | |
| 2013-03-05 | add test & code for hcd_pipe_control_open | hathach | |
| 2013-03-04 | abstract call chains from hal usb isr | hathach | |
| 2013-03-04 | refractor | hathach | |
| - remove TUSB_CFG_HOST_CONTROLLER_START_INDEX | |||
| 2013-03-04 | replace TUSB_CFG_HOST by MODE_HOST_SUPPORTED | hathach | |
| move stuffs around | |||
| 2013-03-04 | allow configure host/device by controller basic | hathach | |
| - make changes to adapt add mcu_capacity.h | |||
| 2013-03-04 | add alignof to compilier specific | hathach | |
| add static_assert support for IAR (built-in support) | |||
| 2013-03-04 | add test for hcd/host init | hathach | |
| - TT control - usb cmd complete hcd/host initialization code | |||
| 2013-03-03 | house keeping | hathach | |
| 2013-03-03 | add test for hcd/host init period list | hathach | |
| 2013-03-03 | implement hcd_init controller_init | hathach | |
| - add test for async list | |||
| 2013-03-01 | rename ehci usb_int usb_sts usb/error field | hathach | |
| move MCU define to tusb_option.h | |||
| 2013-02-28 | start to add code for hcd_init test | hathach | |
| change hcd_init signature (omit hostid) | |||
| 2013-02-28 | continue to strengthen include policy | hathach | |
| 2013-02-28 | strengthen include policy. Only limited headers are allowed to included from ↵ | hathach | |
| a header file. Missing needed to be included in *.c | |||
