| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-26 | add code & test for hidh_isr (set status for keyboard) | hathach | |
| 2013-03-26 | rename pipe_status_t to tusb_interface_status_t | hathach | |
| add tusbh_hid_keyboard_status & test code | |||
| 2013-03-25 | add several helper function | hathach | |
| add test & code for hidh_keyboard_open_subtask - skip parsing HID descriptor for keyboard | |||
| 2013-03-25 | change website from tinyusb.net to tinyusb.org | hathach | |
| 2013-03-24 | refractor hidh keyboard | hathach | |
| changing class hidh behavior | |||
| 2013-03-23 | change signature usbh_isr to add tusb_bus_event_t parameter | hathach | |
| change singature of call_isr as well | |||
| 2013-03-23 | refractor | hathach | |
| - rename usbh_device_info_t.status to state - rename enum TUSB_DEVICE_STATUS_* to TUSB_DEVICE_STATE_* | |||
| 2013-03-12 | implement port hcd_port_connect_status | hathach | |
| clean up | |||
| 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-09 | add class code to hcd_pipe_open to facilitate usb_complete callback | 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-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-06 | add prototype for hcd_pipe(control)_close | hathach | |
| - update test code for enum task respectively | |||
| 2013-03-05 | add test & code for open bulk transfer to hcd_pipe_open() | 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-02-28 | start to add code for hcd_init test | hathach | |
| change hcd_init signature (omit hostid) | |||
| 2013-02-06 | refractor move device_addr0 into usbh_device_pool | hathach | |
| enum_entry contains speed and enum task will not carry out disconnection clean up | |||
| 2013-02-06 | refractor move test enum to its own file | hathach | |
| add assert with handler add task assert with error catcher | |||
| 2013-02-04 | resolve conflict between usbh & hcd | hathach | |
| 2013-02-04 | add usbh_hcd to hold common structure/typedef for usbh and hcd | hathach | |
| 2013-02-04 | rename usbd_host to usbh | hathach | |
| 2013-02-04 | refine ASSERT_DEFINE to allow special error_handler for os task | hathach | |
| add device_addr0 for enumeration task start to add osal port for freeRTOS | |||
| 2013-02-02 | refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_END | hathach | |
| - add TASK_ASSERT & TASK_ASSERT_STATUS add more code for enumerate task add control requests & its type def add API for HCD - hcd_pipe_addr0_open - hcd_pipe_control_open - hcd_pipe_control_xfer - hcd_pipe_open - hcd_port_speed | |||
| 2013-02-01 | house keeping | hathach | |
| add some more logic for enum task | |||
| 2013-02-01 | add std=gnu99 for test build | hathach | |
| add hcd_init to usbh_init and update test code add TUSB_CFG_OS_TICK_PER_SECOND define for TUSB_OS_NONE change osal_semaphore_wait and osal_queue_receive API to have timeout effectively | |||
| 2013-01-27 | update license year from 2012 to 2013 | hathach | |
| 2013-01-22 | start to support | hathach | |
| - usbd host - osal some global define #define TUSB_CFG_HOST_CONTROLLER_NUM #define TUSB_CFG_HOST_DEVICE_MAX #define TUSB_CFG_CONFIGURATION_MAX rename & refractor HID type structure & enum use CException to test asssertion library add test for hid_host_keyboard with usbd configure get & osal queue get stubs update test for assertion library refractor ASSERT_STATUS in assertion library update tusb_error_t values rename usb basic type & enum in tusb_types.h and std_descriptors.h | |||
| 2013-01-19 | change error type to lower case for more consistency | hathach | |
| change Error Enum to TUSB prefix for more consistency start to add check for OS configure | |||
| 2012-12-04 | fixed building errors with device example | hathach | |
| 2012-12-03 | fix some doxygen settings and stuffs add prepacked for IAR compiler | hathach | |
| 2012-12-02 | add extern "C" for cpp | hathach | |
| start to work on hal layer | |||
| 2012-12-02 | add overview.md and license.md and tinyUSB overview.png | hathach | |
| 2012-11-29 | change license email to website | hathach | |
| added support for cdc devices | |||
| 2012-11-29 | update doxygen | hathach | |
| 2012-11-29 | add more doxygen docs | hathach | |
| start to use TUSB_Error_t | |||
| 2012-11-27 | added _cplusplus extern wrapper | hathach | |
| 2012-11-26 | added files | hathach | |
