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
fix-ci-hs
gh-pages
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
/
tests
/
test
/
test_osal_none.c
Age
Commit message (
Expand
)
Author
2013-06-05
added dcd_dma_descriptor_t typdef
hathach
2013-05-06
change format of file header & license spacing
hathach
2013-04-27
fix bug (wrong logic) with osal_task_delay in non OS configure
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-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-03-10
- add test code for bulk xfer isr
hathach
2013-02-26
add osal subtask support
hathach
2013-02-06
fix TASK_ASSERT for osal_none.h
hathach
2013-02-04
add TUSB_CFG_HOST_ENUM_BUFFER_SIZE
hathach
2013-02-02
refine OSAL_TASK_LOOP_BEGIN & OSAL_TASK_LOOP_END
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-02-01
add std=gnu99 for test build
hathach
2013-01-30
change semaphore to volatile uint8_t
hathach
2013-01-30
add osal queue service & its test code
hathach
2013-01-30
fix mocking osal api using ifdef
hathach
2013-01-30
add primitive_types.h for portable with uint8,16,32_t, and bool
hathach
2013-01-26
add more test code for keyboard hid application API
hathach