| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-27 | refactor acm function | hathach | |
| 2023-04-27 | refactor ftdi driver | hathach | |
| 2023-04-27 | rename ftdi_host to ftdi_sio | hathach | |
| 2023-04-26 | hacky, but ftdi work with hard code baudrate = 9600 | hathach | |
| 2023-04-24 | Merge pull request #2013 from tannewt/imx_1042 | Ha Thach | |
| Handle iMX RT 1042 usb naming | |||
| 2023-04-24 | Merge pull request #2039 from hathach/add-cmake-build | Ha Thach | |
| Add cmake build | |||
| 2023-04-24 | add wip note | hathach | |
| 2023-04-24 | minor update | hathach | |
| 2023-04-21 | example run well with cmake for imxrt | hathach | |
| 2023-04-20 | [rp2040] Make writes to SIE_CTRL aware of concurrent access | Jacek Fedorynski | |
| This commit makes it so that when setting the START_TRANS bit in the SIE_CTRL register, along with some other bits, we first set all the other bits, then wait some cycles, and then set the START_TRANS bit. Doing so protects against a situation where the USB controller is reading the register at the same time and gets an incorrect value. This mirrors the procedure already applied to buffer control registers. | |||
| 2023-04-18 | Merge branch 'hathach:master' into master | Reimu NotMoe | |
| 2023-04-18 | Use __GNUC__ macro to determine if __has_attribute is supported | Reimu NotMoe | |
| 2023-04-18 | Merge pull request #1920 from mikee47/fix/midi-definition | Ha Thach | |
| MIDI_CIN_NOTE_ON definition transposed with MIDI_CIN_NOTE_OFF | |||
| 2023-04-17 | Cleanup unnecessary code for 16bit access. | Mengsk | |
| 2023-04-17 | Implement TU_BSWAP{16,32} correctly for Microchip XC16 | Reimu NotMoe | |
| 2023-04-17 | Fix compatibility with the latest Microchip XC16 compiler | Reimu NotMoe | |
| 2023-04-14 | Fix FIFO transfer and buffer alignment. | HiFiPhile | |
| 2023-04-14 | Fix GCC build. | HiFiPhile | |
| 2023-04-14 | Use PLL clock. | HiFiPhile | |
| 2023-04-14 | Merge branch 'master' of https://github.com/hathach/tinyusb into pr1942 | HiFiPhile | |
| 2023-04-06 | Handle iMX RT 1042 usb naming | Scott Shawcroft | |
| 2023-04-06 | implement tuh_hid_receive_ready() and tuh_hid_send_ready() | hathach | |
| 2023-04-06 | add define for vendor_flush() to write_flush() for backward compatible | hathach | |
| 2023-04-04 | Merge pull request #2000 from jncronin/stm32l5 | Ha Thach | |
| Add STM32L5 support - no OTG similar to some L4s | |||
| 2023-04-03 | Add STM32L5 support - no OTG similar to some L4s | John Cronin | |
| 2023-03-31 | Remove trailing whitespace | epatstarkey | |
| 2023-03-30 | remove trailing space (satisfy pre-commit flow) | tobozo | |
| 2023-03-30 | Added helpers for abs_mouse_report | tobozo | |
| 2023-03-30 | Merge branch 'hathach:master' into master | tobozo | |
| 2023-03-28 | Update vendor_device.c | epatstarkey | |
| 2023-03-28 | Update vendor_device.c | epatstarkey | |
| 2023-03-28 | Update vendor_device.h | epatstarkey | |
| 2023-03-26 | Add state variable | kkitayam | |
| 2023-03-25 | Update handle streaming interface | kkitayam | |
| 2023-03-25 | Fix streaming interface handling | kkitayam | |
| 2023-03-25 | Add handling for bulk EPs | kkitayam | |
| 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-22 | add tuh_task_event_ready(), better implement blocking control transfer for rtos | hathach | |
| 2023-03-22 | use tud_inited() instead of tusb_inited() | hathach | |
| 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 | |||
