summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid_freertos
AgeCommit message (Collapse)Author
2019-04-19update device freeRTOS exmaplehathach
2019-04-18update tud_hid_keyboard/mouse helperhathach
2019-04-18refactor hid, rename hid_generic to simply hid_hathach
2019-04-11remove auto device descriptorhathach
Application should declare its own device descriptor
2019-04-02rename board_led_control to board_led_writehathach
2019-04-01add board_button_read()hathach
2019-03-25fix timer prio for freertos to blink ledhathach
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
2019-03-23clean up bsp, adde board_millis()hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
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-05clean up ses projecthathach
2018-12-05fix travis build errorhathach
2018-12-03clean up lpc13hathach
2018-12-03use flash for msc_disk_ram in case mcu does have enough sramhathach
2018-11-29added & tested lpc17xx freertos device examplehathach
- add USB priority check for freeRTOS config
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-22msc works well with samd51hathach
2018-11-22rename freertos examplehathach