summaryrefslogtreecommitdiff
path: root/src/osal
AgeCommit message (Expand)Author
2026-06-22address reviewHiFiPhile
2026-06-22Merge remote-tracking branch 'tinyusb/master' into pr-osal-spin-deinitHiFiPhile
2026-06-22osal: add missing osal_spin_deinit()HiFiPhile
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-27osal/mynewt: fix queue receive tiemoutHiFiPhile
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-03-05improve threadx support, add multi ROTS support for board_test and msc_dual_lunhathach
2026-03-05Merge branch 'master' into fork/armusin/threadx_osalhathach
2026-02-27add osal_time_millis() to osal requirementhathach
2026-02-27add back deferred attachment queue, retry get hub port status if reset change...hathach
2026-02-09Merge branch 'hathach:master' into threadx_osalAleksei Musin
2026-02-09cleanAleksei Musin
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach
2025-12-22Remove trailing whitespaceAleksei Musin
2025-12-22ThreadX OSAL header is added. Docs are updated.Aleksei Musin
2025-12-16make fifo access mode fixed addr work with 16 bit alsohathach
2025-11-19Merge pull request #3151 from HiFiPhile/lock_cntHa Thach
2025-11-19return if spin is underflowhathach
2025-11-07fix more alerts found by pvs-studiohathach
2025-11-07osal/none: add nested count to spin lockHiFiPhile
2025-11-03fixing alert by scanning toolhathach
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-24fix more warningshathach
2025-10-24fix several warningshathach
2025-09-17Replace old delay functions by tusb_time_delay_ms_apiHiFiPhile
2025-08-24Fix osal_spin_unlock for mynewtJerzy Kasenberg
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
2025-02-11remove freeeRTOSConfig in exampleshathach
2025-01-21zephyrhathach
2024-06-27remove double semicolon since ISO C not allow itDavide Gerhard
2024-04-16add TU_ASSERT() to check for adding new usb eventhathach
2024-03-25add delete API for rtthreadhathach
2024-03-22update osal APIhathach
2024-02-16use rt-thread 5+ mq recv apiKai
2023-11-23minor-updatehathach
2023-08-03add osal queue name if neededhathach
2023-08-03Merge branch 'master' into pr2091hathach
2023-08-03Revert "Name queues for easier FreeRTOS debugging with task- and queue-aware ...hathach
2023-07-18osal_none: make it possible to override the task delay functionAladdin Bakosh
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
2023-02-22move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virthathach
2023-01-02Fix IAR warning: Warning[Pe381]: extra ";" ignoredMengsk