| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-09 | Convert to bit-field since it's more reliable. | HiFiPhile | |
| 2024-05-09 | Don't forget to queue SOF event. | HiFiPhile | |
| 2024-05-09 | Disable SOF on configuration change. | HiFiPhile | |
| 2024-05-09 | Move sof status into usbd_device_t. | HiFiPhile | |
| 2024-05-09 | Switch to weak default implementation. | HiFiPhile | |
| 2024-05-09 | Merge branch 'master' into patch-5 | HiFiPhile | |
| 2024-05-09 | Rework ci (#2631) | Ha Thach | |
| * add name field to usbd_class_driver_t * ci: use set matrix py script * add riscv32 and cmake support for ch32v307, fomu, gd32vf103 * update build_cmake.py to take --family --board --toolchain * separate hil test to its own workflow * move esp32 board into separated hil json * add make build to ci * remov build_make.py * build.py support esp32 board * setup toolchain support esp-idf * fix missing click * merge family in matrix build to reduce jobs * skip cifuzz since it still has issue with get_deps and click | |||
| 2024-04-16 | Merge pull request #1662 from Erlkoenig90/check-usbd-queue-overflow | Ha Thach | |
| Check for event queue overflow in usbd / dcd_event_handler | |||
| 2024-04-16 | add TU_ASSERT() to check for adding new usb event | hathach | |
| 2024-04-16 | don't check local endpoint stalled status, just carry the request for host. | hathach | |
| 2024-04-16 | USBD: When SET_FEATURE(ENDPOINT_HALT), the DTOG must be reset. | NConrad | |
| 2024-04-08 | revert usbd driver name change to be backward compatible | hathach | |
| 2024-04-08 | add class driver deinit | hathach | |
| 2024-04-04 | Merge pull request #2421 from antoniovazquezblanco/debug | Ha Thach | |
| Log outbound xfer bytes while in debug | |||
| 2024-04-04 | minor update | Ha Thach | |
| 2024-03-20 | improve uvc debug message | hathach | |
| 2024-03-13 | usbd only process last setup packet in the event queue | hathach | |
| 2024-03-11 | reformat code | hathach | |
| 2024-02-19 | Opt-out for USB Test-Mode | Rocky04 | |
| 2024-02-08 | missing \r\n after TU_LOG_BUF => moved \r\n to tu_print_buf() | IngHK | |
| 2024-02-07 | usbd: log outbound xfer bytes in debug | Antonio Vázquez Blanco | |
| 2024-01-15 | Missed static keyword | Rocky04 | |
| 2024-01-15 | Merge branch 'master' into test-mode-support | Rocky04 | |
| 2024-01-15 | Change to control complete cb | Rocky04 | |
| 2024-01-15 | Add DWC2 Test Mode SUpport | Rocky04 | |
| 2024-01-12 | - change tuh_event_hook_cb, tud_event_hook_cb to weak default implementation | hathach | |
| - change code style | |||
| 2023-11-24 | add optional event hook callback tud_event_hook_cb() and tuh_event_hook_cb() | hathach | |
| 2023-11-23 | Add optional hooks for DCD and HCD events | Angus Gratton | |
| These are intended to allow bare metal platforms with one-shot scheduling capabilities to schedule the TinyUSB task handlers whenever they know there is work for them to do. Signed-off-by: Angus Gratton <[email protected]> | |||
| 2023-09-14 | Bug | Rocky04 | |
| 2023-09-14 | Fixign errors | Rocky04 | |
| 2023-09-14 | Missing semicolon | Rocky04 | |
| 2023-09-14 | SOF ISR control | Rocky04 | |
| 2023-09-06 | minor debug clean up | hathach | |
| 2023-08-15 | more minor clean up | hathach | |
| - also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd | |||
| 2023-08-08 | Bad line break at start | Rocky04 | |
| 2023-08-08 | Remove port from SOF callback | Rocky04 | |
| 2023-08-08 | Adding support for a SOF callback | Rocky04 | |
| 2023-08-07 | Correcting comments | Rocky04 | |
| 2023-08-07 | Fixing wrong callback placement | Rocky04 | |
| 2023-08-02 | Set unmounted on configuration reset | Rocky04 | |
| 2023-07-20 | improve logging, allow easier to turn off usbd, driver logging | hathach | |
| can be useful when focusing on let's say usbh | |||
| 2023-06-07 | able to response with good crc | hathach | |
| 2023-05-16 | usbd: fix control transfer issue for chipidea hs when previous status and ↵ | hathach | |
| new setup complete in the same isr frame change usbd edpt busy/stalled/claimed value to 0/1 instead of (true/false) since they are 1-bit field. | |||
| 2023-03-22 | use tud_inited() instead of tusb_inited() | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-02-28 | Merge pull request #1828 from HiFiPhile/stm32_fsdev | Ha Thach | |
| stm32_fsdev & ISO EP buffer allocation improvements | |||
| 2023-02-28 | rename ep_num to ep_idx, minor clean up | hathach | |
| 2023-02-22 | use tu_static instead of static _fuzz_thread | hathach | |
| 2023-02-22 | rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread | hathach | |
| 2023-01-20 | fix: Change all static variables to thread when fuzzing | Nathaniel Brough | |
