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
/
osal
/
osal_common.h
Age
Commit message (
Expand
)
Author
2018-03-30
remove osal_common.h
hathach
2018-03-30
freertos semaphore post issue with control transfer
hathach
2018-03-29
rename tusb_hal_tick_get to tusb_hal_millis
hathach
2018-03-12
more rename
hathach
2018-03-02
refactor hal
hathach
2014-03-24
doxygen documenting
hathach
2014-03-19
#define SVCall_Handler SVC_Handler in lpcxpresso startup for lpc175x_6x & lpc...
hathach
2014-03-19
change OSAL_TASK_FUNCTION to adapt with cmsis rtx
hathach
2014-03-19
remvoe main as thread of cmsis rtx for portability.
hathach
2014-03-18
rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZ
hathach
2014-03-12
IAR line ending warning
hathach
2014-02-28
merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.h
hathach
2013-09-14
increase usb transaction time-out as host_cmsis_rtx easily timeouted
hathach
2013-09-13
fix cmsis rtx tick configuration
hathach
2013-05-06
change format of file header & license spacing
hathach
2013-04-25
add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOS
hathach
2013-03-29
clean up, update tests for hcd_port_reset after 8 byte descriptor & set confi...
hathach
2013-03-25
change website from tinyusb.net to tinyusb.org
hathach
2013-03-12
add project file for keil
hathach
2013-02-27
add timeout_timer.h to provide real tick timeout service for blocking control
hathach
2013-02-01
add timeout to queue_receive and update test code for it
hathach
2013-02-01
change osal_timeout_t to uint32_t
hathach
2013-01-31
change cmock ignore to args only
hathach
2013-01-31
add ASSERT_BIN8 and its test code
hathach
2013-01-30
add primitive_types.h for portable with uint8,16,32_t, and bool
hathach