| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-13 | dcd_set_address include status response, usbd control stall both control in ↵ | hathach | |
| and out | |||
| 2019-01-29 | zero init internal class/device data | hathach | |
| 2019-01-29 | add tusb_inited() API, check for inited() before running device/host task | hathach | |
| 2019-01-04 | Add USB Midi support. | Scott Shawcroft | |
| It also introduces a txbuffer which copies data into it but passes the buffer straight to the USB rather than another copy. | |||
| 2018-12-13 | seperate tusb_task() to tud_task() and tuh_task() | hathach | |
| tusb_task() still exists for backward compatible | |||
| 2018-12-13 | remove task void* param | hathach | |
| 2018-12-13 | osal clean up | hathach | |
| remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task and call tinyusb_task(). This make API consistent with NO OS. | |||
| 2018-12-12 | change usbd xfer_cb return type to bool | hathach | |
| 2018-12-12 | change class driver open return type to bool | hathach | |
| 2018-12-12 | rename descriptor_* helper to tu_desc_* | hathach | |
| 2018-12-12 | rename edpt_dir/number/addr to tu_edpt_* | hathach | |
| 2018-12-10 | add tuh_mount_cb/tuh_umount_cb | hathach | |
| 2018-12-10 | add ep addr to host cdc | hathach | |
| 2018-12-10 | clean up | hathach | |
| 2018-12-10 | refactor usbh class driver | hathach | |
| 2018-12-05 | fixing build error with host stack | hathach | |
| 2018-12-05 | change usbd_init() return to bool for simplicity | hathach | |
| 2018-12-05 | add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr | hathach | |
| 2018-12-05 | hal clean up | hathach | |
| - replace tusb_hal_int_enable/disable to dcd_int_enable/disable, hcd_int_enable/disable - remove tusb_hal_init(), this will be part of dcd_init/hcd_init, anything beyond dcd/hcd should be inited by bsp | |||
| 2018-11-26 | clean up warnings | hathach | |
| 2018-11-23 | rename DCD_XFER_SUCCESS to XFER_RESULT_SUCCESS | hathach | |
| 2018-11-23 | rename tusb_event_t to xfer_result_t | hathach | |
| 2018-11-20 | samd51 fix stable issue with dcd | hathach | |
| 2018-11-16 | nrf5x: clean up dcd, add comment | hathach | |
| 2018-11-16 | remove control.h (move prototype to usbd_pvt.h) | hathach | |
| 2018-11-16 | nrf5x: refactor device control transfer. | hathach | |
| - make control transfer as part of usbd. Class driver must use usbd_control_ API() instead of dcd_ api. - change the signature of class driver's control_request - allow control request complete to stall in staus stage - move control request parser & handling to usbd. | |||
| 2018-11-14 | remove control from class driver array | hathach | |
| 2018-11-14 | usbd clean up | hathach | |
| 2018-11-14 | clean up | hathach | |
| 2018-11-14 | change osal_queue_receive() signature | hathach | |
| - fix build issue with freertos | |||
| 2018-11-08 | Polish up control split and treat it more like a normal endpoint. | Scott Shawcroft | |
| 2018-11-07 | Split out the control endpoint logic | Scott Shawcroft | |
| 2018-11-07 | Add SAMD21 and SAMD51 support for CircuitPython. | Scott Shawcroft | |
| The ProtoThreads style subtasks were removed because it led to extremely unclear control flow. RTOSes can be used if threading is needed. Also added some additional functionality to MSC to support dynamic LUNs and read-only LUNs. | |||
| 2018-11-02 | defer DCD_EVENT_BUS_RESET, DCD_EVENT_UNPLUGGED to usbd task | hathach | |
| 2018-10-24 | fix nrf52 freeRTOS interrupt priority | hathach | |
| 2018-10-24 | rename verify_breakpoint to TU_BREAKPOINT | hathach | |
| 2018-10-24 | replace dcd_xfer_complete by dcd_xfer_complete() | hathach | |
| 2018-10-23 | replace dcd_bus_event() and dcd_setup_received() by dcd_event_handler() | hathach | |
| 2018-10-23 | rename UBSD_EVT_ to DCD_EVENT_ | hathach | |
| 2018-10-23 | rename usbd_event_t to dcd_event_t | hathach | |
| 2018-10-23 | clean up usbd | hathach | |
| 2018-10-23 | clean up helper func | hathach | |
| 2018-09-04 | adding mynewt to osal | hathach | |
| 2018-08-30 | clean up osal task and subtask | hathach | |
| 2018-08-28 | add while loop to usbd task to run until task queue is empty | hathach | |
| 2018-08-23 | rename common func to avoid conflict | hathach | |
| 2018-08-13 | rename VERIFY to TU_VERIFY to avoid conflict with application | hathach | |
| 2018-08-01 | improve auto descriptor | hathach | |
| 2018-07-29 | hid device enhance | hathach | |
| 2018-07-28 | fix hid generic various error | hathach | |
