This website requires JavaScript.
Explore
Help
Register
Sign In
jesus
/
tinyusb
Watch
1
Star
0
Fork
0
You've already forked tinyusb
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e14aa4197d290fc7f294d42d4886fb5892c9f360
tinyusb
/
demos
/
host
T
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
..
.cproject
add Lib_OemBaseBoard to bsp/board but current exclude from all builds (added when needed later)
2013-04-09 02:30:33 +07:00
.project
move MCU define to tusb_option.h, fix the ATTR with USB RAM
2013-04-08 03:45:31 +07:00
host.uvopt
add test for pipe_interrupt_xfer
2013-03-27 11:51:44 +07:00
host.uvproj
add test for pipe_interrupt_xfer
2013-03-27 11:51:44 +07:00
keyboard_app.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
keyboard_app.h
add test for pipe_interrupt_xfer
2013-03-27 11:51:44 +07:00
main.c
fix board uart init with NGX4330 (use UART0)
2013-04-08 02:36:43 +07:00
mouse_app.c
move MCU define to tusb_option.h, fix the ATTR with USB RAM
2013-04-08 03:45:31 +07:00
mouse_app.h
- fix HID_MOUSEBUTTON right & left
2013-04-07 19:33:40 +07:00
tusb_config.h
- fix HID_MOUSEBUTTON right & left
2013-04-07 19:33:40 +07:00