9645baa42einclude h7rs in host examples.
HiFiPhile
2025-04-18 12:16:35 +02:00
8f9ef7dfbereduce 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
940fe43e68move removing dev0 to process_removing_device()
hathach
2025-04-22 17:33:37 +07:00
3c4e6a779dMove decouncing delay before USB reset.
HiFiPhile
2025-04-18 17:41:41 +02:00
9f096ac56bhost: fix enumerate racing
HiFiPhile
2025-04-12 20:00:00 +02:00
18d7a993beMerge pull request #3075 from maximevince/dwc2-proper-attach-debouncing
Ha Thach
2025-04-21 22:46:15 +07:00
5725d33121improve usbh stability with failed setup send, prevent control stage locked out
hathach
2025-04-21 20:39:23 +07:00
56ed51c8fbMerge pull request #3088 from HiFiPhile/intv
Ha Thach
2025-04-21 18:31:43 +07:00
b3a9b6e37fenable SOF interrupt only if not already enabled
HiFiPhile
2025-04-19 11:43:28 +02:00
5572168994Merge 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
1efc9007b2Merge branch 'dwc2-proper-attach-debouncing' of github.com:maximevince/tinyusb into dwc2-proper-attach-debouncing
HiFiPhile
2025-04-18 14:58:59 +02:00
b3d20442e2Fix usbh racing later.
HiFiPhile
2025-04-18 14:57:53 +02:00
4c6736c277Merge branch 'master' into dwc2-proper-attach-debouncing
HiFiPhile
2025-04-18 14:54:20 +02:00
e44f556a95Merge pull request #3072 from maximevince/dwc2-retry-in-token-immediately
Ha Thach
2025-04-18 17:12:07 +07:00
ee1a5dbac0Merge pull request #3084 from joelpmichael/hcd-template-comments
HiFiPhile
2025-04-18 11:25:59 +02:00
91163c9217Merge pull request #3067 from maximevince/dwc2-host-fix-disconnect
HiFiPhile
2025-04-18 11:24:23 +02:00
1b888a3311clean 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
b6abc9022aMerge remote-tracking branch 'upstream/master' into hcd-template-comments
HiFiPhile
2025-04-18 11:13:15 +02:00
3fd7854a91Merge pull request #3081 from hathach/usbh-enum-get-string-desc-first
Ha Thach
2025-04-18 15:24:42 +07:00
ba45625ea4minor ci update
hathach
2025-04-18 12:39:49 +07:00
5c7ca2acadchange gh ci iar to push event
hathach
2025-04-18 12:07:08 +07:00
e8a84f9076enum 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
edbea218b9Merge pull request #3086 from hathach/ci-add-picow-host
Ha Thach
2025-04-17 23:51:50 +07:00
46d2d4199erun 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
d4983acd3agithub 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
9eb0ae7636fix iar make build with stm32 l0, f2, f3, u5, wb
hathach
2025-04-17 15:15:07 +07:00
b1eedf4d1dfix iar make build with wb and u5
hathach
2025-04-17 14:34:55 +07:00
eea42fd119update iar build
hathach
2025-04-17 13:05:18 +07:00
ccb34dbbdbadd toolchain.json for toolchain url
hathach
2025-04-17 11:58:05 +07:00
f479b02ea6ci add pico_w for native host test
hathach
2025-04-17 11:22:38 +07:00
e426c8c876Merge pull request #3085 from hathach/ci-add-s3-host
Ha Thach
2025-04-17 11:07:04 +07:00
7ef17a85cbde-duplicate flash board_test for board with multiple flags_on
hathach
2025-04-16 22:04:19 +07:00
4d601545ebadd TS3USB30 to test s3 host with slave/dma
hathach
2025-04-16 21:15:07 +07:00
0d2c08efd7note potential issues using ep_desc in hcd_edpt_open()
Joel Michael
2025-04-16 20:26:35 +10:00
62d06e7b19dwc2/host: fix all retry intervals
Maxime Vincent
2025-04-14 09:24:54 +02:00
384e191fdcdwc2/host: immediately retry IN token for bInterval=1
Maxime Vincent
2025-04-10 10:29:45 +02:00
de5cc0b830Merge branch 'master' into dwc2-proper-attach-debouncing
Maxime Vincent
2025-04-15 09:00:57 +02:00
cea2c97248Merge branch 'master' into dwc2-host-fix-disconnect
Maxime Vincent
2025-04-15 09:00:16 +02:00
bfe08176e5Merge pull request #3070 from HiFiPhile/bitfield
Ha Thach
2025-04-15 10:44:01 +07:00
d039d54a89channge DWC2_CHANNEL_COUNT/DWC2_EP_COUNT to inline function
hathach
2025-04-14 16:31:17 +07:00
c183108a82Skip net_lwip_webserver, too big for h7rs
HiFiPhile
2025-04-13 12:24:30 +02:00
e511d00f34added hcd_edpt_close() stub for other ports
hathach
2025-03-26 22:11:44 +07:00
901ce2ad93hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd_edpt_close()
hathach
2025-03-26 21:13:01 +07:00
1615120bcaadded mimxrt1064_evk to hil test pool
hathach
2025-03-26 15:32:19 +07:00
69dca9518cadded mimxrt1064_evk to hil test pool
hathach
2025-03-26 15:20:27 +07:00
73e810a7baimxrt: 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
65e01fff2eadd 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
b99b811308more hil improvement
hathach
2025-03-25 14:43:40 +07:00
1fd5c12316HIL: add flag CFG_TUH_RPI_PIO_USB to pico/pico2
hathach
2025-03-25 10:43:55 +07:00