summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid/src/main.c
AgeCommit message (Collapse)Author
2019-09-11rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite nowhathach
2019-09-11remove hid in cdc_msc_hid demo since many of stm32 mcu doesn't have enough ↵hathach
endpoint to run this example
2019-07-26example clean uphathach
2019-07-11clean uphathach
2019-07-03tested midi examplehathach
2019-05-29added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()hathach
- improve fifo write/read_n with only one lock - use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver - replace cdc read's pending_read_from_host by usbd_edpt_busy()
2019-05-21better fix for #72 millis overthrowhathach
2019-05-14update license year to 2019hathach
2019-05-02clean uphathach
2019-05-01simplify hid keyboard & mouse report to one API eachhathach
2019-05-01freertos cdc_msc_hid makefile compilehathach
2019-04-19move interface descriptor template to usbd.h, update exmaplehathach
2019-04-19update device freeRTOS exmaplehathach
2019-04-18wrap up hid device refactorhathach
2019-04-18update tud_hid_keyboard/mouse helperhathach
2019-04-18refactor hid, rename hid_generic to simply hid_hathach
2019-04-02rename board_led_control to board_led_writehathach
2019-04-01add board_button_read()hathach
2019-03-30added tud_suspended() and tud_ready()hathach
2019-03-30clean up texthathach
2019-03-30usbd add connected, suspended, remote_wakeuphathach
- remove use of osal_queue_reset
2019-03-29clean uphathach
2019-03-29working on suspend and resumehathach
change dcd_init signature
2019-03-23clean up bsp, adde board_millis()hathach
2019-03-23remove idle rate enforcement, should be done in application levelhathach
2019-03-23add board_noos_millis() for blinkyhathach
2019-03-21minor clean uphathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-13white spaceshathach
2018-12-13seperate tusb_task() to tud_task() and tuh_task()hathach
tusb_task() still exists for backward compatible
2018-12-13osal clean uphathach
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-12minor updatehathach
2018-12-03clean up lpc13hathach
2018-11-26clean up warningshathach
2018-11-25Introduce a Makefile for the OS_NONE device exampleScott Shawcroft
It currently supports the SAMD21 and SAMD51 only. More will be added later.
2018-11-22rename example projecthathach