summaryrefslogtreecommitdiff
path: root/src/osal
AgeCommit message (Expand)Author
2022-06-27fix all warnings with host rp2040hathach
2022-06-01fix compile errortfx2001
2022-04-20fix freertos issue when 1 tick > 1 mshathach
2022-04-20add msec timeout to osal_queue_receive(), tud_task() and tuh_task() both pend...hathach
2022-03-10refactor and integrate usbh control xfer back to usbh.chathach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25improve rphort management for usbdhathach
2022-02-18fix build with latest esp idfhathach
2021-12-29add license to dcd file, slightly update readmehathach
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-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
2021-05-25fix warnings cast function type for nrf, fix pico osal warninghathach
2021-04-16tinyusb: add support of esp32s3 targetAlex Lisitsyn
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-02-08add basic support for rt-threadtfx2001
2021-01-19RP2040 supportgraham sanderson
2020-10-13osal_none: Fix queue definitionJerzy Kasenberg
2020-09-01add more logging to host stackhathach
2020-09-01Merge branch 'master' into update-hosthathach
2020-07-21follow up to pr468hathach
2020-07-20FreeRTOS: Yield from ISR to notify the USB taskme-no-dev
2020-05-22Merge branch 'master' into update-hosthathach
2020-05-20fix freeRTOS logichathach
2020-05-20remove queue lock/unlock per reviewhathach
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-12-01Fix mynewt osal queue definitionJerzy Kasenberg
2019-11-03add a bit of log1 for debugginghathach
2019-10-18clean up tusb_verifyhathach
2019-09-27add -Wextra for more warnings to examplehathach
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-21more with mynewthathach
2019-03-21update osal for mynewthathach
2019-03-20clean uphathach
2019-03-20migrate license from BSD 3 clause to MIThathach