| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-03-24 | Merge pull request #1979 from hathach/fix-cdc-host-unsupported-line-request | Ha Thach | |
| fix cdc host enumeration issue when device does not support line request | |||
| 2023-03-24 | fix shadow warning | hathach | |
| 2023-03-24 | fix cdc host enumeration issue when device does not support line request | hathach | |
| 2023-03-24 | Merge pull request #1971 from ↵ | Ha Thach | |
| MattMills/class_net_net_device_mac_address_shouldnt_be_consts Update net_device.h to make MAC addresses not const. | |||
| 2023-03-24 | Merge pull request #1969 from hathach/fix-tmc488-bit-order-1658 | Ha Thach | |
| Fix tmc488 bit order 1658 | |||
| 2023-03-24 | separate CFG_TUSB_MEM_SECTION and CFG_TUSB_MEM_ALIGN to | hathach | |
| - CFG_TUD_MEM_SECTION and CFG_TUD_MEM_ALIGN - CFG_TUH_MEM_SECTION and CFG_TUH_MEM_ALIGN - fix missing mem section and align for host | |||
| 2023-03-22 | Update net_device.h | Matt Mills | |
| 2023-03-22 | more update | hathach | |
| 2023-03-22 | fix bitorder in usbtmc_response_capabilities_488_t | hathach | |
| 2023-03-22 | Merge pull request #1968 from hathach/refactor-hid-host | Ha Thach | |
| Refactor hid host | |||
| 2023-03-22 | add tuh_hid_itf_get_info() and change tuh_cdc_itf_get_info() to use new ↵ | hathach | |
| tuh_itf_info_t | |||
| 2023-03-21 | change meaning of CFG_TUH_HID to total number of HID interfaces supported. | hathach | |
| - previously CFG_TUH_HID is max number of interfaces per device which is rather limited and consume more resources than needed. - change hid host instance in API to index | |||
| 2023-03-21 | relax hid host enumeration, allow set protocol to be stalled | hathach | |
| 2023-03-21 | Merge pull request #1965 from HiFiPhile/align | Ha Thach | |
| UAC2: fix feedback EP buffer alignment. | |||
| 2023-03-21 | UAC2: fix feedback EP buffer alignment. | Mengsk | |
| 2023-03-21 | add tuh_set_interface | hathach | |
| 2023-03-18 | more clean up | hathach | |
| 2023-03-18 | minor clean up | hathach | |
| 2023-03-17 | Merge branch 'master' into portability | hathach | |
| 2023-03-17 | fix trailing space and new line | hathach | |
| temporarily disable codespell | |||
| 2023-03-17 | update host example, add pio-pico-usb for rp2040 | hathach | |
| 2023-03-13 | Updated host hid_controller example to demo tuh_hid_send_report | James Smith | |
| 2023-03-13 | Implemented tuh_hid_send_report | James Smith | |
| 2023-03-05 | fix: Fix wrong destsz used with tu_memcpy_s | Nathaniel Brough | |
| Bug: #1935 | |||
| 2023-03-01 | add TUP_USBIP_FSDEV and TUP_USBIP_FSDEV_STM32, clean up ifdef with stm32 | hathach | |
| 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-27 | Merge pull request #1852 from silvergasp/mem_s | Ha Thach | |
| fix: Replace device calls to memcpy with tu_memcpy_s | |||
| 2023-02-27 | minor clean up | hathach | |
| 2023-02-22 | use tu_static instead of static _fuzz_thread | hathach | |
| 2023-02-22 | Merge pull request #1867 from silvergasp/thread_local_globals | Ha Thach | |
| fix: Change all static variables to thread when fuzzing | |||
| 2023-02-22 | rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread | hathach | |
| 2023-02-15 | Fix issue 1909 | rppicomidi | |
| 2023-02-12 | Correct bitfields for ↵ | Jeff Trull | |
| cdc_desc_func_telephone_call_state_reporting_capabilities_t | |||
| 2023-02-10 | Adjust reserved bitfields to make SDCC happy | Jeff Trull | |
| - keep each field at or under 16b - For optimal packing, segment fields to 8b boundaries | |||
| 2023-02-04 | change length in tud_hid_report_complete_cb() from uint8 to uint16 | hathach | |
| 2023-01-20 | fix: Change all static variables to thread when fuzzing | Nathaniel Brough | |
| 2023-01-20 | fix warnings with arithmetic on void* pointer | hathach | |
| 2023-01-13 | fix: Replace device calls to memcpy with tu_memcpy_s | Nathaniel Brough | |
| Introduces a new function tu_memcpy_s, which is effectively a backport of memcpy_s. The change also refactors calls to memcpy over to the more secure tu_memcpy_s. | |||
| 2023-01-07 | Merge pull request #1820 from Staacks/master | Ha Thach | |
| Fix UVC probe and commit on MacOS | |||
| 2023-01-06 | Merge pull request #1837 from pete-pjb/master | Ha Thach | |
| Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION in usbh.c | |||
| 2023-01-04 | More warning fixes | Mengsk | |
| 2023-01-03 | Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTION | pete-pjb | |
| Add NULL check to loop in list_remove_qhd_by_addr() function in ehci.c | |||
| 2023-01-02 | Fix IAR warning: Warning[Pe381]: extra ";" ignored | Mengsk | |
| 2022-12-31 | Optimize descriptor looping. | Mengsk | |
| 2022-12-30 | Add ISO buffer allocation. | Mengsk | |
| 2022-12-29 | UAC : Enable fifo based transfer on stm32_fsdev | Mengsk | |
| 2022-12-27 | Fix UVC probe and commit on MacOS | Staacks | |
| 2022-12-27 | fix ncm warning | hathach | |
| 2022-12-24 | add tuh_cdc_peek() | hathach | |
