|
|
271edeb35b
|
Merge branch 'master' into fork/zhiqiang-ch/master
|
2026-01-09 10:38:47 +07:00 |
|
|
|
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 |
|
|
|
9de3e108b4
|
fix more typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-06 01:11:13 +07:00 |
|
|
|
2026391b17
|
fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-06 01:10:39 +07:00 |
|
|
|
1c19fc5408
|
rename FSDEV_PMA_SIZE CFG_TUSB_FSDEV_PMA_SIZE
|
2026-01-06 00:58:23 +07:00 |
|
|
|
20d009daa1
|
enable dedidcated hwfifo for musb with odd access with 16-bit and 8-bit
|
2026-01-06 00:36:17 +07:00 |
|
|
|
74e59e433d
|
fix hwfifo pull/push n with address stride > 0
|
2026-01-05 22:50:23 +07:00 |
|
|
|
a9479f5ad9
|
update hcd rusb2 to use tu_hwfifo read/write
|
2026-01-04 17:02:16 +07:00 |
|
|
|
b93d463afa
|
fix rusb2 hcd_port_connect_status() using line state, add post root reset delay for stable speed detection
|
2026-01-03 23:54:05 +07:00 |
|
|
|
d457ea3d3c
|
fix build with dwc2
|
2026-01-03 17:52:58 +07:00 |
|
|
|
93a1e8093a
|
rusb2 move tu_hwfifo_write() to rusb2_common.c
|
2026-01-03 16:37:17 +07:00 |
|
|
|
ea23966aa7
|
add default access mode for tu_hwfifo API make it easier for non-custom read/write
|
2026-01-03 15:37:22 +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 |
|
|
|
b87c2fcc9f
|
refactor hwfifo pull/push
|
2026-01-02 23:57:48 +07:00 |
|
|
|
36e8f9d7a1
|
support multiple data stride if configured
|
2026-01-02 17:16:02 +07:00 |
|
|
|
0b638c5d74
|
rusb2 use tu_hwfifo API to write usb packet
|
2026-01-01 22:42:46 +07:00 |
|
|
|
9ab605ef0b
|
change signature of tu_hwfifo_* to have hwfifo as first parameter
|
2026-01-01 12:51:05 +07:00 |
|
|
|
009750c747
|
minor refactor
|
2026-01-01 11:59:29 +07:00 |
|
|
|
111247337c
|
replace PMA buffer packet read/write by using tu_hwfifo API
|
2025-12-31 22:18:05 +07:00 |
|
|
|
9b5c7761cc
|
add separate tu_hwifo_*() with data from buffer/software fifo. Remove duplicated packet write/read for fsdev
|
2025-12-31 17:48:09 +07:00 |
|
|
|
f20ad05d71
|
update tu_fifo to work with fsdev hwfifo with increased address 16/32bit
|
2025-12-31 16:26:24 +07:00 |
|
|
|
8544db8bf5
|
Merge branch 'hathach:master' into master
|
2025-12-31 14:53:29 +08: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 |
|
|
|
239e20ba73
|
support for the AT32F45X series
|
2025-12-30 10:44:03 +08:00 |
|
|
|
3eafddb02a
|
Merge pull request #3433 from Precidata/fix-compilation-v2
Fix compilation v2
|
2025-12-26 18:15:26 +01:00 |
|
|
|
d77f1e8eb6
|
Prevent unused-variable warning in dcd_host.c
'idx' is not used if CFG_TUH_CDC_LINE_CODING_ON_ENUM is not defined.
|
2025-12-26 17:27:05 +01:00 |
|
|
|
b3dd0a113a
|
Do not randomly include stm32h7xx.h
Enable D-Cache unless we're compiling for the M4 core of a dual-core H7 mcu by directly testing CORE_CM4
|
2025-12-26 17:25:25 +01:00 |
|
|
|
b209b177ec
|
Merge pull request #3422 from Tails86/add-vendor_write_clear
Added tud_vendor_write_clear() which forcefully clears TX buffer
|
2025-12-21 23:55:14 +01:00 |
|
|
|
b53739dee4
|
Change return of tud_vendor_n_write_clear from uint32_t to bool
|
2025-12-21 09:06:05 -07:00 |
|
|
|
b7463bad87
|
Removed tu_fifo_count_and_clear
|
2025-12-21 06:41:57 -07:00 |
|
|
|
53f9f8618e
|
Merge pull request #3421 from hathach/fix-imxrt-1011-bsp
SCB_EnableDCache() is required for rt1011
|
2025-12-21 15:15:35 +07:00 |
|
|
|
185757ed41
|
Added tud_vendor_write_clear() which forcefully clears TX buffer
|
2025-12-20 13:36:54 -07:00 |
|
|
|
5c8d5fbcc0
|
SCB_EnableDCache() is required for rt1011
|
2025-12-20 23:08:40 +07:00 |
|
|
|
83fa3bbffe
|
Merge pull request #3419 from hathach/remove-sprintf
remove the usage snprintf
|
2025-12-19 13:16:47 +07:00 |
|
|
|
49a8529dcf
|
clean up cmake, remove family_get_project_name()
|
2025-12-19 12:33:42 +07:00 |
|
|
|
7f4a761513
|
remove the usage snprintf
|
2025-12-19 11:08:49 +07:00 |
|
|
|
2b9a778621
|
Merge pull request #3404 from gab-k/support-nxp-rw612
Add support for NXP RW61x
|
2025-12-17 10:50:54 +01:00 |
|
|
|
ce7b15d6f9
|
more fixes
Signed-off-by: HiFiPhile <admin@hifiphile.com>
|
2025-12-16 21:19:18 +01:00 |
|
|
|
abf27bfa37
|
Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
Signed-off-by: HiFiPhile <admin@hifiphile.com>
|
2025-12-16 20:47:37 +01:00 |
|
|
|
8a246db49f
|
Merge pull request #3398 from chenzhihong007/feature/support_hpmicro_chips
Feature/support hpmicro chips
|
2025-12-16 20:18:40 +01:00 |
|
|
|
cb1873881e
|
fix build
Signed-off-by: Zixun LI <admin@hifiphile.com>
|
2025-12-16 12:40:44 +01:00 |
|
|
|
c130fc07c6
|
fix pre-commit
Signed-off-by: Zixun LI <admin@hifiphile.com>
|
2025-12-16 12:29:04 +01:00 |
|
|
|
d768735e0c
|
update ci
Signed-off-by: Zixun LI <admin@hifiphile.com>
|
2025-12-16 12:16:55 +01:00 |
|
|
|
412f4d3069
|
update preset
Signed-off-by: Zixun LI <admin@hifiphile.com>
|
2025-12-16 12:14:35 +01:00 |
|
|
|
22534a6019
|
Merge remote-tracking branch 'tinyusb/master' into support-nxp-rw612
Signed-off-by: Zixun LI <admin@hifiphile.com>
|
2025-12-16 11:51:42 +01:00 |
|
|
|
5a7e5db787
|
fix riscv toolchain
Signed-off-by: Zixun LI <admin@hifiphile.com>
|
2025-12-16 11:09:16 +01:00 |
|
|
|
e00c3d1726
|
enable ci build for hpmicro
|
2025-12-16 16:23:55 +07:00 |
|
|
|
15e3324579
|
cleanup, add preset
Signed-off-by: Zixun LI <admin@hifiphile.com>
Signed-off-by: HiFiPhile <admin@hifiphile.com>
|
2025-12-16 13:23:19 +08:00 |
|