summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid_freertos/ses
AgeCommit message (Collapse)Author
2020-03-10rename to cdc_msc_freertoshathach
2019-08-31fix segger embbeded studio compile issuehathach
2019-05-01freertos cdc_msc_hid makefile compilehathach
2019-04-19update device freeRTOS exmaplehathach
2019-03-25fix timer prio for freertos to blink ledhathach
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
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-11-29added & tested lpc17xx freertos device examplehathach
- add USB priority check for freeRTOS config
2018-11-22rename freertos examplehathach