| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-11 | dwc2/host: HFIR: Fix timing off-by-one | Maxime Vincent | |
| 2025-04-09 | Fix CI. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-09 | build fix. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-09 | dwc2: refactor bitfields. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-08 | dwc2/host: remove hcd_event_device_remove() call from handle_hptr_irq to ↵ | Maxime Vincent | |
| prevent double removal Signed-off-by: Maxime Vincent <[email protected]> | |||
| 2025-04-07 | Fix espressif build with presets. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-04-07 | dwc2/host: enable disconnect interrupt + handle it | Maxime Vincent | |
| Signed-off-by: Maxime Vincent <[email protected]> | |||
| 2025-04-06 | Merge pull request #3014 from deshipu/master | HiFiPhile | |
| Allow different port and mode for LED on ch32v boards | |||
| 2025-04-06 | Allow different port and mode for LED on ch32v boards | Radomir Dopieralski | |
| While there is a define for the port, the clock enable is hardcoded for GPIOA, so setting a different port than GPIOA doesn't work. This fixes it by adding a define for enabling the port clock. It also adds a define for the pin mode, because not all boards have the LED connected in a way that open drain works with it. | |||
| 2025-04-06 | Merge pull request #3015 from Dazza0/docs/fix_formatting | HiFiPhile | |
| Fix .rst document formatting | |||
| 2025-04-06 | Merge pull request #3063 from maximevince/dwc2-host-fix-sof-flag | HiFiPhile | |
| dwc2/host: clear SOF flag in handle_sof_irq() | |||
| 2025-04-04 | dwc2/host: clear SOF flag in handle_sof_irq() | Maxime Vincent | |
| 2025-04-03 | Merge pull request #3061 from hathach/update-endpoint-open | Ha Thach | |
| fix(hcd) hcd_edpt_open() return true if endpoint is already opened. | |||
| 2025-04-03 | fix(hcd) hcd_edpt_open() return true if endpoint is already opened. | hathach | |
| 2025-03-27 | Merge pull request #3043 from hathach/hcd-close-ep | Ha Thach | |
| feat(host) add endpoint close API and feat(HIL) improvement | |||
| 2025-03-26 | add clion debugserver | hathach | |
| 2025-03-26 | added hcd_edpt_close() stub for other ports | hathach | |
| 2025-03-26 | hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement ↵ | hathach | |
| hcd_edpt_close() | |||
| 2025-03-26 | added mimxrt1064_evk to hil test pool | hathach | |
| 2025-03-26 | added mimxrt1064_evk to hil test pool | hathach | |
| 2025-03-26 | imxrt: disable BOARD_ConfigMPU() since it cause issue with imxrt1060/64. ↵ | hathach | |
| Update imxrt configtool forr some board to get uart pin init. | |||
| 2025-03-25 | fix wanings | hathach | |
| 2025-03-25 | add tuh_edpt_close() API, it will abort any pending transfer | hathach | |
| implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header. | |||
| 2025-03-25 | more hil improvement | hathach | |
| 2025-03-25 | HIL: add flag CFG_TUH_RPI_PIO_USB to pico/pico2 | hathach | |
| 2025-03-24 | Add SWO config. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-24 | Implement ITM_SendChar(). | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-24 | Merge remote-tracking branch 'upstream/master' into h7rs | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-24 | update hil test to include dual and host for pico/pico2 | hathach | |
| 2025-03-24 | device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_t | hathach | |
| add tx_overwritabe_if_not_connected for cdc driver configure | |||
| 2025-03-24 | host: add tuh_enum_descriptor_device_cb() and ↵ | hathach | |
| tuh_enum_descriptor_configuration_cb() callback host: support device with multiple configurations | |||
| 2025-03-21 | Merge pull request #3042 from rppicomidi/fix_3033 | Ha Thach | |
| Fix #3033: Increase array bounds and test for overflow | |||
| 2025-03-21 | Fix #3033: address review comment | rppicomidi | |
| 2025-03-21 | Move misplaced statement | rppicomidi | |
| 2025-03-21 | enable hil dual for metro m4 with max3421 | hathach | |
| 2025-03-20 | Fix #3033: Increase array bounds and test for overflow | rppicomidi | |
| 2025-03-20 | Merge pull request #3032 from rppicomidi/fix_3031 | Ha Thach | |
| Fix 3031: implement tuh_midi_itf_get_info() | |||
| 2025-03-19 | Move iInterface per review comment | rppicomidi | |
| 2025-03-18 | Fix compiler conversion error warning | rppicomidi | |
| 2025-03-18 | fix tuh_midi_itf_get_info() desc->iInterface value | rppicomidi | |
| 2025-03-17 | Fix 3031: implement tuh_midi_itf_get_info() | rppicomidi | |
| 2025-03-17 | Merge pull request #3038 from hathach/update-pio-usb | Ha Thach | |
| change pio-usb to upstream | |||
| 2025-03-17 | change pio-usb to upstream | Ha Thach | |
| 2025-03-16 | Merge pull request #3034 from hathach/ctrl_fix | Ha Thach | |
| Fix UAC ctrl buffer alignment. | |||
| 2025-03-16 | Fix interupt, LowSpeed switching and rename | verylowfreq | |
| 2025-03-16 | Update hcd_init() signature. Add osal_task_delay() implementation for none os. | verylowfreq | |
| 2025-03-16 | Fix for timing, timeout, and device switching issues | verylowfreq | |
| 2025-03-16 | Update ch32v20x family.cmake | verylowfreq | |
| 2025-03-16 | Fix the condition related to CFG_TUH_WCH_USBIP_USBFS macro | verylowfreq | |
| 2025-03-16 | fix pre-commmit | hathach | |
