summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid
AgeCommit message (Collapse)Author
2019-01-10Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4William D. Jones
2019-01-09cdc_msc_hid: Work around LTO bug in gcc where order of compile mattersWilliam D. Jones
(bug #1747966).
2019-01-04Add USB Midi support.Scott Shawcroft
It also introduces a txbuffer which copies data into it but passes the buffer straight to the USB rather than another copy.
2019-01-02adding makefile support for nrf5xhathach
got undefined reference to `_start'
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-07enable all warningshathach
2018-12-05clean up ses projecthathach
2018-12-05add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isrhathach
2018-12-05fix travis build errorhathach
2018-12-05lpc40xx device work, moving Chip_USB_Init out of tinyusbhathach
2018-12-04adding ea4088 quickstart, able to blinkhathach
2018-12-04add mcb1800, blink led okhathach
2018-12-03clean uphathach
2018-12-03use lpcopen for ea4357, blinky okhathach
2018-12-03clean up lpc13hathach
2018-12-03moving lpc17xx to use lpcopenhathach
2018-12-03move lpc_chip_13xx fileshathach
2018-12-03use flash for msc_disk_ram in case mcu does have enough sramhathach
2018-12-03correct memory placement for lpc13. CDC work wellhathach
2018-12-02lpc11u use USBSRAM, able to response with 1st requesthathach
2018-12-01fix lpc11u68 bsp issue, able to blinkhathach
2018-12-01able to build lpc11u68hathach
2018-12-01add lpc11u68 ses filehathach
2018-11-30lpc13xx build ok (not work) with lpcopenhathach
2018-11-30adding ses lpc13xxhathach
2018-11-29update segger projecthathach
2018-11-29clean uphathach
2018-11-28add Auto descriptor endpoint num config to support lpc17xxhathach
CFG_TUD_DESC_*_EPNUM
2018-11-27needs to be filled out. blinks thoughScott Shawcroft
2018-11-27clean uphathach
2018-11-27enhance dcd lpc17xx. Able to pass enumerationhathach
2018-11-26add lpc175x_6x project filehathach
2018-11-26add OPT_MODE_HIGH_SPEEDhathach
2018-11-26clean uphathach
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-22build okhathach
2018-11-22adding lpc43xx to seshathach
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