index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/mtp-data-phase-fixes
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
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
Age
Commit message (
Expand
)
Author
2019-01-30
Small cleanups (remove inaccurate comment, set EP0 max size based on speed).
William D. Jones
2019-01-30
Properly schedule OUT xfers on a packet basis.
William D. Jones
2019-01-30
stm32f4: Add receive packet function.
William D. Jones
2019-01-30
stm32f4: Refactor packet transmit into subroutine.
William D. Jones
2019-01-24
stm32f4: Clarify required FIFO sizes and observed behavior.
William D. Jones
2019-01-24
stm32f4: Start adding OUT interrupt handling, fix buffer sizes; RXFIFO
William D. Jones
2019-01-23
stm32f4: Finish dcd_edpt_xfer implementation (OUT xfers not functional yet).
William D. Jones
2019-01-23
stm32f4: Remember to turn off TXFE when IN xfer is done; it not
William D. Jones
2019-01-23
stm32f4: Fix FIFO write logic (requires 32 bit writes).
William D. Jones
2019-01-23
stm32f4: Properly set control endpoint max packet size.
William D. Jones
2019-01-23
stm32f4: Fix incorrect xfer length for short packet IN xfers.
William D. Jones
2019-01-23
stm32f4: Remove assumption that EP 0 is only control endpoint.
William D. Jones
2019-01-22
stm32f4: Implement interrupt handling for IN packets (first signs of life).
William D. Jones
2019-01-22
stm32f4: Start implementing dcd_edpt_xfer.
William D. Jones
2019-01-21
stm32f4: Remove some template commented code.
William D. Jones
2019-01-19
stm32f4: Setup packet events in tinyusb now functional.
William D. Jones
2019-01-19
stm32f4: Implement setup packing receive, fix typo in FIFO receive size.
William D. Jones
2019-01-19
stm32f4: Complete initialization for EP0 (packet handling not implemented).
William D. Jones
2019-01-13
stm32f4: Enable USB peripheral, fix typos in register writes.
William D. Jones
2019-01-11
dcd_stm32f4: Add USB init skeleton based on manual (does not enumerate).
William D. Jones
2019-01-11
bsp.board_stm32f407g_disc1: Switch to external oscillator (more precise).
William D. Jones
2019-01-10
cdc_msc_hid: Ensure example compiles again- add missing prototypes,
William D. Jones
2019-01-10
Merge branch 'master' of https://github.com/hathach/tinyusb into stm32f4
William D. Jones
2019-01-08
Remove txbuf in favor of fifo.
Scott Shawcroft
2019-01-04
Split out txbuf and add unit test.
Scott Shawcroft
2019-01-04
Add USB Midi support.
Scott Shawcroft
2018-12-21
white spaces
hathach
2018-12-21
change to dcd_get_frame_number
hathach
2018-12-19
fix samd build
hathach
2018-12-17
add dcd_get_microframe()
hathach
2018-12-14
merge binary.h into tusb_common.h
hathach
2018-12-14
rename bit_* helper to tu_bit_*, BIT_* to TU_BIT_* for consistency
hathach
2018-12-14
clean up compiler attribute
hathach
2018-12-13
clean up error enum
hathach
2018-12-13
seperate tusb_task() to tud_task() and tuh_task()
hathach
2018-12-13
remove task void* param
hathach
2018-12-13
osal clean up
hathach
2018-12-12
clean up
hathach
2018-12-12
minor update
hathach
2018-12-12
change usbd xfer_cb return type to bool
hathach
2018-12-12
change class driver open return type to bool
hathach
2018-12-12
clean up
hathach
2018-12-12
rename descriptor_* helper to tu_desc_*
hathach
2018-12-12
rename edpt_dir/number/addr to tu_edpt_*
hathach
2018-12-12
rename hcd_device_remove to hcd_device_close
hathach
2018-12-12
clean up
hathach
2018-12-12
update ohci for hcd_device_remove
hathach
2018-12-12
clean up ehci warnings
hathach
2018-12-12
replace all hcd pipe close by hcd_device_remove
hathach
2018-12-11
more clean up
hathach
[next]