summaryrefslogtreecommitdiff
path: root/src/osal
AgeCommit message (Expand)Author
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
2018-12-13osal clean uphathach
2018-12-07rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLEDhathach
2018-12-06change osal_semaphore_wait to return boolhathach
2018-12-06able to complete enumeration with os none blockinghathach
2018-12-05fix more host build errorhathach
2018-12-05fixing build error with host stackhathach
2018-12-05fix travis buildhathach
2018-12-05add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isrhathach
2018-11-23Turn off interrupts when working with the event queue.Scott Shawcroft
2018-11-23rename xfer complete enumhathach
2018-11-14usbd clean uphathach
2018-11-14clean uphathach
2018-11-14change osal_queue_receive() signaturehathach
2018-11-14Merge pull request #7 from tannewt/tinyusb_samdhathach
2018-11-13added tud_cdc_write_str, tu_fifo only use mutex for RTOS confighathach
2018-11-07Add SAMD21 and SAMD51 support for CircuitPython.Scott Shawcroft
2018-11-02clean up osalhathach
2018-11-02add osal_mutexhathach
2018-10-24rename verify_breakpoint to TU_BREAKPOINThathach
2018-10-23merge osal_queue_send_isr to osal_queue_send, osal_semaphore_post_isr to osal...hathach
2018-10-23clean up helper funchathach
2018-09-04adding mynewt to osalhathach
2018-09-02rename filehathach
2018-08-30clean up osal task and subtaskhathach
2018-08-23fix compiler warningshathach
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-07-13change mapping interface to driver instead of class codehathach
2018-07-04rename fifo * to tu_fifo to avoid conflict with other modulehathach
2018-06-22clean uphathach
2018-06-22enhance usbd: add usbd_defer_func()hathach
2018-06-18rename subfolder source to srchathach