summaryrefslogtreecommitdiff
path: root/src/osal/osal_pico.h
AgeCommit message (Expand)Author
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-06-22address reviewHiFiPhile
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-27osal add osal_task_get_current_handle()hathach
2026-02-27add osal_time_millis() to osal requirementhathach
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach
2025-11-07fix more alerts found by pvs-studiohathach
2025-05-20rename osal_critcal to osal_spinlockhathach
2025-05-19implement osal critical for none/freertos/pico-sdkhathach
2024-04-16add TU_ASSERT() to check for adding new usb eventhathach
2024-03-22update osal APIhathach
2023-03-17fix trailing space and new linehathach
2022-06-27fix all warnings with host rp2040hathach
2022-04-20add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pend...hathach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25improve rphort management for usbdhathach
2021-05-25fix warnings cast function type for nrf, fix pico osal warninghathach
2021-03-10fix ci build with rp2040hathach
2021-02-26add rp2040 to host example buildhathach
2021-02-19add TU_FIFO_INIT() to help with tu_fifo declarationhathach
2021-02-16This fixes the overflow mathmatic in the fifoNicholas R Dinsmore
2021-01-19RP2040 supportgraham sanderson