<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/demos/host/src/mouse_app.h, 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/src/mouse_app.h?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/demos/host/src/mouse_app.h?h=codex%2Fclass-reference-docs'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2014-03-24T09:00:14Z</updated>
<entry>
<title>rename host demo sourc files</title>
<updated>2014-03-24T09:00:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-24T09:00:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bfd6c8bc1ee1597dbc1453893504901319e8ce40'/>
<id>urn:sha1:bfd6c8bc1ee1597dbc1453893504901319e8ce40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change OSAL_TASK_FUNCTION to adapt with cmsis rtx</title>
<updated>2014-03-19T09:50:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-19T09:50:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61657f6751ce96dd2b0c260729061ac0eb2adab4'/>
<id>urn:sha1:61657f6751ce96dd2b0c260729061ac0eb2adab4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixing build error</title>
<updated>2014-03-12T10:45:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-12T10:45:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=14e48bd9891d914f7f4b9dd526458dbe85701106'/>
<id>urn:sha1:14e48bd9891d914f7f4b9dd526458dbe85701106</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2013-10-16T05:35:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-10-16T05:35:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=15c80a958093cbf100ad89ed162325bdaf5e5a75'/>
<id>urn:sha1:15c80a958093cbf100ad89ed162325bdaf5e5a75</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change format of file header &amp; license spacing</title>
<updated>2013-05-06T05:50:19Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-05-06T05:50:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=120db28a17249e7e97d3e4878d020f3440bbe99f'/>
<id>urn:sha1:120db28a17249e7e97d3e4878d020f3440bbe99f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- change OSAL_TASK_FUNCTION to have void* parameter (to be consistent with most popular RTOS)</title>
<updated>2013-04-24T10:53:43Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-24T10:53:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d4a2600ecc8cdeec26485f8ab564b12de41d6b9b'/>
<id>urn:sha1:d4a2600ecc8cdeec26485f8ab564b12de41d6b9b</id>
<content type='text'>
- add new error enum TUSB_ERROR_OSAL_TASK_CREATE_FAILED
- move usbh_enumeration_task prototype to usbh.h
- change OSAL_SUBTASK_INVOKED_AND_WAIT behavior, will not "return" in calling task when subtask got error status.
calling task need to do that after the call
- osal_queue_receive signature from uint32_t* to void*

- implement osal_freertos.h for FreeRTOS 7.3 --&gt; able to compile &amp; build host_freertos
+ OSAL_TASK_FUNCTION
+ turn on FPU for M4 in both host_os_none &amp; host_freertos (freertos requires FPU to be on to compile)
+ osal_task_create
+ OSAL_SUBTASK_INVOKED_AND_WAIT
+ SUBTASK_ASSERT
+ osal_semaphore_reset
+ osal_queue_flush
+ adding heap_1.c for memory management
</content>
</entry>
<entry>
<title>rename OSAL_TASK_DECLARE to OSAL_TASK_FUNCTION</title>
<updated>2013-04-23T08:35:27Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-23T08:35:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=73d5f00a40dcdc9a84e0f915d0ff349f231444c6'/>
<id>urn:sha1:73d5f00a40dcdc9a84e0f915d0ff349f231444c6</id>
<content type='text'>
removing TASK_ASSERT to avoid using goto/continue statement with rtos configure
</content>
</entry>
<entry>
<title>change config to use USB0 only</title>
<updated>2013-04-22T03:44:51Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-22T03:44:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3f9a73a34d2809007a0d6f5396a54ce7189271c2'/>
<id>urn:sha1:3f9a73a34d2809007a0d6f5396a54ce7189271c2</id>
<content type='text'>
fix some compiler warnings
</content>
</entry>
<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>
</feed>
