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-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-25
Merge branch 'hathach:master' into master
tobozo
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
2022-03-17
change tuh_control_xfer_t struct
hathach
2022-03-16
update hid host to use new control xfer for set config
hathach
2022-03-16
Disable CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR
Reinhard Panhuber
2022-03-16
Add todos and comments
Reinhard Panhuber
2022-03-15
Fix cycle count calculation
Reinhard Panhuber
2022-03-15
Implement 16.16 fixed point feedback value calculation
Reinhard Panhuber
2022-03-14
Merge remote-tracking branch 'upstream/add-sof-isr' into add-sof-isr
Reinhard Panhuber
2022-03-14
Add SOF callback function for feedback value determination in uac - wip!
Reinhard Panhuber
2022-03-13
add synchronous (blocking) support for usbh control transfer
hathach
2022-03-11
update hid,msc to new usbh control API
hathach
2022-03-11
rework usbh control xfer
hathach
2022-03-09
add tusb_debug.h remove tusb_error.h
hathach
[prev]
[next]