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
/
common
/
tusb_common.h
Age
Commit message (
Expand
)
Author
2020-11-01
house keeping: make tu_print_mem format easier to compare with hex2dump
hathach
2020-10-07
fix audio_test build
hathach
2020-08-01
correct isr context for nrf DCD_EVENT_UNPLUGGED
hathach
2020-06-30
Merge branch 'master' into add-stm-hs
hathach
2020-05-31
able to detect as hs
hathach
2020-05-28
initial transfer failed in open() shouldn't cause the driver open to fail.
hathach
2020-05-17
enable -Wcast-align
hathach
2020-05-08
add CFG_TUSB_DEBUG_PRINTF() for log retargeting
hathach
2020-04-26
fix missing debug log macros
hathach
2020-04-26
add usbd edpt open
hathach
2020-04-20
add uart for ea4357
hathach
2020-03-14
Use CRLF on UART.
Nathan Conrad
2020-01-15
Normalize line endings
Nathan Conrad
2019-12-30
fix missing parentheses in TU_MIN and TU_MAX macros (#256)
majbthrd
2019-12-23
adding lookup table for debugging
hathach
2019-12-21
able to response to scsi inquiry, but failed to response to test unit ready
hathach
2019-11-28
add dcd_edpt0_status_complete() which is useful for several mcu port
hathach
2019-11-27
get passed first get device descriptor
hathach
2019-10-23
adding debug log function
hathach
2019-09-13
fix #154 forward all endpoint recipeint request to class driver
hathach
2019-09-10
A few bug fixes, remove the unstested device notices, note supported boards ...
Nathan Conrad
2019-09-09
Remove some type conversion warnings (using GCC pedantic warnings)
Nathan Conrad
2019-08-31
support LPC51u68 #100
hathach
2019-07-12
clean up
hathach
2019-06-06
add TU_ prefix to compiler ATTR to prevent name conflict with application
hathach
2019-05-14
clean up
hathach
2019-05-14
more clean up use inline bit funciton instead of macros
hathach
2019-05-14
clean up endian convert function
hathach
2019-05-14
update license year to 2019
hathach
2019-05-14
clean up
hathach
2019-05-11
add tud_descriptor_string_cb() for getting string descriptor from application
hathach
2019-04-11
clean up
hathach
2019-03-20
migrate license from BSD 3 clause to MIT
hathach
2019-03-15
stm32 update TX Fifo for edpt IN, both CDC + MSC work great
hathach
2018-12-14
merge binary.h into tusb_common.h
hathach
2018-12-10
add ep addr to host cdc
hathach
2018-11-02
add mutex support (optional) for tu_fifo
hathach
2018-10-23
clean up helper func
hathach
2018-08-23
rename common func to avoid conflict
hathach
2018-07-25
add scsi start stop unit struct, improve device msc, correctly stall unsuppor...
hathach
2018-07-24
house keeping
hathach
2018-07-23
clean up include
hathach
2018-07-13
add ep2drv, rename descriptor offset
hathach
2018-07-02
clean up
hathach
2018-06-18
rename subfolder source to src
hathach