summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid/src
AgeCommit message (Collapse)Author
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
CFG_TUD_DESC_*_EPNUM
2018-11-26add OPT_MODE_HIGH_SPEEDhathach
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-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
- replace CFG_TUD_MSC_BLOCK_NUM & CFG_TUD_MSC_BLOCK_SZ by tud_msc_capacity_cb() (mandatory callback)
2018-11-22clean up msc examplehathach
2018-11-22msc works well with samd51hathach
2018-11-22rename example projecthathach