summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-12-14clean up compiler attributehathach
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-06rename CFG_TUSB_HOST_CDC/MSC to CFG_TUH_CDC/MSChathach
2018-11-29added & tested lpc17xx freertos device examplehathach
- add USB priority check for freeRTOS config
2018-11-22refractor device composite examplehathach
2018-08-23clean uphathach
2018-08-23freeRtos seems to work well with nrf52840hathach
2018-08-23freertos blinky with software timerhathach
2018-05-17switch osal freeRTOS port to use static semaphore & queuehathach
2018-05-17adding static API for freeRTOShathach
add vApplicationGetIdleTaskMemory(), vApplicationGetTimerTaskMemory()
2018-05-17update freeRTOS to v10.0.1hathach
2018-05-17rename vendor to libhathach