summaryrefslogtreecommitdiff
path: root/tinyusb/class
AgeCommit message (Collapse)Author
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
2014-03-14more warnings clean uphathach
2014-03-14clean more warningshathach
2014-03-14clean up warning in lpcxpressohathach
remove -Wpacked -Wpadded in gcc
2014-03-14zero warnings compiling host os none on keilhathach
2014-03-14clean up compiler warning transfer of control bypasses initializationhathach
2014-03-13clean up more warningshathach
2014-03-13remove legacy code of msc_device.c read10 & write10hathach
clean up some warnings
2014-03-13fix some warningshathach
2014-03-12able to build lpc11u with IARhathach
clean ending warming with IAR
2014-03-12a fix to IAR's incapability to force struct's member on specified alignmenthathach
2014-03-12IAR line ending warninghathach
2014-03-10change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") ↵hathach
instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code change pipe xfer API buffer from void* to uint8_t* change FIFO_DEF to have a separated buffer to be compatible with IAR\ refractor IAR data alignment pragma
2014-03-09rename tusbd_msc_scsi_received_isr to tusbd_msc_scsi_cbhathach
fix the status phase true --> false ASSERT_STATUS( dcd_pipe_xfer( p_msc->edpt_in , p_csw, sizeof(msc_cmd_status_wrapper_t), false) ); board ea4357 added P9_5 pull down for device connect
2014-02-28refractor remove tusbh_msc_is_failedhathach
increase usbh enum task from 150 to 200 due to stack overflow when mounting msc device added task for msc host freeRTOS with stack = 300 (still cannot execute copy command)
2014-02-20use hcd_pipe_is_busy instead of hcd_pipe_is_idlehathach
remove hcd_pipe_is_idle
2013-12-18able to run MSC host demo on lpc17xxhathach
implement walk around for halted ED in OHCI
2013-12-13able to get connect status change interrupt occuredhathach
2013-12-11fix error in dcd_lpc175x_6x (still has problem with control transfer)hathach
fix build error for host start to add keil support for device opt out pca9532.c when ea4357 is not the selected board
2013-12-10add some doxygenhathach
2013-12-09complete dcd 17xx control xfer with soft DMAhathach
keyboard LED set report run ok with lpc17xx there is problem with cdc set line encoding
2013-12-09add keyboard led maskhathach
make usbd control request to subtask add get/set report via control pipe to hidd enforce soft DMA to control pipe for lpc11u (lpc17xx not yet) temp add led_blinking_set_interval to change led blinking interval refractor dcd_pipe_control_xfer to have interrupt on complete option add get/set report support of moused_app and keyboardd_app, keyboard LED will make LED blink faster