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
/
espressif
Age
Commit message (
Expand
)
Author
2020-08-01
enable pull-up in dcd_init() instead of usbd
hathach
2020-07-29
fix strict prototype
hathach
2020-07-28
Merge pull request #454 from me-no-dev/esp32-s2-fifos
Ha Thach
2020-07-28
Update dcd_esp32s2.c
me-no-dev
2020-07-02
ESP32-S2: Detect EP IN Xfer Timeout
me-no-dev
2020-07-01
ESP32-S2: Handle the fact that available EP IN FIFOs are less than the number...
me-no-dev
2020-04-26
sync synopsis fix for esp32s2
hathach
2020-04-18
session end interrupt doesn't trigger on esp32 saola board
hathach
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
2020-04-16
cleanup for esp32
hathach
2020-04-11
fix incorrect setup packet
hathach
2020-04-10
remove CONFIG_IDF_TARGET_ESP32S2BETA per review
hathach
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-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-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
fix issue and typo with In token when Fifo empty
hathach
2020-04-03
update dcd esp32s2 fifo allocation to match current dcd synopsys
hathach
2020-04-01
add dcd_esp32s2
hathach