| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-13 | osal_none: Fix queue definition | Jerzy Kasenberg | |
| OSAL_QUEUE_DEF was not updated while FIFO was changed to use unmasked pointers. Two fields that are crucial to new functionality were left uninitialized resulting in FIFO slowing down in time. | |||
| 2020-09-01 | add more logging to host stack | hathach | |
| tested host with lpc4357, don't use fpu with lpc m4 since it seems to cause hardfault (stack does not make use of fpu anyway). | |||
| 2020-09-01 | Merge branch 'master' into update-host | hathach | |
| 2020-07-21 | follow up to pr468 | hathach | |
| 2020-07-20 | FreeRTOS: Yield from ISR to notify the USB task | me-no-dev | |
| If we do not yeld in ISR when we write to queue/give semaphore, the scheduler will not know of the change and will not check the queue untill the next OS tick. This change causes the task to be called immediately and makes communication many times faster. | |||
| 2020-05-22 | Merge branch 'master' into update-host | hathach | |
| 2020-05-20 | fix freeRTOS logic | hathach | |
| 2020-05-20 | remove queue lock/unlock per review | hathach | |
| 2020-05-20 | remove osal_queue_t const qhdl from osal API | hathach | |
| since it doesn't make any differences. | |||
| 2020-05-20 | added osal_queue_empty() API | hathach | |
| ported for osal none/freertos/mynewt | |||
| 2020-05-04 | temporarily remove osal_task_delay() from osal | hathach | |
| - add hcd_uframe_number() API, update EHCI to return uframe number - get host running on ea4357 | |||
| 2020-04-07 | Merge pull request #321 from pigrew/tweak20200331 | Ha Thach | |
| Misc. tweaks, and fix for USBTMC descriptors without an INT EP | |||
| 2020-04-06 | Use #define for OSAL_TIMEOUT_WAIT_FOREVER. | Nathan Conrad | |
| 2020-04-05 | allow application to implement its own os | hathach | |
| 2020-04-02 | Set OSAL_TIMEOUT_WAIT_FOREVER to be a const, to avoid a pedantic gcc warning ↵ | Nathan Conrad | |
| about signedness. | |||
| 2020-01-15 | Normalize line endings | Nathan Conrad | |
| 2019-12-01 | Fix mynewt osal queue definition | Jerzy Kasenberg | |
| Queue table has pointers instead of data os_event structs. This resulted in crashes when elements were put to queue and overwritten variables that were just after mpool desiged for queue. | |||
| 2019-11-03 | add a bit of log1 for debugging | hathach | |
| 2019-10-18 | clean up tusb_verify | hathach | |
| 2019-09-27 | add -Wextra for more warnings to example | hathach | |
| non-stack warning (probably mcu driver) should be suppressed in the board.mk | |||
| 2019-05-14 | update license year to 2019 | hathach | |
| 2019-05-01 | osal clean up | hathach | |
| 2019-04-02 | clean up | hathach | |
| 2019-03-30 | usbd add connected, suspended, remote_wakeup | hathach | |
| - remove use of osal_queue_reset | |||
| 2019-03-24 | remove tusb_hal_millis() usage, less work for porting | hathach | |
| 2019-03-21 | more with mynewt | hathach | |
| 2019-03-21 | update osal for mynewt | hathach | |
| 2019-03-20 | clean up | hathach | |
| 2019-03-20 | migrate license from BSD 3 clause to MIT | hathach | |
| 2018-12-13 | osal clean up | hathach | |
| remove OSAL_TASK_DEF, osal_task_create. Applicaton should create a task and call tinyusb_task(). This make API consistent with NO OS. | |||
| 2018-12-07 | rename MODE_HOST_SUPPORTED to TUSB_OPT_HOST_ENABLED | hathach | |
| 2018-12-06 | change osal_semaphore_wait to return bool | hathach | |
| 2018-12-06 | able to complete enumeration with os none blocking | hathach | |
| 2018-12-05 | fix more host build error | hathach | |
| 2018-12-05 | fixing build error with host stack | hathach | |
| 2018-12-05 | fix travis build | hathach | |
| 2018-12-05 | add role to OSAL_QUEUE_DEF() to disable correct dcd/hcd isr | hathach | |
| 2018-11-23 | Turn off interrupts when working with the event queue. | Scott Shawcroft | |
| 2018-11-23 | rename xfer complete enum | hathach | |
| 2018-11-14 | usbd clean up | hathach | |
| 2018-11-14 | clean up | hathach | |
| 2018-11-14 | change osal_queue_receive() signature | hathach | |
| - fix build issue with freertos | |||
| 2018-11-14 | Merge pull request #7 from tannewt/tinyusb_samd | hathach | |
| Add SAMD support and simplify OS_NONE | |||
| 2018-11-13 | added tud_cdc_write_str, tu_fifo only use mutex for RTOS config | hathach | |
| 2018-11-07 | Add SAMD21 and SAMD51 support for CircuitPython. | Scott Shawcroft | |
| The ProtoThreads style subtasks were removed because it led to extremely unclear control flow. RTOSes can be used if threading is needed. Also added some additional functionality to MSC to support dynamic LUNs and read-only LUNs. | |||
| 2018-11-02 | clean up osal | hathach | |
| 2018-11-02 | add osal_mutex | hathach | |
| 2018-10-24 | rename verify_breakpoint to TU_BREAKPOINT | hathach | |
| 2018-10-23 | merge osal_queue_send_isr to osal_queue_send, osal_semaphore_post_isr to ↵ | hathach | |
| osal_semaphore_post | |||
| 2018-10-23 | clean up helper func | hathach | |
