| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-29 | working on suspend and resume | hathach | |
| change dcd_init signature | |||
| 2019-03-24 | remove tusb_hal_millis() usage, less work for porting | hathach | |
| 2019-03-23 | add board_noos_millis() for blinky | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2019-03-15 | stm32 update TX Fifo for edpt IN, both CDC + MSC work great | hathach | |
| - call dcd_event_xfer_complete() when enough bytes received - add dcd_get_frame_number() | |||
| 2019-01-08 | Remove txbuf in favor of fifo. | Scott Shawcroft | |
| Fifo incurs a second copy into a USB buffer but this ensures the correct USB buffer alignment. Some LPC chips require 64 byte alignment that txbuf couldn't do. | |||
| 2019-01-04 | Split out txbuf and add unit test. | Scott Shawcroft | |
| 2018-12-17 | add dcd_get_microframe() | hathach | |
| 2018-12-14 | merge binary.h into tusb_common.h | hathach | |
| 2018-12-14 | rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency | hathach | |
| 2018-12-14 | clean up compiler attribute | hathach | |
| 2018-12-13 | clean up error enum | 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 | clean up | 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-12 | replace all hcd pipe close by hcd_device_remove | hathach | |
| 2018-12-11 | fix build error with ohci | hathach | |
| 2018-12-10 | add ep addr to host cdc | hathach | |
| 2018-12-07 | change usbh_control_xfer name and signature | hathach | |
| 2018-12-05 | add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr | hathach | |
| 2018-11-23 | remove pragma GCC diagnostic | hathach | |
| 2018-11-23 | rename xfer complete enum | hathach | |
| 2018-11-23 | rename tusb_event_t to xfer_result_t | hathach | |
| 2018-11-22 | cdc work ok with lpc43xx | 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 | Merge pull request #7 from tannewt/tinyusb_samd | hathach | |
| Add SAMD support and simplify OS_NONE | |||
| 2018-11-13 | added tud_cdc_write_str, tu_fifo only use mutex for RTOS config | hathach | |
| 2018-11-09 | Exempt from strict warnings for struct packing and add MCU options | Scott Shawcroft | |
| 2018-11-02 | add mutex support (optional) for tu_fifo | 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 | clean up helper func | hathach | |
| 2018-09-28 | rename queue.h to sys_queue.h to prevent name conflict | hathach | |
| 2018-09-26 | format queue.h a bit | hathach | |
| 2018-09-26 | add sys/queue.h to common | hathach | |
| 2018-09-02 | clean up | hathach | |
| 2018-08-23 | fix compiler static assert complain | hathach | |
| 2018-08-23 | rename common func to avoid conflict | hathach | |
| 2018-08-21 | add string desc helper | hathach | |
| 2018-08-13 | rename VERIFY to TU_VERIFY to avoid conflict with application | hathach | |
| 2018-07-29 | hid device enhance | hathach | |
| 2018-07-28 | change HID config, move HID boot config to part of auto descriptor only | hathach | |
| 2018-07-27 | house keeping | hathach | |
| 2018-07-25 | add scsi start stop unit struct, improve device msc, correctly stall ↵ | hathach | |
| unsupported scsi command | |||
| 2018-07-24 | house keeping | hathach | |
| 2018-07-23 | clean up include | hathach | |
| 2018-07-23 | rename timeout_ API to tu_timeout API | hathach | |
| 2018-07-23 | rename timeout_timer.h to tusb_timeout.h | hathach | |
| 2018-07-23 | enhance device hid | hathach | |
| - add CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP - add tud_hid_keyboard_send_keycode(), tud_hid_keyboard_send_char(), tud_hid_keyboard_send_string() - add timeout_blocking_wait() | |||
