summaryrefslogtreecommitdiff
path: root/src/osal/osal.h
AgeCommit message (Expand)Author
2026-05-27osal add osal_task_get_current_handle()hathach
2026-03-05Merge branch 'master' into fork/armusin/threadx_osalhathach
2026-02-27add osal_time_millis() to osal requirementhathach
2025-12-22ThreadX OSAL header is added. Docs are updated.Aleksei Musin
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-24fix more warningshathach
2025-10-24fix several warningshathach
2025-05-20rename osal_critcal to osal_spinlockhathach
2025-01-21zephyrhathach
2024-03-22update osal APIhathach
2023-03-17fix trailing space and new linehathach
2023-01-02Fix IAR warning: Warning[Pe381]: extra ";" ignoredMengsk
2022-12-15use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEXhathach
2022-04-20add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pend...hathach
2022-02-25improve rphort management for usbdhathach
2021-11-30Add support for Keil RTX4 OS abstraction layerYunhao Tian
2021-11-30Ignore certain compiler options on ARMCCYunhao Tian
2021-10-14More warning cleanupgraham sanderson
2021-02-26add rp2040 to host example buildhathach
2021-02-08add basic support for rt-threadtfx2001
2021-01-19RP2040 supportgraham sanderson
2020-09-01add more logging to host stackhathach
2020-05-22Merge branch 'master' into update-hosthathach
2020-05-20remove osal_queue_t const qhdl from osal APIhathach
2020-05-20added osal_queue_empty() APIhathach
2020-05-04temporarily remove osal_task_delay() from osalhathach
2020-04-07Merge pull request #321 from pigrew/tweak20200331Ha Thach
2020-04-06Use #define for OSAL_TIMEOUT_WAIT_FOREVER.Nathan Conrad
2020-04-05allow application to implement its own oshathach
2020-04-02Set OSAL_TIMEOUT_WAIT_FOREVER to be a const, to avoid a pedantic gcc warning ...Nathan Conrad
2020-01-15Normalize line endingsNathan Conrad
2019-10-18clean up tusb_verifyhathach
2019-05-14update license year to 2019hathach
2019-05-01osal clean uphathach
2019-04-02clean uphathach
2019-03-30usbd add connected, suspended, remote_wakeuphathach
2019-03-24remove tusb_hal_millis() usage, less work for portinghathach
2019-03-21update osal for mynewthathach
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-11-14change osal_queue_receive() signaturehathach
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
2018-09-04adding mynewt to osalhathach
2018-09-02rename filehathach
2018-08-30clean up osal task and subtaskhathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-06-22clean uphathach