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
Age
Commit message (
Expand
)
Author
2023-02-28
rename ep_num to ep_idx, minor clean up
hathach
2023-01-05
Add fix to dcd_edpt_iso_activate()
Mengsk
2023-01-05
Fixed bug where with some devices, the TU_ASSERT inserted with this commit ge...
Simon Kueppers
2023-01-02
Remove tu_stm32_sof_cb
Mengsk
2023-01-02
Clean up.
Mengsk
2022-12-31
Optimize descriptor looping.
Mengsk
2022-12-30
Fix buffer allocation overflow.
Mengsk
2022-12-30
Add ISO buffer allocation.
Mengsk
2022-12-29
Do not set USB_EP_RX_NAK for ISO EP.
Mengsk
2022-12-29
Use weak for dcd_edpt_iso_alloc/dcd_edpt_iso_activate
Mengsk
2022-12-29
Fix CI.
Mengsk
2022-12-29
UAC : Enable fifo based transfer on stm32_fsdev
Mengsk
2022-12-29
Add dcd_edpt_iso_alloc() / dcd_edpt_iso_activate() for ISO EP buffer management.
Mengsk
2022-12-29
Generally enable ISO xfer.
Mengsk
2022-12-29
Add hardware endpoint allocator.
Mengsk
2022-12-29
dcd_stm32_fsdev : Implement FIFO transfer correctly.
Mengsk
2022-12-29
dcd_stm32_fsdev : Fix index out of bound in dcd_write_packet_memory()
Mengsk
2022-12-29
Added improvements with regards to SOF timing jitter
Simon Kueppers
2022-12-29
Added TU_ATTR_ALWAYS_INLINE to all static inline functions
Simon Kueppers
2022-12-29
Fixed various small problems and inaccuracies regarding ISOCHRONOUS endpoint
Simon Kueppers
2022-12-29
SHA-1: 5cb3ed518301e2237ee4e468e97e51ece0ba3838
Mengsk
2022-12-29
Merge branch 'master' of https://github.com/hathach/tinyusb into stm32_fsdev
Mengsk
2022-12-29
Fixed problem where the transmit byte count was written into the wrong regist...
Simon Kueppers
2022-12-29
Renamed pcd_set_ep_rx_cnt because it actually sets the maximum buffer size
Simon Kueppers
2022-12-29
Changed comments, added define to fail if ISOCHRONOUS endpoint is not availab...
Simon Kueppers
2022-12-29
Fixed non-aligned allocated memory sizes
Simon Kueppers
2022-12-29
Changed indirection from actual endpoint address to hardware endpoint through...
Simon Kueppers
2022-12-29
Fixed wrongly enabling RX and TX status simultaneously on ISOCHRONOUS endpoints
Simon Kueppers
2022-12-29
Implemented an optional callback function that is used instead of tu_edpt_num...
Simon Kueppers
2022-12-29
Implemented very rudimentary support for isochronous transfer buffer handling
Simon Kueppers
2022-12-27
fix ncm warning
hathach
2022-12-26
Merge pull request #1801 from tyustli/tyustli_sem_reset
Ha Thach
2022-12-24
add tuh_cdc_peek()
hathach
2022-12-22
fix incorrect rx buf in cdc
hathach
2022-12-22
Merge pull request #1809 from hathach/host-cdc
Ha Thach
2022-12-22
clean up
hathach
2022-12-22
add tuh_cdc_get_local_line_coding()
hathach
2022-12-22
correct host cdc enum
hathach
2022-12-22
cdc host, add set line coding API
hathach
2022-12-22
minor clean up
hathach
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-21
add tuh_cdc_write_clear, rename read_flush() to read_clear()
hathach
2022-12-21
add tuh_cdc_tx_complete_cb() callback
hathach
2022-12-21
add more host cdc API
hathach
2022-12-21
fix ci
hathach
2022-12-21
correct cdc host app
hathach
2022-12-21
add tu_edpt_stream_write_zlp_if_needed()
hathach
[next]