| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-07 | Merge pull request #1379 from Qianhao2579/master | Ha Thach | |
| Modify the wrong macro definition code | |||
| 2022-03-07 | Merge pull request #1374 from kasjer/kasjer/stm32wb55 | Ha Thach | |
| stm32wb55 support | |||
| 2022-03-07 | Add support for STM32WB mcu | Jerzy Kasenberg | |
| 2022-03-07 | Modify the wrong macro definition code | QianHao | |
| 2022-03-06 | Merge pull request #1289 from kasjer/kasjer/vendor-update | Ha Thach | |
| vendor: Write improvements | |||
| 2022-03-04 | Fix string descriptor fetch | Scott Shawcroft | |
| 2022-03-04 | Merge pull request #1369 from tannewt/host_string_desc | Ha Thach | |
| Add host string descriptor functions | |||
| 2022-03-04 | fix naming, and build | hathach | |
| 2022-03-04 | add tuh_descriptor_string_manufacturer/produce/serial_get | hathach | |
| 2022-03-04 | add tuh_configuration_set() | hathach | |
| 2022-03-04 | add tuh_descriptor_configuration_get() | hathach | |
| 2022-03-04 | correct qhd and qtd count for ehci/ohci | hathach | |
| 2022-03-04 | add CFG_TUH_INTERFACE_MAX config | hathach | |
| 2022-03-04 | add tuh_descriptor_get() and tuh_descriptor_device_get() | hathach | |
| 2022-03-04 | minor cleanup | hathach | |
| 2022-03-04 | rename HCD_MAX_XFER to CFG_TUH_ENDPOINT_MAX | hathach | |
| minor clean up | |||
| 2022-03-04 | Merge pull request #1370 from hathach/fix-esp-idf | Ha Thach | |
| fix build with esp32s2, also use dwc2 for esp example | |||
| 2022-03-04 | fix build with esp32s2, also use dwc2 for esp example | hathach | |
| 2022-03-03 | Unused ok | Scott Shawcroft | |
| 2022-03-03 | Add host string descriptor functions | Scott Shawcroft | |
| Plus typo fixes, GCC11 array bounds fix, snprintf for malloc-free debug and pragmas for alignment checks. | |||
| 2022-03-03 | got interrupt endpoint working | hathach | |
| 2022-03-02 | stick to struct naming convention | tobozo | |
| 2022-03-02 | added Absolute Mouse descriptor template | tobozo | |
| 2022-03-02 | added Absolute Mouse report struct | tobozo | |
| 2022-03-02 | try to fix ci | hathach | |
| 2022-03-02 | minor rename | hathach | |
| 2022-03-01 | start to add pio usb (host) support | hathach | |
| run as proof of concept | |||
| 2022-02-28 | Merge pull request #1343 from Daft-Freak/patch-1 | Ha Thach | |
| Open OUT endpoint for HID host | |||
| 2022-02-28 | Merge pull request #1345 from alexandre-perrin/iar-cpp-verify-static | Ha Thach | |
| Fix CPP compilation with IAR | |||
| 2022-02-26 | Merge pull request #1354 from hathach/mcu-specific | Ha Thach | |
| Mcu specific | |||
| 2022-02-26 | Merge pull request #1352 from ETCLabs/fix-ehci-isr-status-clear-error | Ha Thach | |
| Updated the clearing of the status register bits to use a straight '=… | |||
| 2022-02-26 | Merge pull request #1353 from ETCLabs/iar-compiler-error-on-src-host-usbh.c | Ha Thach | |
| The IAR compilier does not resolve references to fields in the anonym… | |||
| 2022-02-26 | add highspeed detect for f723/730/733 | hathach | |
| 2022-02-26 | add TUP_USBIP_DWC2 | hathach | |
| 2022-02-26 | more internal rename | hathach | |
| 2022-02-26 | mcu specific rename | hathach | |
| 2022-02-26 | Merge pull request #1311 from Wini-Buh/CCRX_Ext | Ha Thach | |
| Solve problems with CCRX toolchain | |||
| 2022-02-25 | The IAR compilier does not resolve references to fields in the anonymous ↵ | Tom Peterson | |
| structs defined within the usbh_dev0_t and usbh_device_t structs as they are defined. The problem seems to relate to the placement of the 'volatile' keyword at the struct level. I fixed the problem by removing the 'volatile' from the struct level, and instead placing it on each of the field declarations within the structs. | |||
| 2022-02-25 | Updated the clearing of the status register bits to use a straight '=', ↵ | Tom Peterson | |
| rather than an '|='. Use of the latter caused an extra, unwanted read of the status register before the write-to-clear operation, which, in some cases, allowed new status bits to assert (relative to the initial read of the status register two statements earlier), and then be cleared blindly and unconditionally during the write-back. This had the potential (and, in my case, observed) effect of dropping the handling of an enabled interrupt. Ultimately, the system would lock up in a busy state, with no hope of clearing the condition. See Issue #1339 for more information. | |||
| 2022-02-26 | Merge pull request #1350 from hathach/enhance-multipl-ports | Ha Thach | |
| Enhance rhports management | |||
| 2022-02-26 | Merge pull request #1349 from iabdalkader/fix_inquiry_data | Ha Thach | |
| Set the standard inquiry response additional length field. | |||
| 2022-02-25 | Set the standard inquiry response additional length field. | iabdalkader | |
| * The standard inquiry response additional length field needs to be set to the length in bytes of the remaining standard inquiry data (i.e. N - 5), otherwise the kernel driver issues a warning about short inquiry response.. | |||
| 2022-02-25 | more symbol rename | hathach | |
| 2022-02-25 | internal symbol rename | hathach | |
| 2022-02-25 | minor house keeping | hathach | |
| 2022-02-25 | rename and move dcd_attr.h to tusb_mcu_attr.h | hathach | |
| 2022-02-25 | auto detect max rhport speed based on mcu | hathach | |
| 2022-02-25 | rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED | hathach | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2022-02-25 | improve rphort management for usbd | hathach | |
