| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-19 | print out mac address | hathach | |
| 2013-07-19 | add implementation for | hathach | |
| - tusbh_cdc_rndis_is_mounted - tusbh_cdc_rndis_get_mac_addr | |||
| 2013-07-19 | add test & code to send rndis msg query for permanent address (MAC address) | hathach | |
| 2013-07-14 | extract send message & wait & get complete message to ↵ | hathach | |
| send_message_get_response_subtask | |||
| 2013-07-13 | add some required NDIS OID define | hathach | |
| 2013-07-06 | pass the initialize_cmplt | 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 | adding subclass RNDIS-CDC driver API | hathach | |
| - implement init - close - xfer_isr - open adding waiting for notification after send rndis_initalize_msg | |||
| 2013-07-05 | fix bug with rndis overshadow the normal cdc callback | hathach | |
| 2013-07-05 | change usbh_control_xfer_subtask to use flat API instead of passing ↵ | hathach | |
| tusb_control_request_t struct | |||
| 2013-07-05 | implementing initializing for RNDIS | hathach | |
| 2013-07-04 | no big deal, only rename tusb_std_request_t to tusb_control_request_t | hathach | |
| 2013-07-04 | add some printf when a class is mounted | hathach | |
| add initial tests for rndis | |||
| 2013-07-04 | change class (hid/cdc) _mounted_isr to _mounted_cb | hathach | |
| 2013-07-03 | adding _mounted_isr & _umounted_isr callback for host keyboard & mouse | hathach | |
| remove TUSB_EVENT_INTERFACE_OPEN & TUSB_EVENT_INTERFACE_CLOSE | |||
| 2013-07-03 | temporarily check cdc mounted by pipe_in & pipe_out | hathach | |
| add tests for tusbh_cdc_xfer_isr | |||
| 2013-07-03 | replace tusbh_cdc_isr by tusbh_cdc_xfer_isr with extra parameter as | hathach | |
| - pipe id - xferred_bytes host_class_driver_t add xferred_bytes parameter void (* const isr) (pipe_handle_t, tusb_event_t); --> void (* const isr) (pipe_handle_t, tusb_event_t, uint32_t); update hid_host & its tests | |||
| 2013-07-03 | rename cdc descriptor type | hathach | |
| add tusbh_cdc_mounted_isr & tusbh_cdc_unmounted_isr | |||
| 2013-07-02 | add way to calculate the actual byte transferred with ehci | hathach | |
| add come callback for cdch add code for cdc serial demo | |||
| 2013-07-02 | add tusbh_cdc_send, t usbh_cdc_receive | hathach | |
| add cdc_serial_app for virtual com demo | |||
| 2013-07-02 | add tusbh_cdc_serial_is_mounted API | hathach | |
| test for cdch close driver | |||
| 2013-07-02 | add cdc_rndis enum & struct | hathach | |
| 2013-07-01 | add cdc host driver close cdch_close | hathach | |
| refractor - add helper function in ehci qhd_next & qtd_next - extract function qhd_create_pipe_handle rename tusb_transfer_type_t to tusb_xfer_type_t add some handling for stall | |||
| 2013-07-01 | rename usbh_isr to usbh_xfer_isr | hathach | |
| 2013-07-01 | house keeping | hathach | |
| 2013-07-01 | add acm_capability saving to host data & its test | 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 | test refractor | hathach | |
| 2013-06-29 | [CDC] | hathach | |
| - add configure option - add include path - add driver function table | |||
| 2013-06-29 | adding descriptor, structure, enum support for cdc | hathach | |
| 2013-06-27 | use SUBTASK_EXIT to restart & exit task without "assert" | hathach | |
| 2013-06-27 | add mutex support for osal | hathach | |
| add test for mutex in test_osal_none.c implement usbh_control_xfer using mutex to get access to queue xfer on control pipe (while semaphore is used to sync with hcd DMA) failed to issue control xfer: set idle & get report descriptor in hidh_open_subtask (more to work on) | |||
| 2013-06-27 | add set idle request for hidh_open_subtask | hathach | |
| add interface number to hidh_interface_info_t refractor hidh_open_subtask to be a true subtask cannot run with set idle code ON because of semaphore misuse | |||
| 2013-06-26 | remove app_os_prio.h in os_none configure | hathach | |
| remove instance_num in hidh API temporarily pause device stack developement should fix travis-ci build error | |||
| 2013-06-23 | add custom bulk out test | hathach | |
| 2013-06-22 | fix bug with custom class that terminate xfer after the first QTD | hathach | |
| 2013-06-21 | fix a stupid bug | hathach | |
| 2013-06-21 | add api for hcd: hcd_pipe_is_idle | hathach | |
| add api for usbh: tusbh_device_get_mounted_class_flag implement api for custom class - is mounted - read | |||
| 2013-06-21 | [host lpc43xx] adding support for host custom class | hathach | |
| refractor usbh class driver indexing opt out periodic list code in EHCI (need to refractor/group later) [device lpc176x] rename dcd_endpoint_configure to dcd_pipe_open add usbd_pipe_open to manage pipe | |||
| 2013-06-16 | clean up some & add code for managing control request targeting interface | hathach | |
| 2013-06-14 | add dcd_pipe_control_read | hathach | |
| 2013-06-14 | implement hidd_control_request including std & class specific to interface ↵ | hathach | |
| number. refractor usbd_setup_received | |||
| 2013-06-12 | add coreid to hidd_init | hathach | |
| temporarily implement hidd_init using dcd from lpc17xx add more test for dcd lp176x implement dcd_endpoint_configure | |||
| 2013-06-12 | clean up | hathach | |
| 2013-06-04 | re-create ngx4330.h | hathach | |
| remove some rom driver dependency on upper layer introduce CAP_DEVICE_ROMDRIVER to overwrite TUSB_CFG_DEVICE_USE_ROM_DRIVER within the lib add support for lpc175x_6x - able to build and blink led on lpcxpresso1769 with device (without any class enabled) | |||
| 2013-06-03 | add TUSB_CFG_PROUDCT_ID check | hathach | |
| move USB_MAX_EP_NUM to device dependency - lpc43 --> 6 - lpc11/13 --> 5 | |||
| 2013-06-03 | refractor device mouse main.c & tusbd_hid_mouse_send_report | hathach | |
| 2013-06-03 | refractor tusb_descriptors | hathach | |
| usbd device_class_driver added & tested HID mouse for device (work together with hid keyboard) rename DEVICE_ROM_REG_BASE, DEVICE_ROM_DRIVER_ADDR | |||
| 2013-06-01 | rename romdriver handle | hathach | |
| forming API for USBD-CLASS driver (abstract away from rom driver) separate buffer of hid class from buffer of core driver | |||
