Commit Graph

250 Commits

Author SHA1 Message Date
593dce2834 Merge pull request #3441 from hathach/fifo-access-mode
HWFIFO access-mode refactor and stride-aware FIFO fixes across FSDEV/RUSB2/MUSB
2026-01-06 09:42:16 +07:00
e158a3dd38 hwfifo support custom write/read
rusb use custom write
enable all hil test for ra4m1
2026-01-03 15:06:54 +07:00
c87f0db459 add tu_hwfifo_access_t param to hwfifo API 2026-01-03 00:47:40 +07:00
36e8f9d7a1 support multiple data stride if configured 2026-01-02 17:16:02 +07:00
009750c747 minor refactor 2026-01-01 11:59:29 +07:00
f20ad05d71 update tu_fifo to work with fsdev hwfifo with increased address 16/32bit 2025-12-31 16:26:24 +07:00
d61ed92220 re-branding fixed address fifo read/write to stride mode 2025-12-31 01:11:40 +07:00
4e43988980 tusb_fifo remove item_size make it fifo of bytes 2025-12-30 18:12:32 +07:00
49a8529dcf clean up cmake, remove family_get_project_name() 2025-12-19 12:33:42 +07:00
0a9e05f47a make fifo access mode fixed addr work with 16 bit also 2025-12-16 00:19:13 +07:00
b73003745f move host hacked bulk mps out of tu_edpt_validate() 2025-12-11 16:41:33 +07:00
df6f136003 add linkermap to deps and linkermap taget 2025-12-01 14:46:47 +07:00
8cf2c3b00b re-enable other hil tests 2025-11-27 11:04:35 +07:00
4affbc1f7b more rename 2025-11-27 09:40:50 +07:00
26a73df158 add tu_scatter_read32(), tu_scatter_write32() to simplify tu_fifo 2025-11-26 17:56:18 +07:00
c925277e24 change tu_fifo_buffer_info_t layout 2025-11-26 15:26:42 +07:00
67ba8eab2e focus on cdc test, write lots more data, each trunk is 64 or less since examples having minimum 64 bytes fifo (fs) 2025-11-26 13:54:04 +07:00
b98127fba2 hil stress test cdc 2025-11-22 17:31:31 +07:00
b7bf1d9835 hil stress test cdc 2025-11-22 11:06:57 +07:00
d4cdc096ca add more unit tests for tu_fifo 2025-11-21 12:58:28 +07:00
a1b0aa4e3a Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-issue
Signed-off-by: HiFiPhile <admin@hifiphile.com>
2025-10-31 17:22:24 +01:00
d92b810df7 fix Identifiers that start with '__' or '_[A-Z]' are reserved.
fix compiling with nuc family
2025-10-28 14:14:01 +07:00
30132e8e6d Fix copilot issues
Signed-off-by: Mengsk <admin@hifiphile.com>
2025-10-22 20:21:57 +02:00
31bd4fc169 Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifo
Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com>
2025-10-22 05:28:31 +00:00
d96d468b55 skip mtp in hil test, it seems not stable and failed too often 2025-10-15 19:58:59 +07:00
c48bbfab5e more make refactor 2025-10-14 17:53:55 +07:00
b5faf4f1c1 increase timeout for mtp hil test 2025-10-11 14:57:47 +07:00
610f353d8d use cache to store skip board in hil ci 2025-10-02 18:54:31 +07:00
9cd5fb6f38 skip mtp for now 2025-10-02 17:58:51 +07:00
3773d60a1e fix typos 2025-10-02 17:15:22 +07:00
4a0613cbaf fix mtp serial 2025-10-02 12:49:38 +07:00
6d32256188 HIL add timeout for opening mtp device 2025-10-02 10:43:55 +07:00
4e4e2be566 test mtp with hil 2025-10-01 16:25:38 +07:00
732d4a8c97 fix serial, try to test mtp with hil 2025-09-30 22:44:58 +07:00
8e34ba9cf6 Merge branch 'master' into fork/ennebi/mtp 2025-09-15 16:45:41 +07:00
283b06bb54 Add MTP class device 2025-08-06 06:14:13 +02:00
f5974b041e add bufsize to tud_msc_inquiry2_cb() 2025-08-01 22:44:32 +07:00
e9a78c52d0 add tud_msc_inquiry2_cb() for full inquiry response 2025-07-11 15:24:17 +07:00
b5694fd40a add option to pass symbol defines to ci build.py
add build.args option for hil json
add MAX3421_HOST=1 for metro m4 express
2025-07-09 21:54:23 +07:00
091c6a7889 only clean/checkout/download artifacts on first attempt 2025-07-09 10:12:18 +07:00
0c197a2eae try to skip passed board in hil test when re-run 2025-07-08 16:39:12 +07:00
7909b503c4 re-add max32666fthr to hil pool 2025-07-07 20:56:05 +07:00
a64e3eb0aa update board_test always output to uart regardless of LOGGER option 2025-07-02 17:27:03 +07:00
a42184b6fe remove legacy DEPS_SUBMODULES in make 2025-07-02 11:03:50 +07:00
1be7b8f781 remove max32666fthr from hil pool 2025-06-11 09:39:42 +07:00
0220852a6e - hil test max retry = 3
- fix h7 unused function
2025-04-17 16:58:26 +07:00
f479b02ea6 ci add pico_w for native host test 2025-04-17 11:22:38 +07:00
7ef17a85cb de-duplicate flash board_test for board with multiple flags_on 2025-04-16 23:47:17 +07:00
4d601545eb add TS3USB30 to test s3 host with slave/dma 2025-04-16 21:15:07 +07:00
901ce2ad93 hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement hcd_edpt_close() 2025-03-26 21:32:18 +07:00