| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-03-29 | clean up, update tests for hcd_port_reset after 8 byte descriptor & set ↵ | hathach | |
| configure before open class driver | |||
| 2013-03-29 | fix the damn bug within 10 line of code in keyboard_app.c | hathach | |
| 2013-03-27 | quick fix for a bug in keyboard app. | hathach | |
| still have unplug/plug event after receiving report from keyboard devices | |||
| 2013-03-27 | add test for pipe_interrupt_xfer | hathach | |
| implement keyboard app code - forcefully place keyboard_report in RAM section 3 change used bit in qtd from reserved in buffer[1] to alternate link add code for fake ehci controller runs on period interrupt change signature of tusbh_hid_keyboard_get_report - tusb_keyboard_report_t* to uint8_t* implement period (interrupt) complete isr processing | |||
| 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-26 | fix bug with enum task skipping decriptor | hathach | |
| 2013-03-26 | add code for hidh close | hathach | |
| refractor the full configure descriptor parsing in enum task | |||
| 2013-03-26 | add field to endpoint maxpacketsize (mult) | hathach | |
| refractor hidh_open_subtask & hidh_keyboard_open add ATTR_PACKED_STRUCT(x) - TODO remove ugly pre_pack & post pack | |||
| 2013-03-26 | - put ATTR_UNUSED to hardfault handler variables to discard compiler warning | hathach | |
| - change host_class_driver_t: open_subtask signature to accept tusb_descriptor_interface_t const * instead of uint8_t* | |||
| 2013-03-26 | start merge hidh_keyboard back to hidh | hathach | |
| 2013-03-26 | pass all the current tests | hathach | |
| 2013-03-26 | add flag_supported_class to usbh_devices | hathach | |
| remove all ATTR_WEAK in init,open,isr,close driver functions of USBH-CLASS API - prefer testing | |||
| 2013-03-25 | remove multiple instances per device for hidh keyboard (no needed) | hathach | |
| - API retain though | |||
| 2013-03-25 | refractor hidh_keyboard_open | hathach | |
| 2013-03-25 | fix const discard warning | hathach | |
| 2013-03-25 | add more test and complete keyboard open | hathach | |
| 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 | remove obsolete TUSB_CFG_HOST_HID_KEYBOARD_ENDPOINT_SIZE | hathach | |
| temporarily ignore test for hid_host.c due to ceedling linking issue with weak symbol implement hidh_open_subtask driver to subclass open rename hidh_keyboard_install to hidh_keyboard_open_subtask | |||
| 2013-03-25 | able to build test hidh | hathach | |
| hack include in hid_host_keyboard.h | |||
| 2013-03-25 | separate hidh_keyboard from hid_host | hathach | |
| move test hid related to its own folder | |||
| 2013-03-25 | change website from tinyusb.net to tinyusb.org | hathach | |
| 2013-03-25 | changing the hcd_pipe_close behavior | hathach | |
| - bulk/int/iso pipe can only be closed as part of unmount/safe remove process add test for interrupt_close | |||
| 2013-03-24 | fix potential bug when insert new queue head to list | hathach | |
| 2013-03-24 | period_frame_list0 is not existed if period list is not required | hathach | |
| 2013-03-24 | refractor hidh keyboard | hathach | |
| changing class hidh behavior | |||
| 2013-03-24 | add class flags | hathach | |
| change keyboard_info_pool to keyboard_data | |||
| 2013-03-24 | refractor | hathach | |
| - rename usbh_device_info_pool to usbh_devices - create a struct for control pipe in usbh_device_info_t | |||
| 2013-03-24 | rename sem_hdl in usbh_device_info_t control_sem_hdl | hathach | |
| 2013-03-24 | add TUSB_DEVICE_STATE_INVALID_PARAMETER to tusb_device_state_t | hathach | |
| 2013-03-24 | refractor | hathach | |
| - rename tusbh_device_status_get to tusbh_device_get_state - replace tusbh_device_status_t by tusb_device_state_t | |||
| 2013-03-24 | clean up: | hathach | |
| - refractor tusb_handle_device_t device_hdl to uint8_t dev_addr add keyboard_app.c/h | |||
| 2013-03-24 | house keeping | hathach | |
| 2013-03-23 | clean up | hathach | |
| 2013-03-23 | - add control_pipe_status for usbh_device_info_t to reflect the status ↵ | hathach | |
| transfer of control pipe - fix bug with hcd_port_reset + remove regs->portsc_bit.port_enable in the wait loop as device unplugged can cause this to always fails - correct the timeout for hcd_controll_stop/reset 16 uframes ~ 2 ms - potentially fix bugs device unplugged when new address is not assigned | |||
| 2013-03-23 | enhance some tests | hathach | |
| add test for usbh_isr error invoke fix bug if device unplugged before is set to new address - clean up & close control addr0 in usbh_device_unplugged_isr | |||
| 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 | house keeping | hathach | |
| 2013-03-23 | refractor | hathach | |
| - rename TUSB_DEVICE_STATE_READY to TUSB_DEVICE_STATE_CONFIGURED - move device_state to core/tusb_types.h - remove usbh_device_hcd_data_cleaned_up_cb, hcd now set the state directly | |||
| 2013-03-23 | refractor | hathach | |
| - rename usbh_device_info_t.status to state - rename enum TUSB_DEVICE_STATUS_* to TUSB_DEVICE_STATE_* | |||
| 2013-03-23 | - house keeping | hathach | |
| - add controller id for hal_interrupt_enable/disable | |||
| 2013-03-23 | continue clean up ehci | hathach | |
| 2013-03-23 | clean up ehci | hathach | |
| 2013-03-23 | clean up | hathach | |
| 2013-03-23 | refractor extract to function qtd_remove_1st_from_qhd | hathach | |
| 2013-03-23 | fix issue with Interrupt Async Advance | hathach | |
| - only acknowledge interrupt that we check | |||
| 2013-03-22 | use DO PING for highspeed out bulk | hathach | |
| 2013-03-22 | fix bug: adjust all bulk queue head from ehci_data.device | hathach | |
| 2013-03-22 | add callback for hcd when it cleaned up all cache data for a device ↵ | hathach | |
| (previously mark as removing). | |||
| 2013-03-22 | house keeping for pipe API test code | hathach | |
