<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/.cproject, 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/.cproject?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/.cproject?h=codex%2Fclass-reference-docs'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2013-10-15T05:39:27Z</updated>
<entry>
<title>move test project to tests folder</title>
<updated>2013-10-15T05:39:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-10-15T05:39:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e0eb21506c751d990f716b9e0f32a2d1be3da106'/>
<id>urn:sha1:e0eb21506c751d990f716b9e0f32a2d1be3da106</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add some required NDIS OID define</title>
<updated>2013-07-12T17:11:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-07-12T17:11:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=03873135a979c6d9892572d3e6d375e39459b9e0'/>
<id>urn:sha1:03873135a979c6d9892572d3e6d375e39459b9e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add cdc host driver close cdch_close</title>
<updated>2013-07-01T11:53:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-07-01T11:53:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3f9f3f08d2429ee51e1545464686f671253ac98f'/>
<id>urn:sha1:3f9f3f08d2429ee51e1545464686f671253ac98f</id>
<content type='text'>
refractor
- add helper function in ehci qhd_next &amp; qtd_next
- extract function qhd_create_pipe_handle
rename tusb_transfer_type_t to tusb_xfer_type_t
add some handling for stall
</content>
</entry>
<entry>
<title>update ,travis.yml</title>
<updated>2013-06-29T09:18:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-06-29T09:18:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=689e36856e514a92958c3f02690132645b5ff766'/>
<id>urn:sha1:689e36856e514a92958c3f02690132645b5ff766</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added dcd_dma_descriptor_t typdef</title>
<updated>2013-06-05T04:23:41Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-06-05T04:23:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f69fefefa96339253d46b9f17833f0d0f1c39014'/>
<id>urn:sha1:f69fefefa96339253d46b9f17833f0d0f1c39014</id>
<content type='text'>
reorganize test project, multiple test projects each is specifically for an MCU
</content>
</entry>
<entry>
<title>rename TDD project to prevent confusion on users</title>
<updated>2013-06-04T06:37:45Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-06-04T06:37:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6fb34f0e7a4ed05a3f0095c6850b4abf88aee229'/>
<id>urn:sha1:6fb34f0e7a4ed05a3f0095c6850b4abf88aee229</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix TASK_ASSERT for osal_none.h</title>
<updated>2013-02-06T06:15:12Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-02-06T06:15:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a253e4d64846316610aa92b231e3371acd7428e6'/>
<id>urn:sha1:a253e4d64846316610aa92b231e3371acd7428e6</id>
<content type='text'>
add TASK_ASSERT test for osal_none
integrate test project better with eclipse
- assert message--&gt; info windows
- test fail --&gt; error windows
</content>
</entry>
<entry>
<title>refractor move test enum to its own file</title>
<updated>2013-02-06T05:03:01Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-02-06T05:03:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e20025b54d16deccbd6e86433f31d80f5a976fd4'/>
<id>urn:sha1:e20025b54d16deccbd6e86433f31d80f5a976fd4</id>
<content type='text'>
add assert with handler
add task assert with error catcher
</content>
</entry>
<entry>
<title>fix mocking osal api using ifdef</title>
<updated>2013-01-30T05:55:44Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-01-30T05:55:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9c9fa182d40587a44d525de84d1a36933c8556e6'/>
<id>urn:sha1:9c9fa182d40587a44d525de84d1a36933c8556e6</id>
<content type='text'>
start to add task_create macro API for osal_none
</content>
</entry>
<entry>
<title>add primitive_types.h for portable with uint8,16,32_t, and bool</title>
<updated>2013-01-30T04:35:37Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-01-30T04:35:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=07048b943e6b57aeee4a671b85d76a2f592e3205'/>
<id>urn:sha1:07048b943e6b57aeee4a671b85d76a2f592e3205</id>
<content type='text'>
add osal_common.h to ease the complaint of MISRA 19.1
implement OSAL_NONE Task loop, semaphore wait/post and its test code
</content>
</entry>
</feed>
