<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/tests/test/host/usbh/test_enum_task.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/tests/test/host/usbh/test_enum_task.c?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/tests/test/host/usbh/test_enum_task.c?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2013-06-05T04:23:41Z</updated>
<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 NGX to ngx</title>
<updated>2013-05-28T08:24:27Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-05-28T08:24:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1e5bd82af28c6005fa0ecf008e44322a6ee46461'/>
<id>urn:sha1:1e5bd82af28c6005fa0ecf008e44322a6ee46461</id>
<content type='text'>
add a bunch of stub header for dcd (175x_6x, 13xx, 18xx_43xx)
add dcd_nxp_romdriver for handling usb rom driver
add BIT_TEST_ in binary.h
remove mw_usbd_hid.h include due to lexical conflict
</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>implement hcd_port_speed_get</title>
<updated>2013-04-25T10:48:55Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-25T10:48:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c0104b996e9ea0c5c25861ccf24e0255431a8f9c'/>
<id>urn:sha1:c0104b996e9ea0c5c25861ccf24e0255431a8f9c</id>
<content type='text'>
move port reset &amp; speed detection from isr context to usbh enumeration task
- decrease time in isr significantly from 50 ms to 580us
fix bug with osal_task_delay for freeRTOS buil
</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>add tusbh_hid_mouse_isr &amp; tusbh_hid_keyboard_isr callback with xfer_complete &amp; error event</title>
<updated>2013-04-08T20:13:27Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-08T20:13:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a6cf4f228e3036c4df69066df524b3fde74b271c'/>
<id>urn:sha1:a6cf4f228e3036c4df69066df524b3fde74b271c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove hcd_port_reset before set address in enumeration</title>
<updated>2013-04-07T07:44:53Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-07T07:44:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3d8a4ef8c8b8d6778e2bea47e709822bb6a358b5'/>
<id>urn:sha1:3d8a4ef8c8b8d6778e2bea47e709822bb6a358b5</id>
<content type='text'>
add test &amp; implement tusbh_hid_mouse_is_supported
</content>
</entry>
<entry>
<title>rename hidh_keyboard_info_t to hidh_interface_info_t</title>
<updated>2013-04-06T22:09:18Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-06T22:09:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=27f860db9ffd46bb8cb43046f9203f510a554d7c'/>
<id>urn:sha1:27f860db9ffd46bb8cb43046f9203f510a554d7c</id>
<content type='text'>
rename tusb_bus_event_t to tusb_event_t
add test_mouse_init and more stuff for hidh mouse
move delay after port reset to only for speed detection
prioritize port change interrupt over xfer interrupt
- in case of unplugged, current connect change &amp; xfer error both set
- xfer error only break to debugger if not because of unplugged

fix bug: set dev addr0 state to UNPLUG after close its control pipe in enumeration process
</content>
</entry>
<entry>
<title>add control xfer for ehci controller fake: ehci_controller_control_xfer_proceed</title>
<updated>2013-04-05T07:00:37Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-04-05T07:00:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=68dddefe7b87583cf2eaac68f2d77e2a5efd3d69'/>
<id>urn:sha1:68dddefe7b87583cf2eaac68f2d77e2a5efd3d69</id>
<content type='text'>
refractor test code
</content>
</entry>
</feed>
