<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/tinyusb/device/dcd.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/device/dcd.c?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/tinyusb/device/dcd.c?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2018-03-02T15:46:36Z</updated>
<entry>
<title>rename dcd_init to hal_dcd_init()</title>
<updated>2018-03-02T15:46:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2018-03-02T15:46:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=33d348c288514bb2c949944e06cf45fc6751929f'/>
<id>urn:sha1:33d348c288514bb2c949944e06cf45fc6751929f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix iar warning</title>
<updated>2014-03-12T07:03:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2014-03-12T07:01:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8f03dea95a5d8cb4ebd72b0da74cd51365c8d936'/>
<id>urn:sha1:8f03dea95a5d8cb4ebd72b0da74cd51365c8d936</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix potential issue with stall endpoints</title>
<updated>2013-11-13T07:00:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-11-13T07:00:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7d84139bd4e69e0b4cb42fb638a7a6d52afe93de'/>
<id>urn:sha1:7d84139bd4e69e0b4cb42fb638a7a6d52afe93de</id>
<content type='text'>
NOTE: cannot able to STALL control OUT endpoints --&gt; unsupported with data out request may got to an issue.
clean up configure, add max string descriptor configure as windows sometimes ask for string @ index 238 !!!
</content>
</entry>
<entry>
<title>fix license</title>
<updated>2013-06-22T05:54:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-06-22T05:54:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=54c065b1d55c1354b00c58fb6bce6f8f6bd6617b'/>
<id>urn:sha1:54c065b1d55c1354b00c58fb6bce6f8f6bd6617b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refractor tusb_descriptors</title>
<updated>2013-06-03T07:31:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-06-03T07:31:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b527e6ec4a9d0b6ecad5a6ce74b27458d1cd24be'/>
<id>urn:sha1:b527e6ec4a9d0b6ecad5a6ce74b27458d1cd24be</id>
<content type='text'>
usbd device_class_driver
added &amp; tested HID mouse for device (work together with hid keyboard)
rename DEVICE_ROM_REG_BASE, DEVICE_ROM_DRIVER_ADDR
</content>
</entry>
<entry>
<title>rename romdriver handle</title>
<updated>2013-06-01T14:54:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-06-01T14:54:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7d78fc1baf24c537ea7386f698e1e20ed80f16ba'/>
<id>urn:sha1:7d78fc1baf24c537ea7386f698e1e20ed80f16ba</id>
<content type='text'>
forming API for USBD-CLASS driver (abstract away from rom driver)
separate buffer of hid class from buffer of core driver
</content>
</entry>
<entry>
<title>fix lpcxpresso1347 board_leds</title>
<updated>2013-05-29T07:39:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2013-05-29T07:39:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dda0808ebb5ca8cba6c9440c61bb5205b0a62b08'/>
<id>urn:sha1:dda0808ebb5ca8cba6c9440c61bb5205b0a62b08</id>
<content type='text'>
temp change USBD_API to ROM_API
add lpc13xx device support
fix romdriver pointer
able to init rom driver
</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 website from tinyusb.net to tinyusb.org</title>
<updated>2013-03-25T04:46:30Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-03-25T04:46:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=56cd8be75ec79a9d7e1d17e6f0634d4041ba6b13'/>
<id>urn:sha1:56cd8be75ec79a9d7e1d17e6f0634d4041ba6b13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update license year from 2012 to 2013</title>
<updated>2013-01-27T06:50:40Z</updated>
<author>
<name>hathach</name>
<email>thachha@live.com</email>
</author>
<published>2013-01-27T06:50:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=535f33002670dc0ca20aa73d7c025faea15b88d0'/>
<id>urn:sha1:535f33002670dc0ca20aa73d7c025faea15b88d0</id>
<content type='text'>
</content>
</entry>
</feed>
