index
:
tinyusb.git
cdc_persistent
claude/add-rtt-skill
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/hil-blindness
claude/mtp-data-phase-fixes
claude/usbh-enum-timeout
claude/validator-done-signals
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
etmtrace-rp2350
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
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
/
st
/
stm32_fsdev
Age
Commit message (
Expand
)
Author
2022-12-29
Fix CI.
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-04
Fix typos
Bastien Nocera
2022-11-07
Fix DCD build.
Mengsk
2022-11-07
Merge branch 'master' of https://github.com/hathach/tinyusb into bsp_412
Mengsk
2022-11-07
Add support for STM32L412.
Mengsk
2022-03-14
Merge branch 'master' into add-sof-isr
Ha Thach
2022-03-07
added dcd_sof_enable() stubs for all other ports
hathach
2022-03-07
Add support for STM32WB mcu
Jerzy Kasenberg
2022-02-25
rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED
hathach
2021-11-04
adding g4 family with g474nucleo, able to blink led and button
hathach
2021-10-25
change usage of TU_CHECK_MCU() to prevent macro conflict
hathach
2021-10-24
remove ep descriptor wMaxPacketSize bitfield due to endian issue
hathach
2021-08-26
add dcd_edpt_close_all() for clear existing configured state
hathach
2021-08-08
STM32L151 portable driver adaptations
Robert Manzke
2021-05-27
clean up tusb_fifo.h include
hathach
2021-05-10
minor clean up
hathach
2021-04-23
Implement functions to allow for DMA usage in audio driver.
Reinhard Panhuber
2021-04-05
revert dcd_edpt_xfer_fifo() implementation for stm32_fsdev
hathach
2021-03-02
Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()
Reinhard Panhuber
2021-02-17
Add (void *) for pointer cast.
Reinhard Panhuber
2021-02-17
Fix wrong tu_fifo_read_n() call in dcd_stm32_fsdev.c
Reinhard Panhuber
2021-02-17
Fix bug in evasion buffer list
Reinhard Panhuber
2021-02-17
Implement dcd_edpt_iso_xfer() for dcd_stm32_fsdev
Reinhard Panhuber
2021-01-08
use dcd_event_bus_reset() with speed to replace bus_signal
hathach
2020-10-11
Merge pull request #520 from salkinium/feature/misc_enhancements
Ha Thach
2020-10-10
Dynamically check STM32F3 IRQ remap option
Niklas Hauser
2020-10-06
stm32: fix ISTR and CTR_RX/TX race conditions
Gavin Li
2020-08-01
enable pull-up in dcd_init() instead of usbd
hathach
2020-06-18
Disable SOF in dcd_stm32_fsdev
Mengsk
2020-06-17
Fix IAR warnings.
Mengsk
2020-04-17
complete remove dcd_set_config(), fix unit test
hathach
2020-04-17
mass rename tud/dcd_irq_handler to tud/dcd_init_handler
hathach
[next]