index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
portable
/
analog
/
max3421
Age
Commit message (
Expand
)
Author
2026-07-03
Merge pull request #3748 from mikeysklar/fix-max3421-oscok-hang
Ha Thach
2026-07-02
license: use SPDX identifiers for src/ headers (#3749)
Ha Thach
2026-07-01
hcd(max3421): improve CHIPRES reset logic and refine oscillator stabilization...
hathach
2026-07-01
max3421: prevent USB host hang at startup
Mikey Sklar
2025-05-21
add usbh_spin_lock/unlock() use spinlock instead of atomic flag for hcd max3421
hathach
2025-04-03
fix(hcd) hcd_edpt_open() return true if endpoint is already opened.
hathach
2025-03-25
add tuh_edpt_close() API, it will abort any pending transfer
hathach
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more con...
hathach
2024-10-11
hcd_init() take init struct
hathach
2024-08-26
add sndfifo owner info to skip rewriting data for retrying NAKed
hathach
2024-08-23
only check SNDBAV IRQ if there is data to send
Cumhur Onat
2024-08-23
fix for out retry attempts with nak response
Cumhur Onat
2024-05-15
implement max3421e hcd_edpt_abort_xfer()
hathach
2024-04-26
- add esp32 c3, c6 mcu option
hathach
2024-04-25
adding support for esp32 for use with max3421e host
hathach
2024-04-08
add cpuctl and pinctl to tuh_configure() option for max3421
hathach
2024-04-04
fix build with gcc 11
hathach
2024-04-04
fix build with rp2040 + max3421
hathach
2024-04-02
check cfg_param pointer
Ha Thach
2024-04-02
correct max nak
Ha Thach
2024-04-02
max3421 limit max nak
Ha Thach
2024-04-02
clean up
hathach
2024-04-02
add hcd_configure() to change max NAK dynamically
hathach
2024-04-02
refactor: add hxfr per endpoint
hathach
2024-04-02
always limit number of NAK per endpoint per usb frame to save cpu usage. Defa...
hathach
2024-03-31
fixed spelling
IngHK
2024-03-31
reactivated TU_ASSERT(_hcd_data.hirq & HIRQ_SNDBAV_IRQ,);
IngHK
2024-03-31
removed debug code
IngHK
2024-03-31
added multiple attemp counting per frame
IngHK
2024-03-31
improved code readability
IngHK
2024-03-31
improved/fixed trigger 1st retryable EP
IngHK
2024-03-31
removed redundant return true;
IngHK
2024-03-31
replaced bits xfer_pending, xfer_complete and retry_pending by common 4 bits ...
IngHK
2024-03-31
renamed define NAK_RETRY_HANDLING to CFG_TUH_MAX3421_MAX_ATTEMPS_PER_FRAME as...
IngHK
2024-03-31
fixed EP0 control handling
IngHK
2024-03-31
added further debug log outputs
IngHK
2024-03-26
draft MAX3421E NAK retry handling next frame
IngHK
2024-03-26
implement hcd_deinit() for max3421
hathach
2023-12-26
allow rp2040 to use max3421e as host controller
hathach
2023-11-29
Merge pull request #2346 from IngHK/LogLineEnds
Ha Thach
2023-11-24
made log line end consistent \r\n
IngHK
2023-11-20
add tuh_max3421_reg_read(), tuh_max3421_reg_read() for application usage
hathach
2023-11-02
skip tuh_max3421_spi_cs_api() in hcd_init()
hathach
2023-10-27
update s3 devkitm with max3421 pin following metro s3, check max3421 version ...
hathach
2023-10-04
change tuh_max3421_spi_xfer_api() signature
hathach
2023-09-28
fix build with new freertos host example
hathach
2023-09-27
Merge branch 'master' into add-max3421-esp32
hathach
2023-09-27
change hcd_int_handler(rhport, in_isr) signature: add in_isr
hathach
2023-09-27
update max3421 to have hcd_int_handler_ext()
hathach
2023-09-25
adding host/cdc_msc_hid_freertos example
hathach
[next]