<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/demos/host/main.c, branch codex/class-reference-docs</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/demos/host/main.c?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/demos/host/main.c?h=codex%2Fclass-reference-docs'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2013-04-15T09:30:36Z</updated>
<entry>
<title>move code in host demo to /src in prepare for support freeRTOS projects</title>
<updated>2013-04-15T09:30:36Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-15T09:30:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=54221bb73b99544a1e7d4470e089b4f79ab044c9'/>
<id>urn:sha1:54221bb73b99544a1e7d4470e089b4f79ab044c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change keyboard_app.c &amp; mouse_app.c from polling API to interrupt-based (callback isr)</title>
<updated>2013-04-09T19:34:40Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-09T19:34:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2d7fbb5153dcbeedf01378d1a02b8fe6e4ed400f'/>
<id>urn:sha1:2d7fbb5153dcbeedf01378d1a02b8fe6e4ed400f</id>
<content type='text'>
and using OSAL for task-base demo
- fix ehci error with XFER_COMPLETE callback to usbh_isr, TD need to be freed &amp; unlink before invoking
callback
- fix bug in usbh.c set device state to CONFIGURED right after SET_CONFIGURE control xfer
</content>
</entry>
<entry>
<title>fix board uart init with NGX4330 (use UART0)</title>
<updated>2013-04-07T19:36:43Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-07T19:36:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=95df92055c355b8184675663a2d4c66ad6c21d51'/>
<id>urn:sha1:95df92055c355b8184675663a2d4c66ad6c21d51</id>
<content type='text'>
add USB1_PWR_EN (GPIO5[6])
</content>
</entry>
<entry>
<title>- fix HID_MOUSEBUTTON right &amp; left</title>
<updated>2013-04-07T12:33:40Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-07T12:33:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4b63a2bc5ccb1dd8c207f68b01be5ff6014a03da'/>
<id>urn:sha1:4b63a2bc5ccb1dd8c207f68b01be5ff6014a03da</id>
<content type='text'>
- add mouse app to mount mouse interface
</content>
</entry>
<entry>
<title>add test for pipe_interrupt_xfer</title>
<updated>2013-03-27T04:51:44Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-27T04:51:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7b5d9edc5af88422b26116a56032091e96714495'/>
<id>urn:sha1:7b5d9edc5af88422b26116a56032091e96714495</id>
<content type='text'>
implement keyboard app code
- forcefully place keyboard_report in RAM section 3
change used bit in qtd from reserved in buffer[1] to alternate link
add code for fake ehci controller runs on period interrupt
change signature of tusbh_hid_keyboard_get_report
- tusb_keyboard_report_t* to uint8_t*
implement period (interrupt) complete isr processing
</content>
</entry>
<entry>
<title>house keeping</title>
<updated>2013-03-24T07:32:54Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-24T07:32:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9c5ffa99328e1885cf75bedd2bfbcb30960a81dc'/>
<id>urn:sha1:9c5ffa99328e1885cf75bedd2bfbcb30960a81dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add semaphore post in usbh_isr for control pipe</title>
<updated>2013-03-12T13:04:29Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-12T13:04:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d2bd80109ef5fb46ca46fae168f5d3a5096794bc'/>
<id>urn:sha1:d2bd80109ef5fb46ca46fae168f5d3a5096794bc</id>
<content type='text'>
add osal_queue_send in usbh_device_plugged
add macro for placing breakpoint macros
fix ehci init:
- regs-&gt;cmd or (add run_stop)
- enable port power in portsc
add tusb_task_runner in main loop
</content>
</entry>
<entry>
<title>add project file for keil</title>
<updated>2013-03-12T05:06:40Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-12T05:06:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=453ea3986563c11c74ab3bf9d773a90458635ede'/>
<id>urn:sha1:453ea3986563c11c74ab3bf9d773a90458635ede</id>
<content type='text'>
fix binary.h compiler specific
add hal_init code to reset &amp; set usbmode --&gt; able to get USB ISR
remove const qualifier from return function of
- get_operational_register
- get_period_frame_list
- get_async_head
- get_period_head
- get_control_qhd
add stub for
- hcd_port_connect_status
- hcd_port_speed
</content>
</entry>
<entry>
<title>add ASSERT POINTER support</title>
<updated>2013-01-18T07:39:42Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-01-18T07:39:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d8c8b9e38ad94ab84c24f22c2ecb79ce4d78b7ba'/>
<id>urn:sha1:d8c8b9e38ad94ab84c24f22c2ecb79ce4d78b7ba</id>
<content type='text'>
add hid host and separate hid host &amp; device
update host project setting with EA4357 board
add para checking test for hid host
</content>
</entry>
<entry>
<title>cleaning</title>
<updated>2012-12-18T08:08:30Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2012-12-18T08:08:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ec4a3f60488fbd9eaf51c12b1cce79f0a7d3064f'/>
<id>urn:sha1:ec4a3f60488fbd9eaf51c12b1cce79f0a7d3064f</id>
<content type='text'>
</content>
</entry>
</feed>
