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_pico.h
Age
Commit message (
Expand
)
Author
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-06-22
address review
HiFiPhile
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-27
osal add osal_task_get_current_handle()
hathach
2026-02-27
add osal_time_millis() to osal requirement
hathach
2025-12-30
tusb_fifo remove item_size make it fifo of bytes
hathach
2025-11-07
fix more alerts found by pvs-studio
hathach
2025-05-20
rename osal_critcal to osal_spinlock
hathach
2025-05-19
implement osal critical for none/freertos/pico-sdk
hathach
2024-04-16
add TU_ASSERT() to check for adding new usb event
hathach
2024-03-22
update osal API
hathach
2023-03-17
fix trailing space and new line
hathach
2022-06-27
fix all warnings with host rp2040
hathach
2022-04-20
add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pend...
hathach
2022-02-25
rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED
hathach
2022-02-25
improve rphort management for usbd
hathach
2021-05-25
fix warnings cast function type for nrf, fix pico osal warning
hathach
2021-03-10
fix ci build with rp2040
hathach
2021-02-26
add rp2040 to host example build
hathach
2021-02-19
add TU_FIFO_INIT() to help with tu_fifo declaration
hathach
2021-02-16
This fixes the overflow mathmatic in the fifo
Nicholas R Dinsmore
2021-01-19
RP2040 support
graham sanderson