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_freeRTOS.h
Age
Commit message (
Expand
)
Author
2018-06-18
rename subfolder source to src
hathach
2018-05-17
freeRTOS osal task use static API
hathach
2018-05-17
complete osal queue, semaphore static API
hathach
2018-05-17
switch osal freeRTOS port to use static semaphore & queue
hathach
2018-05-17
add os FromISR support for freeRTOS
hathach
2018-04-20
enhance msc device driver
hathach
2018-03-30
remove osal_common.h
hathach
2018-03-30
clean up usbd
hathach
2018-03-30
remove mutex reset
hathach
2018-03-30
get freertos build
hathach
2018-03-29
rename tusb_hal_tick_get to tusb_hal_millis
hathach
2018-03-01
correct freertos prio issue
hathach
2018-03-01
upgrade freertos to v10
hathach
2018-03-01
more osal clean up
hathach
2018-03-01
change osal_task_create signature
hathach
2018-03-01
clean up osal semaphore/queue/mutex
hathach
2018-02-28
refactor osal queue API
hathach
2018-02-28
remove cmsis rtx support
hathach
2018-02-28
osal clean up remove OSAL_TASK_DEF, OSAL_TASK_FUNCTION
hathach
2018-02-28
osal clean up
hathach
2014-04-25
cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZE
hathach
2014-04-24
correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlay
hathach
2014-04-17
move STRING & XSTRING & STATIC_ASSERT to compiler.h
hathach
2014-03-24
doxygen documenting
hathach
2014-03-19
change OSAL_TASK_FUNCTION to adapt with cmsis rtx
hathach
2014-03-18
rename TUSB_CFG_OS_TICKS_PER_SECOND to TUSB_CFG_TICKS_HZ
hathach
2014-03-16
doxygen document
hathach
2014-02-28
merge common define in osal/osal_cmsis_rtx.h & osal/osal_freeRTOS.h
hathach
2013-09-13
all project can run ok
hathach
2013-09-13
integrate & able to run cmsis-rtx with current code base
hathach
2013-07-04
port osal_mutex to freeRTOS, able to mount mouse & cdc device
hathach
2013-05-06
change format of file header & license spacing
hathach
2013-04-27
fix bug with osal_queue for freeRTOS
hathach
2013-04-27
fix bug (wrong logic) with osal_task_delay in non OS configure
hathach
2013-04-25
implement hcd_port_speed_get
hathach
2013-04-25
change OSAL_TASK_DEF to decouple variable name with task name
hathach
2013-04-25
add attribute warn unused result for osal_create_* function
hathach
2013-04-25
add TUSB_CFG_OS_TASK_PRIO to mandatory option for using an RTOS
hathach
2013-04-24
- change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with mo...
hathach
2013-04-23
rename OSAL_TASK_DECLARE to OSAL_TASK_FUNCTION
hathach
2013-04-21
rename nxp_sof_received to nxp_int_sof
hathach
2013-04-16
getting build with freertos & host demo
hathach
2013-04-10
change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) si...
hathach
2013-03-25
change website from tinyusb.net to tinyusb.org
hathach
2013-02-08
add TUSB_CFG_HOST_CONTROLLER_START_INDEX
hathach
2013-02-06
remove hcd_addr0_close_Ignore
hathach
2013-02-04
complete define osal_freeRTOS for semaphore and queue
hathach
2013-02-04
port osal_FreeRTOS, add some include to be able to mock & link
hathach
2013-02-04
refine ASSERT_DEFINE to allow special error_handler for os task
hathach