index
:
tinyusb.git
cdc_persistent
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/mtp-data-phase-fixes
claude/wch-ch569-ch32h417-usb3
codex/class-reference-docs
codex/dfu-buffer-fix
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
hil-openocd-recover-flasher
master
merge_os
port-embos
raw_gadget_review
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
Age
Commit message (
Expand
)
Author
2013-10-27
static assert to check OSAL_QUEUE_DEF's queue_depth parameter < 256
hathach
2013-10-27
fix osal_none timeout, instant return with OSAL_TIMEOUT_NOTIMEOUT
hathach
2013-10-25
more doxygen work
hathach
2013-10-24
change TUSB_CFG_CONTROLLER0/1_MODE to TUSB_CFG_CONTROLLER_0/1_MODE for clearance
hathach
2013-09-24
allow a limited model to deal with stalled pipe/transaction
hathach
2013-09-18
clean up warnings
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-09-13
fix task def with cmsis rtx
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-09-10
able to get blinky + greeting
hathach
2013-07-05
fix bug with RNDIS class open using non-static variable p_cdc
hathach
2013-07-05
implementing initializing for RNDIS
hathach
2013-07-04
port osal_mutex to freeRTOS, able to mount mouse & cdc device
hathach
2013-06-29
test refractor
hathach
2013-06-29
add SUBTASK_EXIT in osal.h for TDD project
hathach
2013-06-27
use SUBTASK_EXIT to restart & exit task without "assert"
hathach
2013-06-27
add mutex support for osal
hathach
2013-06-27
add set idle request for hidh_open_subtask
hathach
2013-05-21
fix issue with osal_none queue def
hathach
2013-05-09
test clean up
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-24
move main work in usbh_enumeration_task to its body subtask for task_assert s...
hathach
2013-04-24
fix potential error with usbh_control_xfer_subtask in subtask_assert
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-04-07
add hal init for USB1 and trying to get USB1 working
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-03-12
add semaphore reset & queue flush API for osal
hathach
2013-03-11
add semphore reset & queue flush API
hathach
2013-02-27
add timeout_timer.h to provide real tick timeout service for blocking control
hathach
2013-02-27
make osal_tick_get, osal_tick_tock static inline
hathach
2013-02-26
add osal subtask support
hathach
2013-02-08
add TUSB_CFG_HOST_CONTROLLER_START_INDEX
hathach
2013-02-06
update enumeration up to get full configuration descriptor
hathach
2013-02-06
remove hcd_addr0_close_Ignore
hathach
2013-02-06
fix TASK_ASSERT for osal_none.h
hathach
2013-02-06
refractor move test enum to its own file
hathach
[next]