summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid/src
AgeCommit message (Expand)Author
2019-04-19move interface descriptor template to usbd.h, update exmaplehathach
2019-04-19update device freeRTOS exmaplehathach
2019-04-18remove auto descriptor and its option CFG_TUD_DESC_AUTOhathach
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-17clean up examplehathach
2019-04-11remove auto device descriptorhathach
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
2019-03-29clean uphathach
2019-03-29working on suspend and resumehathach
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
2019-03-13dcd_set_address include status response, usbd control stall both control in a...hathach
2019-01-04Add USB Midi support.Scott Shawcroft
2018-12-13white spaceshathach
2018-12-13seperate tusb_task() to tud_task() and tuh_task()hathach
2018-12-13osal clean uphathach
2018-12-12minor updatehathach
2018-12-07enable all warningshathach
2018-12-05fix travis build errorhathach
2018-12-05lpc40xx device work, moving Chip_USB_Init out of tinyusbhathach
2018-12-03clean up lpc13hathach
2018-12-03move lpc_chip_13xx fileshathach
2018-12-03use flash for msc_disk_ram in case mcu does have enough sramhathach
2018-11-28add Auto descriptor endpoint num config to support lpc17xxhathach
2018-11-26add OPT_MODE_HIGH_SPEEDhathach
2018-11-26clean up warningshathach
2018-11-25Introduce a Makefile for the OS_NONE device exampleScott Shawcroft
2018-11-22cdc work ok with lpc43xxhathach
2018-11-22rename CFG_TUSB_MEM_SECTION to CFG_TUSB_MEM_SECTIONhathach
2018-11-22msc device block count and block numhathach
2018-11-22clean up msc examplehathach
2018-11-22msc works well with samd51hathach
2018-11-22rename example projecthathach