summaryrefslogtreecommitdiff
path: root/tinyusb/class
AgeCommit message (Collapse)Author
2018-03-09rename coreid to porthathach
2018-03-08clean up virtual com examplehathach
2018-03-08cdc device require SOF to operatehathach
2018-03-08enhance cdc device APIhathach
2018-03-08enhancehathach
- add ASSERT_ - rename edpt_equal -
2018-03-07updatehathach
2018-03-07enhance cdc implementationhathach
2018-03-06move class fileshathach
2018-03-06clean uphathach
2018-03-06rename hal_dcd_pipe_stall()hathach
2018-03-06rename to hal_dcd_pipe_xfer()hathach
2018-03-06change hal_dcd_pipe_open() signature to return boolhathach
- remove endpointhandle_is_valid()
2018-03-06remove class code in pipe open()hathach
2018-03-06rename to hal_dcd_control_xfer() and hal_dcd_control_stall()hathach
2018-03-05reame SUBTASK_EXIT to SUBTASK_RETURNhathach
2018-03-02clean up compilerhathach
2018-03-02add tud_mount_cb, tud_umount_cbhathach
remove device class/interface callback
2018-03-01rename tud_configured() to mounted()hathach
2018-03-01device API renamehathach
2018-03-01osal macro clean uphathach
2018-03-01more osal clean uphathach
2018-03-01clean up osal semaphore/queue/mutexhathach
2017-08-03clean uphathach
2015-05-01tusbh_device_ to tuh_device_hathach
2015-05-01simplify tusbh_cdc_ to tuh_cdc_hathach
2015-05-01simplify host API: tusbh_ to tuh_ for keyboard & mousehathach
2015-05-01simplify host API: tusbh_ to tuh_hathach
2015-05-01formattinghathach
2015-05-01formattinghathach
2015-05-01replace ATTR_PACKED_STRUCT by simply ATTR_PACKED (drop IAR support)hathach
remove "primitive_types.h" by simply include stdbool.h, stdint.h
2015-05-01readd rndis fileshathach
2014-04-24added all assert check to osal_queue_send and osal_semaphore_posthathach
2014-04-24correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlayhathach
flush usbd_queue_hdl when bus_reset add assert check for osal_queue_send increase ENUM_QUEUE_DEPTH for usbh change osal_freeRTOS.h implementation to - correctly waiting forever for semaphore wait, queue & mutex - not use ISR safe version since it is not as generic as we want
2014-04-18move osal_queue_send of osal_none to osal_none.chathach
2014-04-17clean up STATIC_VARhathach
2014-03-31implement & document all the device class _mounted_cb & _unmounted_cb callbackshathach
2014-03-26clean uphathach
2014-03-25doxygen documentinghathach
2014-03-24more doxygen workshathach
2014-03-23use internal buffer for hid report descriptor as well.hathach
2014-03-23remove IAD_DESC_REQUIREDhathach
add compiler guard for exceeding number of endpoints for lpc11/13u
2014-03-22rename dcd_11u_13u_qhd_t::total_bytes to nbytes to prevent confusionhathach
introduce scsi_data to mscd_interface_t to make tusbd_msc_scsi_cb buffer's address no longer to be required in USB ram section --> save usb ram for lpc11/13u
2014-03-21clean ATTR_USB_MIN_ALIGNMENT on application and most of device except the ↵hathach
msc_device.c
2014-03-21clean up some device warningshathach
move led_blinking_task and led_blinking_set_interval to board.c
2014-03-18clean uphathach
2014-03-18finish descriptor refractor for hid keyboard & mousehathach
2014-03-18app descriptor renamehathach
2014-03-17doxygeninghathach
2014-03-16doxygen documenthathach
2014-03-14Suppress Keil warnings #66-D: enumeration value is out of "int" rangehathach