| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-07-21 | follow up to pr468 | hathach | |
| 2020-07-20 | FreeRTOS: Yield from ISR to notify the USB task | me-no-dev | |
| If we do not yeld in ISR when we write to queue/give semaphore, the scheduler will not know of the change and will not check the queue untill the next OS tick. This change causes the task to be called immediately and makes communication many times faster. | |||
| 2020-05-20 | fix freeRTOS logic | hathach | |
| 2020-05-20 | remove osal_queue_t const qhdl from osal API | hathach | |
| since it doesn't make any differences. | |||
| 2020-05-20 | added osal_queue_empty() API | hathach | |
| ported for osal none/freertos/mynewt | |||
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-04-02 | clean up | hathach | |
| 2019-03-30 | usbd add connected, suspended, remote_wakeup | hathach | |
| - remove use of osal_queue_reset | |||
| 2019-03-20 | clean up | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2018-12-13 | osal clean up | hathach | |
| 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-06 | change osal_semaphore_wait to return bool | hathach | |
| 2018-12-05 | fixing build error with host stack | hathach | |
| 2018-12-05 | add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr | hathach | |
| 2018-11-14 | change osal_queue_receive() signature | hathach | |
| - fix build issue with freertos | |||
| 2018-11-07 | Add SAMD21 and SAMD51 support for CircuitPython. | Scott Shawcroft | |
| The ProtoThreads style subtasks were removed because it led to extremely unclear control flow. RTOSes can be used if threading is needed. Also added some additional functionality to MSC to support dynamic LUNs and read-only LUNs. | |||
| 2018-11-02 | clean up osal | hathach | |
| 2018-11-02 | add osal_mutex | hathach | |
| 2018-10-23 | merge osal_queue_send_isr to osal_queue_send, osal_semaphore_post_isr to ↵ | hathach | |
| osal_semaphore_post | |||
| 2018-09-04 | adding mynewt to osal | hathach | |
| 2018-09-02 | rename file | hathach | |
