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
237e9f21fd
example/mtp: fix root parent id
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-12-29 20:54:04 +01:00
d27e55a3da
device/mtp: improve logging
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-12-29 18:54:52 +01:00
536223cbaa
device/mtp: queue ZLP when needed
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-12-28 23:25:05 +01:00
db08f5f3fe
Fix trailing whitespace in getting_started.rst
...
- Removed trailing whitespace from line 37 as detected by pre-commit check
- Documentation builds successfully
Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com >
2025-12-28 14:26:06 +00:00
1bb1efa820
Use appropriate syntax highlighting for Windows commands
...
- Changed Windows Command Prompt blocks from bash to bat for proper highlighting
- Changed PowerShell blocks from bash to powershell for proper highlighting
- Improves documentation readability and accuracy
Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com >
2025-12-28 14:19:52 +00:00
83542ce912
Add detailed build instructions for rp2040 and esp32 to getting_started.rst
...
- Added dedicated "Building for RP2040" section with pico-sdk installation steps
- Added dedicated "Building for ESP32" section with esp-idf installation steps
- Included platform-specific instructions for Linux/macOS and Windows
- Added PICO_SDK_PATH export steps before cmake for rp2040
- Added esp-idf source/export steps before cmake for esp32
- Updated note section to reference new detailed sections
- Documentation builds successfully without errors
Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com >
2025-12-28 14:18:17 +00:00
2dce3b8d2c
Initial plan
2025-12-28 14:13:22 +00: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
aa183a50fc
limit fifo read size to ep_bufsize regardless ep_buf is used or not
...
Signed-off-by: HiFiPhile <admin@hifiphile.com >
2025-12-22 21:11:32 +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