| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-25 | fix issue with ftdi host driver with status bytes | hathach | |
| add workflow_dispatch to all ci workflow | |||
| 2023-05-16 | EHCI: fix xfer failed with disconnected device as stalled | hathach | |
| - change CFG_TUH_ENDPOINT_MAX to 16 (max endpoint pair per device) if not defined - change QHD_MAX for EHCI, should be user configurable and more optimized in the future | |||
| 2023-05-16 | correct EHCI reporting failed xfer (instead of stalled) when device is unplugged | hathach | |
| 2023-04-28 | more update to host serial API | hathach | |
| 2023-04-28 | allow call tuh cdc with blocking (callback = NULL) | hathach | |
| - tuh_cdc_set_control_line_state() - tuh_cdc_set_baudrate() - tuh_cdc_set_line_coding() | |||
| 2023-04-28 | improve host serial drivers | hathach | |
| - tuh_control_xfer() update xfer result to user_data if complete callback = NULL (sync/blocking) - refactor host serial driver for acm/ftdi/cp210x | |||
| 2023-04-28 | add aligned(4) for cdc_line_coding_t | hathach | |
| 2023-04-27 | cdc: fix line_coding aligment | Jean-Baptiste Theou | |
| While calling tud_cdc_n_get_line_coding, the structure is copied into the destination. Dump of assembler code for function tud_cdc_n_get_line_coding: 0x000193f4 <+0>: mov.w r2, #2112 @ 0x840 0x000193f8 <+4>: ldr r3, [pc, #20] @ (0x19410 <tud_cdc_n_get_line_coding+28>) 0x000193fa <+6>: mla r0, r2, r0, r3 => 0x000193fe <+10>: ldr.w r3, [r0, #6] 0x00019402 <+14>: str r3, [r1, #0] On some platform (tested on LPC55S28), the address needs to be 4-bytes aligned. Without this, the address is (gdb) p &_cdcd_itf.line_coding $3 = (cdc_line_coding_t *) 0x40100006 <_cdcd_itf+6> which leads to a HardFault. With this fix (gdb) p &_cdcd_itf.line_coding $5 = (cdc_line_coding_t *) 0x40100008 <_cdcd_itf+8> and the function can be called properly Signed-off-by: Jean-Baptiste Theou <[email protected]> | |||
| 2023-04-27 | add tuh_cdc_set_baudrate() | hathach | |
| 2023-04-27 | add code to calculate divisor from baudrate for ftdi | hathach | |
| 2023-04-27 | clean up | hathach | |
| 2023-04-27 | forgot to add cp210x header | hathach | |
| 2023-04-27 | more refactor | hathach | |
| 2023-04-27 | cp210x seems to work well | hathach | |
| 2023-04-27 | more host serial refactor | hathach | |
| 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-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-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-03-31 | Remove trailing whitespace | epatstarkey | |
| 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-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 | |||
