index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
osal
/
osal_freertos.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-06-22
Merge remote-tracking branch 'tinyusb/master' into pr-osal-spin-deinit
HiFiPhile
2026-06-21
fix(host): release spinlock in tuh_deinit to fix multi-rebuild panic
renjie
2026-05-29
Implement asynchronous control transfer queuing for USB host stack
hathach
2026-05-27
osal add osal_task_get_current_handle()
hathach
2026-03-13
remove TUSB_MCU_VENDOR_ESPRESSIF, use ESP_PLATFORM for Espressif
hathach
2026-03-05
add IAR warning flags to cmake build and fix them
hathach
2026-02-27
add osal_time_millis() to osal requirement
hathach
2025-11-03
fixing alert by scanning tool
hathach
2025-05-21
osal_spin skipping lock/unlock when executed in isr
hathach
2025-05-20
rename osal_critcal to osal_spinlock
hathach
2025-05-19
implement osal critical for none/freertos/pico-sdk
hathach
2025-05-19
add osal_critical API() for use with dwc2
hathach
2024-06-27
remove double semicolon since ISO C not allow it
Davide Gerhard
2024-03-22
update osal API
hathach
2023-08-03
add osal queue name if needed
hathach
2023-08-03
Revert "Name queues for easier FreeRTOS debugging with task- and queue-aware ...
hathach
2023-06-28
Name queues for easier FreeRTOS debugging with task- and queue-aware debuggers
Dave Nadler
2023-06-01
For FreeRTOS kernel-aware debugging, when queue registry is enabled, label ti...
Dave Nadler
2023-03-17
fix trailing space and new line
hathach
2022-12-19
Update osal_freertos.h
jbruneaux31
2022-12-05
clean osal_freertos, update freertos examples to work with configSUPPORT_DYNA...
hathach
2022-12-02
Some reverts and changes after discussion.
pete-pjb
2022-11-30
Fix white space issue.
pete-pjb
2022-11-30
Modify FreeRTOS integration to allow non-static allocation.
pete-pjb
2022-04-20
fix freertos issue when 1 tick > 1 ms
hathach
2022-04-20
add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pend...
hathach
2022-02-25
improve rphort management for usbd
hathach
2022-02-18
fix build with latest esp idf
hathach
2021-09-25
add CFG_TUSB_OS_INC_PATH for os include path
hathach
2021-04-16
tinyusb: add support of esp32s3 target
Alex Lisitsyn
2020-07-21
follow up to pr468
hathach
2020-07-20
FreeRTOS: Yield from ISR to notify the USB task
me-no-dev
2020-05-20
fix freeRTOS logic
hathach
2020-05-20
remove osal_queue_t const qhdl from osal API
hathach
2020-05-20
added osal_queue_empty() API
hathach
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
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
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
2018-11-07
Add SAMD21 and SAMD51 support for CircuitPython.
Scott Shawcroft
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 osal...
hathach
[next]