| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-28 | Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fb | HiFiPhile | |
| 2024-07-25 | fix race condition where reset event cleaar setup count | hathach | |
| 2024-07-19 | fix compile with tud_vendor_control_xfer_cb() and check ↵ | hathach | |
| tud_descriptor_device_cb() | |||
| 2024-07-19 | also migrate tud_descriptor_device_qualifier_cb() / ↵ | hathach | |
| tud_descriptor_other_speed_configuration_cb() | |||
| 2024-07-19 | Additional fix related to issue #1018. Corrects the usage of TU_ATTR_WEAK ↵ | Frank Voorburg | |
| for the Keil compiler for the callback functions: * tud_descriptor_bos_cb() * tud_vendor_control_xfer_cb() * tud_mount_cb() * tud_umount_cb() * tud_suspend_cb() * tud_resume_cb() Without the fix for the first two functions, the USB device won't enumerate properly, if the device makes use of a BOS description. For example when using a Microsoft OS 2.0 platform capability descriptor to set a specific Device Interface GUID for WinUSB. The fix for the other four functions were added, because it's probably just a matter of time before someone runs into the same problem with those callback functions. | |||
| 2024-07-19 | - add tud_cdc_n_ready() though not used | hathach | |
| - usbd now change _usbd_dev.cfg_num before calling driver's open() | |||
| 2024-07-19 | revert changes to usbds configuration_reset() (deal with it in separated PR) | hathach | |
| 2024-07-19 | Save setup_count on bus reset. | HiFiPhile | |
| 2024-07-19 | Clear _usbd_dev prior to driver reset. | HiFiPhile | |
| 2024-07-12 | simplify dwc2 test mode | hathach | |
| - all dwc2 ip seems to support test mode in both fs/hs -> remove TUP_USBIP_DWC2_TEST_MODE - remove dcd_check_test_mode_support(), all should be supported - move enum tusb_feature_test_mode_t to tusb_types.h | |||
| 2024-05-31 | Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fb | HiFiPhile | |
| 2024-05-27 | Merge branch 'master' into additional_dcd_sof_enable | HiFiPhile | |
| 2024-05-27 | Fix tud_sof_cb_enable() return type. | HiFiPhile | |
| 2024-05-27 | Fix frame count in tud_sof_cb(). | HiFiPhile | |
| 2024-05-24 | minor clean up | hathach | |
| 2024-05-24 | add ch32 support for fsdev driver. v20x can select fsdev or usbfs with ↵ | hathach | |
| make/cmake PORT=0/1. default to fsdev | |||
| 2024-05-24 | wch usbfs/usbhs need to specify which driver to use. for v307 default to ↵ | hathach | |
| highspeed | |||
| 2024-05-13 | Adjust logic. | HiFiPhile | |
| 2024-05-13 | Merge branch 'master' into test-mode-support | HiFiPhile | |
| 2024-05-11 | Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb | HiFiPhile | |
| 2024-05-10 | Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb | HiFiPhile | |
| 2024-05-10 | Allow feedback EP size change. | HiFiPhile | |
| 2024-05-09 | Little optimization. | HiFiPhile | |
| 2024-05-09 | Fix CI. | HiFiPhile | |
| 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-05-08 | Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb | HiFiPhile | |
| 2024-04-30 | Add missing capability bit for CDC ACM serial break support | Trevor | |
| The send break capability bit is needed for serial break support with Linux and possibly MacOS hosts. [A recent Linux kernel patch made it check the ACM capability bits before sending a serial break](https://github.com/raspberrypi/linux/commit/19e321c3eedd4c681a49f532a196bead5d57205e). | |||
| 2024-04-26 | Fix up TUD_AUDIO_SPEAKER_MONO_FB_DESCRIPTOR. | HiFiPhile | |
| 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-08 | Implements tuh_deinit() and tud_deinit() to uninitialize host/device mode. | Felix "xq" Queißner | |
| 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-04-01 | UAC2: refactor interrupt endpoint support. | HiFiPhile | |
| 2024-03-25 | Merge pull request #2515 from Lurcy38/ReAlignMaster | Ha Thach | |
| 2024-03-20 | improve uvc debug message | hathach | |
| 2024-03-14 | IAR Warning: Fixed due to an boolean operation between enum (Pa089) | henneboi | |
| Warning[Pa089]: enumerated type mixed with another enumerated type ...tusb_uac2_audio.c 199 This issue stops the build if we treat warning as error | |||
| 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 | |
