<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/demos/host/src/cdc_serial_app.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/src/cdc_serial_app.c?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/demos/host/src/cdc_serial_app.c?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>clean up warning in lpcxpresso</title>
<updated>2014-03-14T04:59:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-14T04:59:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5e2ed2534ebc7576f028e09023bae923965c645e'/>
<id>urn:sha1:5e2ed2534ebc7576f028e09023bae923965c645e</id>
<content type='text'>
remove -Wpacked  -Wpadded in gcc
</content>
</entry>
<entry>
<title>fix some warnings</title>
<updated>2014-03-13T11:11:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-13T11:11:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f1692c93ac7f9990490223cf924d84e1cbdcbeb6'/>
<id>urn:sha1:f1692c93ac7f9990490223cf924d84e1cbdcbeb6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change IAR TUSB_CFG_ATTR_USBRAM to _Pragma("location=\".ahb_sram1\"") instead of @ .ahb_sram1 so that we can place it before the variable for a cleaner code</title>
<updated>2014-03-10T06:13:13Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-10T06:13:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ad72db5aeacf7d969f5c091c59a2f279eaf1c19c'/>
<id>urn:sha1:ad72db5aeacf7d969f5c091c59a2f279eaf1c19c</id>
<content type='text'>
change pipe xfer API buffer from void* to uint8_t*
change FIFO_DEF to have a separated buffer to be compatible with IAR\
refractor IAR data alignment pragma
</content>
</entry>
<entry>
<title>refractor app_os_prio.h</title>
<updated>2014-03-06T04:37:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-06T04:27:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dcc58a7afcd6f02458a5edaca33a5b63418d641f'/>
<id>urn:sha1:dcc58a7afcd6f02458a5edaca33a5b63418d641f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refine keyboard host demo (added new line for enter key)</title>
<updated>2014-03-02T14:39:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-02T14:39:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=90b7ead01749fe2e806ff29a91f4c2b04e4135e3'/>
<id>urn:sha1:90b7ead01749fe2e806ff29a91f4c2b04e4135e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use hcd_pipe_is_busy instead of hcd_pipe_is_idle</title>
<updated>2014-02-20T03:41:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-02-20T03:41:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=533c8d2eed68fe76242fa5dcd2b1733d6278a4e8'/>
<id>urn:sha1:533c8d2eed68fe76242fa5dcd2b1733d6278a4e8</id>
<content type='text'>
remove hcd_pipe_is_idle
</content>
</entry>
<entry>
<title>add tusbd_cdc_is_busy</title>
<updated>2013-11-08T07:46:48Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-11-08T07:46:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7ff0dbb64cfcab7256a4b113931c63a4c7efa0d3'/>
<id>urn:sha1:7ff0dbb64cfcab7256a4b113931c63a4c7efa0d3</id>
<content type='text'>
enhance cdc serial device demo
refractor fifo.c
</content>
</entry>
<entry>
<title>add windows driver for cdc</title>
<updated>2013-11-08T05:03:32Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-11-08T05:03:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=15d3a418bd0d109d926ea95c3be1bbc83757734b'/>
<id>urn:sha1:15d3a418bd0d109d926ea95c3be1bbc83757734b</id>
<content type='text'>
add simple echo cdc serial demo
add cdc device send/receive API
refractor descriptor
refractor cdc.h
add usbd driver function
- init
- bus_reset
</content>
</entry>
</feed>
