summaryrefslogtreecommitdiff
path: root/src/osal/osal_freertos.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-06-22Merge remote-tracking branch 'tinyusb/master' into pr-osal-spin-deinitHiFiPhile
2026-06-21fix(host): release spinlock in tuh_deinit to fix multi-rebuild panicrenjie
2026-05-29Implement asynchronous control transfer queuing for USB host stackhathach
2026-05-27osal add osal_task_get_current_handle()hathach
2026-03-13remove TUSB_MCU_VENDOR_ESPRESSIF, use ESP_PLATFORM for Espressifhathach
2026-03-05add IAR warning flags to cmake build and fix themhathach
2026-02-27add osal_time_millis() to osal requirementhathach
2025-11-03fixing alert by scanning toolhathach
2025-05-21osal_spin skipping lock/unlock when executed in isrhathach
2025-05-20rename osal_critcal to osal_spinlockhathach
2025-05-19implement osal critical for none/freertos/pico-sdkhathach
2025-05-19add osal_critical API() for use with dwc2hathach
2024-06-27remove double semicolon since ISO C not allow itDavide Gerhard
2024-03-22update osal APIhathach
2023-08-03add osal queue name if neededhathach
2023-08-03Revert "Name queues for easier FreeRTOS debugging with task- and queue-aware ...hathach
2023-06-28Name queues for easier FreeRTOS debugging with task- and queue-aware debuggersDave Nadler
2023-06-01For FreeRTOS kernel-aware debugging, when queue registry is enabled, label ti...Dave Nadler
2023-03-17fix trailing space and new linehathach
2022-12-19Update osal_freertos.hjbruneaux31
2022-12-05clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...hathach
2022-12-02Some reverts and changes after discussion.pete-pjb
2022-11-30Fix white space issue.pete-pjb
2022-11-30Modify FreeRTOS integration to allow non-static allocation.pete-pjb
2022-04-20fix freertos issue when 1 tick > 1 mshathach
2022-04-20add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pend...hathach
2022-02-25improve rphort management for usbdhathach
2022-02-18fix build with latest esp idfhathach
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
2020-07-21follow up to pr468hathach
2020-07-20FreeRTOS: Yield from ISR to notify the USB taskme-no-dev
2020-05-20fix freeRTOS logichathach
2020-05-20remove osal_queue_t const qhdl from osal APIhathach
2020-05-20added osal_queue_empty() APIhathach
2019-05-14update license year to 2019hathach
2019-04-02clean uphathach
2019-03-30usbd add connected, suspended, remote_wakeuphathach
2019-03-20clean uphathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2018-12-13osal clean uphathach
2018-12-06change osal_semaphore_wait to return boolhathach
2018-12-05fixing build error with host stackhathach
2018-12-05add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isrhathach
2018-11-14change osal_queue_receive() signaturehathach
2018-11-07Add SAMD21 and SAMD51 support for CircuitPython.Scott Shawcroft
2018-11-02clean up osalhathach
2018-11-02add osal_mutexhathach
2018-10-23merge osal_queue_send_isr to osal_queue_send, osal_semaphore_post_isr to osal...hathach