Commit Graph

  • b6170c965f Compile fix. HiFiPhile 2025-04-22 21:14:04 +02:00
  • 9645baa42e include h7rs in host examples. HiFiPhile 2025-04-18 12:16:35 +02:00
  • 8f9ef7dfbe reduce ENUM_DEBOUNCING_DELAY_MS to 200ms replace dev0.enumerating by enumerating_daddr for better clean up on unplugging while enumerating move controller_id & enumerating_daddr into _usbh_data struct hathach 2025-04-22 22:09:06 +07:00
  • 940fe43e68 move removing dev0 to process_removing_device() hathach 2025-04-22 17:33:37 +07:00
  • 7ba63a6302 Also cleanup unaddressed device. HiFiPhile 2025-04-18 17:47:53 +02:00
  • 3c4e6a779d Move decouncing delay before USB reset. HiFiPhile 2025-04-18 17:41:41 +02:00
  • 9f096ac56b host: fix enumerate racing HiFiPhile 2025-04-12 20:00:00 +02:00
  • 18d7a993be Merge pull request #3075 from maximevince/dwc2-proper-attach-debouncing Ha Thach 2025-04-21 22:46:15 +07:00
  • 5725d33121 improve usbh stability with failed setup send, prevent control stage locked out hathach 2025-04-21 20:39:23 +07:00
  • 56ed51c8fb Merge pull request #3088 from HiFiPhile/intv Ha Thach 2025-04-21 18:31:43 +07:00
  • b3a9b6e37f enable SOF interrupt only if not already enabled HiFiPhile 2025-04-19 11:43:28 +02:00
  • 5572168994 Merge pull request #3077 from HiFiPhile/ping_out Ha Thach 2025-04-19 00:03:51 +07:00
  • d51863d1a0 - correctly do_ping if received nyet as transfer complete e.g msc 31 byte command - correctly carry out OUT transfer when PING is ack hathach 2025-04-18 22:39:59 +07:00
  • 1efc9007b2 Merge branch 'dwc2-proper-attach-debouncing' of github.com:maximevince/tinyusb into dwc2-proper-attach-debouncing HiFiPhile 2025-04-18 14:58:59 +02:00
  • b3d20442e2 Fix usbh racing later. HiFiPhile 2025-04-18 14:57:53 +02:00
  • 4c6736c277 Merge branch 'master' into dwc2-proper-attach-debouncing HiFiPhile 2025-04-18 14:54:20 +02:00
  • 8111e53ff0 minor rename hathach 2025-04-18 18:21:42 +07:00
  • 2fd0301f0e Merge branch 'master' into fork/HiFiPhile/ping_out hathach 2025-04-18 17:54:01 +07:00
  • b7a26cc33c Fix 1st nak retry one frame shorter. HiFiPhile 2025-04-18 12:42:18 +02:00
  • e44f556a95 Merge pull request #3072 from maximevince/dwc2-retry-in-token-immediately Ha Thach 2025-04-18 17:12:07 +07:00
  • ee1a5dbac0 Merge pull request #3084 from joelpmichael/hcd-template-comments HiFiPhile 2025-04-18 11:25:59 +02:00
  • 91163c9217 Merge pull request #3067 from maximevince/dwc2-host-fix-disconnect HiFiPhile 2025-04-18 11:24:23 +02:00
  • 1b888a3311 clean up, remove halted_sof_schedule flags since channel_xfer_in_retry() is only called when channel is halted. hathach 2025-04-18 16:17:35 +07:00
  • b6abc9022a Merge remote-tracking branch 'upstream/master' into hcd-template-comments HiFiPhile 2025-04-18 11:13:15 +02:00
  • 7134109973 Update hcd_edpt_open() note. HiFiPhile 2025-04-18 11:12:14 +02:00
  • 3fd7854a91 Merge pull request #3081 from hathach/usbh-enum-get-string-desc-first Ha Thach 2025-04-18 15:24:42 +07:00
  • ba45625ea4 minor ci update hathach 2025-04-18 12:39:49 +07:00
  • 5c7ca2acad change gh ci iar to push event hathach 2025-04-18 12:07:08 +07:00
  • e8a84f9076 enum For string descriptor (langid, manufacturer product, serila): always get the first 2 bytes to determine the length first. otherwise, some device may have buffer overflow. hathach 2025-04-14 16:09:32 +07:00
  • edbea218b9 Merge pull request #3086 from hathach/ci-add-picow-host Ha Thach 2025-04-17 23:51:50 +07:00
  • 46d2d4199e run arm-iar with non-forked PR hathach 2025-04-17 17:26:36 +07:00
  • 0220852a6e - hil test max retry = 3 - fix h7 unused function hathach 2025-04-17 16:58:26 +07:00
  • d4983acd3a github ci support setup/install iar toolchain hathach 2025-04-17 16:41:22 +07:00
  • 3851c7c97a - run arm-iar using github action - add skip_ci.txt to family folder to skip boards in ci run hathach 2025-04-17 16:07:10 +07:00
  • 9eb0ae7636 fix iar make build with stm32 l0, f2, f3, u5, wb hathach 2025-04-17 15:15:07 +07:00
  • b1eedf4d1d fix iar make build with wb and u5 hathach 2025-04-17 14:34:55 +07:00
  • eea42fd119 update iar build hathach 2025-04-17 13:05:18 +07:00
  • ccb34dbbdb add toolchain.json for toolchain url hathach 2025-04-17 11:58:05 +07:00
  • f479b02ea6 ci add pico_w for native host test hathach 2025-04-17 11:22:38 +07:00
  • e426c8c876 Merge pull request #3085 from hathach/ci-add-s3-host Ha Thach 2025-04-17 11:07:04 +07:00
  • 7ef17a85cb de-duplicate flash board_test for board with multiple flags_on hathach 2025-04-16 22:04:19 +07:00
  • 4d601545eb add TS3USB30 to test s3 host with slave/dma hathach 2025-04-16 21:15:07 +07:00
  • 0d2c08efd7 note potential issues using ep_desc in hcd_edpt_open() Joel Michael 2025-04-16 20:26:35 +10:00
  • 62d06e7b19 dwc2/host: fix all retry intervals Maxime Vincent 2025-04-14 09:24:54 +02:00
  • 384e191fdc dwc2/host: immediately retry IN token for bInterval=1 Maxime Vincent 2025-04-10 10:29:45 +02:00
  • de5cc0b830 Merge branch 'master' into dwc2-proper-attach-debouncing Maxime Vincent 2025-04-15 09:00:57 +02:00
  • cea2c97248 Merge branch 'master' into dwc2-host-fix-disconnect Maxime Vincent 2025-04-15 09:00:16 +02:00
  • bfe08176e5 Merge pull request #3070 from HiFiPhile/bitfield Ha Thach 2025-04-15 10:44:01 +07:00
  • d039d54a89 channge DWC2_CHANNEL_COUNT/DWC2_EP_COUNT to inline function hathach 2025-04-14 16:31:17 +07:00
  • c183108a82 Skip net_lwip_webserver, too big for h7rs HiFiPhile 2025-04-13 12:24:30 +02:00
  • 8b69dc32d4 Increase RTT buffer size HiFiPhile 2025-04-12 20:00:47 +02:00
  • b2a4407bd5 Merge remote-tracking branch 'upstream/master' into h7rs HiFiPhile 2025-04-12 17:08:49 +02:00
  • b4a762dd58 Fix RTT buffer not detected. HiFiPhile 2025-04-12 17:01:10 +02:00
  • 7f246d4b76 Fix swo logger case. HiFiPhile 2025-04-09 21:33:22 +02:00
  • 6689a0142d Merge pull request #3079 from byteit101/version-string-fix HiFiPhile 2025-04-12 16:41:04 +02:00
  • af0c47e06e Fix typo HiFiPhile 2025-04-12 15:21:19 +02:00
  • 5e4decb4a3 Merge pull request #3074 from maximevince/dwc2-fix-hfir-off-by-one HiFiPhile 2025-04-12 13:40:36 +02:00
  • aecfd3433c Fix handle_hprt_irq HiFiPhile 2025-04-12 13:36:10 +02:00
  • 937b07cdc0 Fix version string to actually be the version Patrick Plenefisch 2025-04-11 18:19:39 -04:00
  • 459e2cd39e Merge remote-tracking branch 'upstream/master' into async_io HiFiPhile 2025-04-11 23:07:22 +02:00
  • 925010fd84 host/dwc2: resume OUT transfer when PING ACKed HiFiPhile 2025-04-11 17:02:42 +02:00
  • 2064ee470d dwc2/host: attach debouncing fixes Maxime Vincent 2025-04-11 12:14:07 +02:00
  • 72357cdb20 dwc2/host: HFIR: Fix timing off-by-one Maxime Vincent 2025-04-11 12:15:56 +02:00
  • 2aff61ccb3 Fix CI. HiFiPhile 2025-04-09 19:40:03 +02:00
  • 3acaffd64d build fix. HiFiPhile 2025-04-08 00:22:47 +02:00
  • 084c0802c3 dwc2: refactor bitfields. HiFiPhile 2025-04-09 01:31:16 +02:00
  • 6607b76c76 dwc2/host: remove hcd_event_device_remove() call from handle_hptr_irq to prevent double removal Maxime Vincent 2025-04-08 14:34:11 +02:00
  • 1be4171d2a Fix espressif build with presets. HiFiPhile 2025-04-07 23:30:10 +02:00
  • 7d8433abab dwc2/host: enable disconnect interrupt + handle it Maxime Vincent 2025-04-07 11:36:02 +02:00
  • 865e3488f9 Merge pull request #3014 from deshipu/master HiFiPhile 2025-04-06 18:35:28 +02:00
  • 1f2f92d97a Allow different port and mode for LED on ch32v boards Radomir Dopieralski 2025-03-07 12:20:33 +01:00
  • b4252c426f Merge pull request #3015 from Dazza0/docs/fix_formatting HiFiPhile 2025-04-06 14:15:08 +02:00
  • 42213eff2b Merge pull request #3063 from maximevince/dwc2-host-fix-sof-flag HiFiPhile 2025-04-06 14:05:28 +02:00
  • 255ccf26ea dwc2/host: clear SOF flag in handle_sof_irq() Maxime Vincent 2025-04-04 14:21:20 +02:00
  • 60e6d53d10 Merge pull request #3061 from hathach/update-endpoint-open Ha Thach 2025-04-03 21:22:01 +07:00
  • 4787cd5f54 fix(hcd) hcd_edpt_open() return true if endpoint is already opened. hathach 2025-04-03 18:11:33 +07:00
  • 8c1802e41d Merge pull request #3043 from hathach/hcd-close-ep Ha Thach 2025-03-27 10:47:10 +07:00
  • 5531de4f2c add clion debugserver hathach 2025-03-26 23:20:00 +07:00
  • e511d00f34 added hcd_edpt_close() stub for other ports hathach 2025-03-26 22:11:44 +07:00
  • 901ce2ad93 hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd_edpt_close() hathach 2025-03-26 21:13:01 +07:00
  • 1615120bca added mimxrt1064_evk to hil test pool hathach 2025-03-26 15:32:19 +07:00
  • 69dca9518c added mimxrt1064_evk to hil test pool hathach 2025-03-26 15:20:27 +07:00
  • 73e810a7ba imxrt: disable BOARD_ConfigMPU() since it cause issue with imxrt1060/64. Update imxrt configtool forr some board to get uart pin init. hathach 2025-03-26 15:20:02 +07:00
  • 99673cdbb8 fix wanings hathach 2025-03-25 17:36:15 +07:00
  • 65e01fff2e add tuh_edpt_close() API, it will abort any pending transfer implement hcd_edpt_close() for pio-usb and max3421e, also move max3421e api into its own header. hathach 2025-03-25 16:15:58 +07:00
  • b99b811308 more hil improvement hathach 2025-03-25 14:43:40 +07:00
  • 1fd5c12316 HIL: add flag CFG_TUH_RPI_PIO_USB to pico/pico2 hathach 2025-03-25 10:43:55 +07:00
  • 5086d2a04f Add SWO config. HiFiPhile 2025-03-24 23:06:22 +01:00
  • c3a6efc29e Implement ITM_SendChar(). HiFiPhile 2025-03-24 23:06:09 +01:00
  • 3caff80c8e Merge remote-tracking branch 'upstream/master' into h7rs HiFiPhile 2025-03-24 21:09:17 +01:00
  • 875e645b32 update hil test to include dual and host for pico/pico2 hathach 2025-03-24 23:20:54 +07:00
  • db537861b2 device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_t add tx_overwritabe_if_not_connected for cdc driver configure hathach 2025-03-24 22:58:21 +07:00
  • 9f541a3d96 host: add tuh_enum_descriptor_device_cb() and tuh_enum_descriptor_configuration_cb() callback host: support device with multiple configurations hathach 2025-03-24 22:55:04 +07:00
  • cf76af1056 Merge pull request #3042 from rppicomidi/fix_3033 Ha Thach 2025-03-21 22:56:16 +07:00
  • 3324a327cb Fix #3033: address review comment rppicomidi 2025-03-21 07:14:10 -07:00
  • b0def52f45 Move misplaced statement rppicomidi 2025-03-21 07:13:01 -07:00
  • e54753814b enable hil dual for metro m4 with max3421 hathach 2025-03-21 00:11:18 +07:00
  • 4b46493cb4 Fix #3033: Increase array bounds and test for overflow rppicomidi 2025-03-20 06:27:23 -07:00
  • c2924c51fc Merge pull request #3032 from rppicomidi/fix_3031 Ha Thach 2025-03-20 09:44:56 +07:00
  • 05e4f8b777 Move iInterface per review comment rppicomidi 2025-03-19 05:57:01 -07:00