summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2019-03-29working on suspend and resumehathach
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
2019-03-23add board_noos_millis() for blinkyhathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-03-15stm32 update TX Fifo for edpt IN, both CDC + MSC work greathathach
2019-01-08Remove txbuf in favor of fifo.Scott Shawcroft
2019-01-04Split out txbuf and add unit test.Scott Shawcroft
2018-12-17add dcd_get_microframe()hathach
2018-12-14merge binary.h into tusb_common.hhathach
2018-12-14rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistencyhathach
2018-12-14clean up compiler attributehathach
2018-12-13clean up error enumhathach
2018-12-13osal clean uphathach
2018-12-12clean uphathach
2018-12-12rename descriptor_* helper to tu_desc_*hathach
2018-12-12rename edpt_dir/number/addr to tu_edpt_*hathach
2018-12-12replace all hcd pipe close by hcd_device_removehathach
2018-12-11fix build error with ohcihathach
2018-12-10add ep addr to host cdchathach
2018-12-07change usbh_control_xfer name and signaturehathach
2018-12-05add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isrhathach
2018-11-23remove pragma GCC diagnostichathach
2018-11-23rename xfer complete enumhathach
2018-11-23rename tusb_event_t to xfer_result_thathach
2018-11-22cdc work ok with lpc43xxhathach
2018-11-16nrf5x: refactor device control transfer.hathach
2018-11-14Merge pull request #7 from tannewt/tinyusb_samdhathach
2018-11-13added tud_cdc_write_str, tu_fifo only use mutex for RTOS confighathach
2018-11-09Exempt from strict warnings for struct packing and add MCU optionsScott Shawcroft
2018-11-02add mutex support (optional) for tu_fifohathach
2018-10-24rename verify_breakpoint to TU_BREAKPOINThathach
2018-10-24replace dcd_xfer_complete by dcd_xfer_complete()hathach
2018-10-23clean up helper funchathach
2018-09-28rename queue.h to sys_queue.h to prevent name conflicthathach
2018-09-26format queue.h a bithathach
2018-09-26add sys/queue.h to commonhathach
2018-09-02clean uphathach
2018-08-23fix compiler static assert complainhathach
2018-08-23rename common func to avoid conflicthathach
2018-08-21add string desc helperhathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-07-29hid device enhancehathach
2018-07-28change HID config, move HID boot config to part of auto descriptor onlyhathach
2018-07-27house keepinghathach
2018-07-25add scsi start stop unit struct, improve device msc, correctly stall unsuppor...hathach
2018-07-24house keepinghathach
2018-07-23clean up includehathach
2018-07-23rename timeout_ API to tu_timeout APIhathach
2018-07-23rename timeout_timer.h to tusb_timeout.hhathach
2018-07-23enhance device hidhathach