This website requires JavaScript.
Explore
Help
Sign In
mirror
/
tinyusb
Watch
1
Star
0
Fork
0
You've already forked tinyusb
mirror of
https://github.com/hathach/tinyusb.git
synced
2025-02-22 06:40:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tinyusb
/
tests
/
test
History
hathach
e14aa4197d
change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) signature to osal_queue_send(osal_queue_handle_t const queue_hdl, const void * data)
...
- support any size queue message (instead of fixed uint32_t)
2013-04-10 01:18:32 +07:00
..
host
add test & code for TUSB_EVENT_INTERFACE_OPEN for tusbh_hid_keyboard_isr tusbh_hid_mouse_isr
2013-04-09 13:28:07 +07:00
support
add tusbh_hid_mouse_isr & tusbh_hid_keyboard_isr callback with xfer_complete & error event
2013-04-09 03:13:27 +07:00
test_assertion.c
change website from tinyusb.net to tinyusb.org
2013-03-25 11:46:30 +07:00
test_binary_const.c
change website from tinyusb.net to tinyusb.org
2013-03-25 11:46:30 +07:00
test_fifo.c
change website from tinyusb.net to tinyusb.org
2013-03-25 11:46:30 +07:00
test_osal_freeRTOS.c
change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) signature to osal_queue_send(osal_queue_handle_t const queue_hdl, const void * data)
2013-04-10 01:18:32 +07:00
test_osal_none.c
change osal_queue_send(osal_queue_handle_t const queue_hdl, uint32_t data) signature to osal_queue_send(osal_queue_handle_t const queue_hdl, const void * data)
2013-04-10 01:18:32 +07:00
test_project_settings.c
change website from tinyusb.net to tinyusb.org
2013-03-25 11:46:30 +07:00