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
/
tinyusb
/
tusb.c
Age
Commit message (
Expand
)
Author
2018-06-18
rename subfolder source to src
hathach
2018-04-12
rename ASSERT_ERR to TU_ASSERT_ERR to prevent conflict with user code
hathach
2018-04-12
rename TUSB_OS_NONE, TUSB_OS_FREERTOS to OPT_OS_NONE, OPT_OS_FREERTOS
hathach
2018-04-10
mass rename TUSB_CFG to CFG_TUSB
hathach
2018-03-29
assert clean up
hathach
2018-03-28
more error string clean up
hathach
2018-03-22
improve usbd control transfer
hathach
2018-03-13
working on nrf52
hathach
2018-03-11
rename hal_* to tusb_hal_*
hathach
2018-03-07
rename tusb_task_runner() to tusb_task()
hathach
2018-03-06
remove tusb_isr(), rename hal_hcd_isr() and hal_dcd_isr()
hathach
2018-03-02
rename hal_init() to hal_usb_init()
hathach
2018-03-02
clean up API
hathach
2018-03-02
rename hal_interrupt_* to hal_usb_int_*
hathach
2014-03-25
doxygen documenting
hathach
2014-03-18
rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZ
hathach
2014-03-12
fix iar warning
hathach
2013-11-15
add usbd_task to handle event task eg setup received
hathach
2013-11-13
able to build and run cdc device demo on lpc11uxx
hathach
2013-11-08
add windows driver for cdc
hathach
2013-06-22
fix license
hathach
2013-05-23
- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xx
hathach
2013-04-24
- change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with mo...
hathach
2013-03-25
change website from tinyusb.net to tinyusb.org
hathach
2013-03-12
add semaphore post in usbh_isr for control pipe
hathach
2013-03-04
abstract call chains from hal usb isr
hathach
2013-03-04
replace TUSB_CFG_HOST by MODE_HOST_SUPPORTED
hathach
2013-03-04
add alignof to compilier specific
hathach
2013-02-27
house keeping
hathach
2013-01-27
house keeping
hathach
2013-01-27
update license year from 2012 to 2013
hathach
2013-01-19
change error type to lower case for more consistency
hathach
2013-01-13
rename ASSERT_ERROR to ASSERT_STATUS
hathach
2012-12-20
rename a bunch of configure macros
hathach
2012-12-03
fix some doxygen settings and stuffs add prepacked for IAR compiler
hathach
2012-12-02
add extern "C" for cpp
hathach
2012-12-02
extract hal_init
hathach
2012-11-29
change license email to website
hathach
2012-11-29
house keeping
hathach
2012-11-29
add more doxygen docs
hathach
2012-11-27
house keeping
hathach
2012-11-27
added files
hathach