summaryrefslogtreecommitdiff
path: root/lib/FreeRTOS
AgeCommit message (Collapse)Author
2021-03-01remove submodule lib/FreeRTOShathach
2020-03-10added FreeRTOS as submodulehathach
2020-03-10adding FreeRTOS as submodulehathach
2019-05-01freertos cdc_msc_hid makefile compilehathach
2019-03-20migrate license from BSD 3 clause to MIThathach
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-11-29added & tested lpc17xx freertos device examplehathach
- add USB priority check for freeRTOS config
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