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
/
class
Age
Commit message (
Expand
)
Author
2022-08-09
dfu: Allow DFU coexistence with other interfaces
Jerzy Kasenberg
2022-07-19
Merge pull request #1514 from maddyaby/audiod_typo
Ha Thach
2022-07-19
Merge pull request #1568 from hathach/revert-hid-callback-len-temporarily
Ha Thach
2022-07-18
Merge pull request #1531 from pigrew/usbtmc_highspeed
Ha Thach
2022-07-17
temporarily revert len back to uint8_t in tud_hid_report_complete_cb() for up...
hathach
2022-07-09
USBTMC: explicit type conversions fix
NConrad
2022-07-01
mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT.
robert-hh
2022-06-30
mimxrt: Add/change definitions for MIMXRT11XX boards.
robert-hh
2022-06-27
suppress error with net example
hathach
2022-06-27
fix all warnings with host rp2040
hathach
2022-06-27
fix all device examples warnings
hathach
2022-06-27
Merge branch 'master' into add-more-warnings
hathach
2022-06-27
change report len in hid API from uint8_t to uint16_t
hathach
2022-06-27
fix most warnings with rp2040 -wconversion
hathach
2022-06-26
USBTMC: Handle busy interrupt in.
NConrad
2022-06-24
USBTMC: Manually stall and unstall EP when clear(ENDPOINT_HALT) is received.
NConrad
2022-06-24
fix redundant-decls warnings by usbd/usbh
hathach
2022-06-24
add more warning option, also fix -Wconversion with rp2040
hathach
2022-06-21
Update USBTMC driver to support dynamic packet sizes (based on descriptor).
NConrad
2022-06-17
correct bulk size for highspeed endpoint in dynamic_configuration and usbtmc ...
hathach
2022-06-16
Fix typo in audiod_rx_done_cb in audio_device.c
Maddy
2022-06-07
add TU_ATTR_FAST_FUNC for audio sof isr call chain
hathach
2022-06-02
rhport argument in usbd_ API() is not used (always use the initialized port)
hathach
2022-05-31
Merge pull request #1381 from hathach/add-sof-isr
Ha Thach
2022-05-31
clean up tud_audio_set_itf_cb() invocation
hathach
2022-05-31
comment out fifo count method for now
hathach
2022-05-27
adding feedback fifo count (WIP)
hathach
2022-05-27
wrap feedback and compute to its own struct/union
hathach
2022-05-19
prototype for feedback method
hathach
2022-05-19
rename tud_audio_sof_isr() to tud_audio_feedback_interval_isr()
hathach
2022-05-13
fix ci build
hathach
2022-05-13
changes proposal to audio feedback computation
hathach
2022-04-16
Generalize feedback value min and max
Reinhard Panhuber
2022-04-09
Introduce 3 fb calc options: NO_SOF_BY_USER, SOF_BY_AUDIO_D, SOF_BY_USER
Reinhard Panhuber
2022-04-01
hid example work well
hathach
2022-03-20
Disable SOF ISR feedback calcuation by default s.t. examples still work
Reinhard Panhuber
2022-03-20
Streamline call of tud_audio_set_itf_cb() within audiod_set_interface()
Reinhard Panhuber
2022-03-20
Add magic checks
Reinhard Panhuber
2022-03-20
Streamline feedback calc, find fb interval from descriptors, inc. checks
Reinhard Panhuber
2022-03-19
Implement power of two, shift, and float calculation
Reinhard Panhuber
2022-03-19
rename usbh_edpt_open() to tuh_edpt_open()
hathach
2022-03-19
add parse config descriptor to example
hathach
2022-03-18
implement tuh_edpt_xfer() for non-control
hathach
2022-03-18
move daddr into xfer struct
hathach
2022-03-17
rename user_arg to user_data
hathach
2022-03-17
rename tuh_control_xfer_t to tuh_xfer_t
hathach
2022-03-17
slightly change the signature of tuh_control_xfer
hathach
2022-03-17
change return type of callback to void
hathach
2022-03-17
remove const in xfer callback
hathach
2022-03-17
move result into transfer struct
hathach
[next]