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
/
portable
/
st
/
stm32_fsdev
Age
Commit message (
Expand
)
Author
2024-03-14
dcd_stm32_fsdev.c: Fix a bug seend with stm32h5xxx when the driver is compi...
henneboi
2024-01-11
[STM32 FSDEV] Align names for consistency
Okarss
2024-01-11
[STM32 FSDEV] Introduce a typedef for bus access width
Okarss
2024-01-10
[STM32 FSDEV] Fix ISR race conditions
Okarss
2023-12-13
Fix CI & typo.
HiFiPhile
2023-12-12
Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation Tes...
henneboi
2023-04-17
Cleanup unnecessary code for 16bit access.
Mengsk
2023-04-14
Fix FIFO transfer and buffer alignment.
HiFiPhile
2023-04-14
Fix GCC build.
HiFiPhile
2023-04-14
Use PLL clock.
HiFiPhile
2023-04-14
Merge branch 'master' of https://github.com/hathach/tinyusb into pr1942
HiFiPhile
2023-04-03
Add STM32L5 support - no OTG similar to some L4s
John Cronin
2023-03-17
fix trailing space and new line
hathach
2023-03-12
dcd_write_packet_memory: use volatile modifier for destination pointer
Hubert Denkmair
2023-03-08
fix path to stm32g0xx.h
Hubert Denkmair
2023-03-08
add basic STM32G0 support
Hubert Denkmair
2023-03-01
add TUP_USBIP_FSDEV and TUP_USBIP_FSDEV_STM32, clean up ifdef with stm32
hathach
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-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
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
[prev]
[next]