<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/tinyusb/device/dcd_lpc43xx.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/tinyusb/device/dcd_lpc43xx.c?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/device/dcd_lpc43xx.c?h=codex%2Fclass-reference-docs'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2018-03-02T14:41:38Z</updated>
<entry>
<title>rename hal_init() to hal_usb_init()</title>
<updated>2018-03-02T14:41:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-02T14:41:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=381caaff1c90c2e73ccd30edd64473d02bb09604'/>
<id>urn:sha1:381caaff1c90c2e73ccd30edd64473d02bb09604</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up compiler</title>
<updated>2018-03-02T12:00:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-02T12:00:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=bc9274591fe4b1b21cbe85aa9a4ebf4e8d2723e9'/>
<id>urn:sha1:bc9274591fe4b1b21cbe85aa9a4ebf4e8d2723e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename hal.h to tusb_hal.h</title>
<updated>2018-03-02T11:50:30Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-02T11:43:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7ee801a2095adacaadb5edd88356031160bfb0dd'/>
<id>urn:sha1:7ee801a2095adacaadb5edd88356031160bfb0dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add lpcxpresso spifi flash setting</title>
<updated>2014-05-13T03:37:28Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-05-13T03:37:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=74fd9de3af708826e1839fadbf6a4e6a9040cb5e'/>
<id>urn:sha1:74fd9de3af708826e1839fadbf6a4e6a9040cb5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cdc device app rename CDCD_APP_BUFFER_SIZE to SERIAL_BUFFER_SIZE</title>
<updated>2014-04-25T08:16:52Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-04-25T08:16:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d00655f598905f7855a2c54081373843c918fa1e'/>
<id>urn:sha1:d00655f598905f7855a2c54081373843c918fa1e</id>
<content type='text'>
cdc host app add SERIAL_BUFFER_SIZE for buffer constant, add cdc data receive if cb with TUSB_EVENT_XFER_ERROR
minor change to keyboard &amp; mouse host app
add ASSERT_FAILED &amp; ASSERT_FAILED_MSG
add cast to fix IAR build error with dcd_lpc43xx.c

FreeRTOS
- merge FreeRTOSConfig for m0, m3, m4
- re-implement application hook
- support portmacro.h for m0
</content>
</entry>
<entry>
<title>correct dcd_pipe_is_busy to use list_qtd_idx[] instead of qtd_overlay</title>
<updated>2014-04-24T16:40:28Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-04-24T16:40:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6804fee0fa571907f9311cce4f5e65aaa569dd1a'/>
<id>urn:sha1:6804fee0fa571907f9311cce4f5e65aaa569dd1a</id>
<content type='text'>
flush usbd_queue_hdl when bus_reset
add assert check for osal_queue_send
increase ENUM_QUEUE_DEPTH for usbh
change osal_freeRTOS.h implementation to
- correctly waiting forever for semaphore wait, queue &amp; mutex
- not use ISR safe version since it is not as generic as we want
</content>
</entry>
<entry>
<title>minor adjustment to dcd_lpc43xx.c</title>
<updated>2014-04-21T14:55:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-04-21T14:55:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dfae1904d51069f4714d97638764fb1f2dd1d4df'/>
<id>urn:sha1:dfae1904d51069f4714d97638764fb1f2dd1d4df</id>
<content type='text'>
usbd still defer setup received and handle in usbd task since the problem is caused by usb mini otg on the board EA4357.
</content>
</entry>
<entry>
<title>clean up STATIC_VAR</title>
<updated>2014-04-17T11:02:51Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-04-17T11:02:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=44b36d74f2c75b4aae061d95e5468c367a8ed1a3'/>
<id>urn:sha1:44b36d74f2c75b4aae061d95e5468c367a8ed1a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove RF1GHZNODE from board/readme.md</title>
<updated>2014-04-04T05:22:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-04-04T05:22:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=68a56e52a271d8519e7ddb58b7e25d1de1d51540'/>
<id>urn:sha1:68a56e52a271d8519e7ddb58b7e25d1de1d51540</id>
<content type='text'>
dcd_lpc43xx.c
- assign ENDPTPRIME with = instead of |=
- fix bug with control transfer the determination of complete transferred --&gt; fix keyboard + msc causes fast blinking

add osal_semaphore_reset(usbd_control_xfer_sem_hdl) when bus_reset
</content>
</entry>
<entry>
<title>tested with IAR &amp; keil for device ea4357, fix some warnings</title>
<updated>2014-03-23T10:33:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-23T10:33:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a8d32d81b37274642179b6ebafcf501eb57fe75c'/>
<id>urn:sha1:a8d32d81b37274642179b6ebafcf501eb57fe75c</id>
<content type='text'>
</content>
</entry>
</feed>
