| 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-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 | |||
| 2023-03-21 | add osal_task_delay() for control blocking | hathach | |
| 2023-03-21 | add note for blocking tuh_configuration_set(), tuh_interface_set() | hathach | |
| 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-20 | more compatible with IAR | hathach | |
| 2023-03-18 | more update to kinetis bsp | hathach | |
| 2023-03-18 | merge kinetis into its own family in bsp | hathach | |
| 2023-03-18 | Add support for NXP FRDM_K32L2A4S eval board. | Bob Paddock | |
| 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 | minor refactor to invalid index | hathach | |
| 2023-03-17 | update host example, add pio-pico-usb for rp2040 | hathach | |
| 2023-03-17 | fix enumerate one device at a time | hathach | |
| 2023-03-16 | more fix | hathach | |
| 2023-03-16 | rename symbols | hathach | |
| 2023-03-16 | rename file link to rusb2 | hathach | |
| 2023-03-16 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-15 | fix PICO_SHARED_IRQ_HANDLER_HIGHEST_ORDER_PRIORITY not defined in old pico-sdk | hathach | |
| 2023-03-14 | Merge pull request #1953 from tannewt/fix_cached_imx_reset | Ha Thach | |
| Flush the dcd data on reset | |||
| 2023-03-13 | Flush the dcd data on reset | Scott Shawcroft | |
| 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-12 | minor format | hathach | |
| 2023-03-11 | Merge pull request #1948 from dhalbert/remove-volatile-cast-include | Ha Thach | |
| rp2040: include hardware/sync.h explicitly | |||
| 2023-03-11 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-10 | rp2040: include hardware/sync.h explicitly | Dan Halbert | |
| 2023-03-10 | dcd_nrf5x: ISO OUT handling | Jerzy Kasenberg | |
| For incoming ISO OUT packets it was possible to start DMA from endpoint to RAM before transfer was started resulting in unrelated memory corruption. This is scenario that causes memory corruption: - ISO OUT packet is received - Packet is transferred by DMA to transfer buffer - xfer->started is cleared and xfer->buffer is updated as it is in every case - Application takes to long to handle it (it happens when debugger is connected breakpoint is hit slowing down software). - Next ISO OUT packet arrives At this point there was no check if transfer was started and packet was copied by DMA to location beyond previous data, possibly overwriting unrelated memory. This solves the issue by checking that transfer was started and there is buffer ready for incoming packet. | |||
| 2023-03-08 | fix incorrect merge of hcd link | hathach | |
| 2023-03-08 | fix freertos build with iar, format/indent link_type | hathach | |
| 2023-03-08 | Merge branch 'master' into renesas-ra | hathach | |
| 2023-03-06 | Merge pull request #1933 from kilograham/rp2040_llvm_tweaks | Ha Thach | |
| make rp2040 code compile cleanly with LLVM embedded toochain for ARM. | |||
| 2023-03-05 | fix: Fix wrong destsz used with tu_memcpy_s | Nathaniel Brough | |
| Bug: #1935 | |||
