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
/
tusb.c
Age
Commit message (
Expand
)
Author
2025-09-17
Fix address translation functions
HiFiPhile
2025-07-10
rename to tusb_deinit() to match other namingg
hathach
2025-07-10
Merge branch 'master' into fork/roma-jam/feature/add_tusb_teardown
hathach
2025-03-06
hack: force/overwrite endpoint mps to 64 for device that incorrectly report 5...
hathach
2025-02-24
add tuh_midi_descriptor_cb()
hathach
2025-01-15
feature(tusb): Added teardown API
Roman Leonov
2024-11-28
Merge branch 'refs/heads/master' into fork/GuavTek/recover_zero_length_desc
hathach
2024-11-27
Move desc_len sanity checks to start of loops
GuavTek
2024-11-14
Merge branch 'master' into warning
Ha Thach
2024-11-10
fix typo
Ha Thach
2024-11-10
Merge branch 'master' into fix/esp32p4_device
Ha Thach
2024-11-07
fix(tusb.h): Fixed backward comatibility for port selection
Roman Leonov
2024-11-04
add tusb_time_millis_api() and default/weak tusb_time_delay_ms_api(). Which i...
hathach
2024-11-01
Fix Warning[Pe188]: enumerated type mixed with another type.
HiFiPhile
2024-10-18
Recover host enumeration from zero length descriptors
GuavTek
2024-10-17
get hpri triggered
hathach
2024-10-14
change the tusb_rhport_init_t struct, exclude the rhport to make API more con...
hathach
2024-10-11
change tusb_init(), tusb_rhport_init() to use init struct for expandability
hathach
2024-10-10
add new tusb_int_handler(rhport, in_isr) as common irq handler
hathach
2024-09-10
ep stream init: wrap with OSAL_MUTEX_REQUIRED, only create fifo mutex if needed
hathach
2024-09-10
fix warnings
hathach
2024-09-10
reduce ep stream footprint by using is_mps512 since it only support bulk so far
hathach
2024-09-10
change edpt stream api to take hwid from API to reduce memory footprint
hathach
2024-09-10
update edpt_stream to support non-buffered (no fifo) mode
hathach
2024-09-10
change vendor device to use edpt stream API
hathach
2024-07-18
fix arguable bug caught as warning by LLVM embedded toolchain for ARM 14.0.0
graham sanderson
2024-03-25
Merge branch 'master' into add-tuh-deinit
hathach
2024-03-22
update osal API
hathach
2024-03-22
add tu_edpt_stream_deinit()
hathach
2024-03-22
code format
hathach
2024-03-20
code format
hathach
2024-03-04
code reformat
hathach
2024-02-24
fixed compiler warning src/tusb.c
IngHK
2023-12-08
improved CFG_TUSB_DEBUG handling due to compile errors
IngHK
2023-11-24
fixed compile errors due to untreated CFG_TUH_LOG_LEVEL
IngHK
2023-08-15
more minor clean up
hathach
2023-05-19
ehci fix dcache clean when control endpoint failed
hathach
2023-05-16
correct EHCI reporting failed xfer (instead of stalled) when device is unplugged
hathach
2023-02-27
Merge pull request #1852 from silvergasp/mem_s
Ha Thach
2023-02-27
minor clean up
hathach
2023-01-20
add helper tu_desc_find/find2/find3
hathach
2023-01-13
fix: Replace device calls to memcpy with tu_memcpy_s
Nathaniel Brough
2022-12-22
fix typo
hathach
2022-12-22
finish moving edpt stream to tusb.c
hathach
2022-12-22
fix stream read count computation
hathach
2022-12-22
moving edpt_stream API into common tusb.c
hathach
2022-12-15
use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEX
hathach
2022-06-29
Fix actual compiler warning on gcc 10.3.1
graham sanderson
2022-06-03
remove static port defined for device/host
hathach
2022-03-09
implement tu_edpt_release()
hathach
[next]