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
2020-04-12
usbnet: OS-agnostic (Windows/Linux/macOS) network driver
Peter Lawrence
2020-04-11
Merge pull request #333 from hathach/fix-esp32s2-setup-packet
Ha Thach
2020-04-11
Merge pull request #332 from pigrew/stm32fsdev-dcdconnect
Ha Thach
2020-04-11
fix incorrect setup packet
hathach
2020-04-10
Merge pull request #319 from hathach/add-esp32s2
Ha Thach
2020-04-10
remove CONFIG_IDF_TARGET_ESP32S2BETA per review
hathach
2020-04-10
stm32fsdev: set dcd_connect API definitions to strong, Modify documentation.
Nathan Conrad
2020-04-10
added comment note for beta chip walkaround
hathach
2020-04-10
Correct dedicated FIFO SRAM size to 1024
hathach
2020-04-10
remove 100us delay at the end of dcd_init()
hathach
2020-04-10
revert name to dcd_int_handler due to function prototype warning
hathach
2020-04-10
clear USB_RXFLVI_M before read_rx_fifo()
hathach
2020-04-10
change indent from 4 -> 2 spaces
hathach
2020-04-10
rename dcd_init_handler to dcd_irq_handler to consistent with other ports
hathach
2020-04-10
remove commented code
hathach
2020-04-10
try to fix racing condition with setup
hathach
2020-04-10
fix uint32_t format with log
hathach
2020-04-09
stm32fsdev: Implement dcd_connect.
Nathan Conrad
2020-04-09
rename static function for dcd_cxd56 to prevent conflict
hathach
2020-04-09
implement dcd connect/disconnect for samd and nrf
hathach
2020-04-09
adding dcd_connect/disconnect
hathach
2020-04-08
use macro for easy enable/disable SOF
hathach
2020-04-08
disable SOF interrupt since it is not used for now
hathach
2020-04-07
nuvoton: add dcd_disconnect() dcd_connect()
Peter Lawrence
2020-04-07
Merge pull request #321 from pigrew/tweak20200331
Ha Thach
2020-04-06
Use #define for OSAL_TIMEOUT_WAIT_FOREVER.
Nathan Conrad
2020-04-06
revert name to dcd_init_handler()
hathach
2020-04-06
rename dcd_int_handler to dcd_irq_handler for consistency with other port
hathach
2020-04-06
house keeping
hathach
2020-04-06
fix issue and typo with In token when Fifo empty
hathach
2020-04-06
Merge branch 'master' into add-esp32s2
hathach
2020-04-05
allow application to implement its own os
hathach
2020-04-03
update dcd esp32s2 fifo allocation to match current dcd synopsys
hathach
2020-04-02
tu_verify: Change some define functions use do-while statement.
Nathan Conrad
2020-04-02
Typo of usbtmc.
Nathan Conrad
2020-04-02
Set OSAL_TIMEOUT_WAIT_FOREVER to be a const, to avoid a pedantic gcc warning ...
Nathan Conrad
2020-04-01
add dcd_esp32s2
hathach
2020-03-31
revise argument order for TUD_CONFIG_DESCRIPTOR macro
Peter Lawrence
2020-03-30
add provision for multiple configurations
Peter Lawrence
2020-03-28
Merge pull request #311 from majbthrd/usbnet_ecm_macos
Ha Thach
2020-03-27
usbnet: tweak CDC-ECM after MacOS testing
Peter Lawrence
2020-03-27
USBD: Use tud_control_xfer only for data
Nathan Conrad
2020-03-25
Merge pull request #304 from pigrew/stm32_xfer_rewrite
Ha Thach
2020-03-24
Merge branch 'master' into develop
Ha Thach
2020-03-24
Merge pull request #194 from cr1901/msp430f5529
Ha Thach
2020-03-24
dcd_msp430x5xx: Add dummy dcd_edpt0_status_complete handler. Add
William D. Jones
2020-03-23
add TODO note to remove tud_network_mac_address
hathach
2020-03-22
STM32FSDEV: Rewrite transfer ISR
Nathan Conrad
2020-03-22
Merge branch 'master' into cr1901-msp430f5529
hathach
2020-03-17
update comment per review
hathach
[next]