<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/src/class/cdc/cdc_device.c, branch 0.18.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/cdc_device.c?h=0.18.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/src/class/cdc/cdc_device.c?h=0.18.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-11-22T05:25:37Z</updated>
<entry>
<title>apply TUD_EPBUF_DEF for device: bth, dfu, hid, msc</title>
<updated>2024-11-22T05:25:37Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-22T05:25:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=090964cd1b15c247c45d41f54dc249acc047137d'/>
<id>urn:sha1:090964cd1b15c247c45d41f54dc249acc047137d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make sure usb buffer occupies whole cache line when DCACHE is enabled for msc,cdc,hid</title>
<updated>2024-11-21T03:22:09Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-21T03:15:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fa523a5682d8dc91cc1c7a63475623743e37ac83'/>
<id>urn:sha1:fa523a5682d8dc91cc1c7a63475623743e37ac83</id>
<content type='text'>
HIL enable device DMA for p4
</content>
</entry>
<entry>
<title>- add tud_cdc_n_ready() though not used</title>
<updated>2024-07-19T11:08:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-07-19T11:08:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6fb6602a097b2d2e026f150d6fde387803606f88'/>
<id>urn:sha1:6fb6602a097b2d2e026f150d6fde387803606f88</id>
<content type='text'>
- usbd now change _usbd_dev.cfg_num before calling driver's open()
</content>
</entry>
<entry>
<title>revert changes to usbds configuration_reset() (deal with it in separated PR)</title>
<updated>2024-07-19T10:10:53Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-07-19T10:10:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=be18af823591389a12e246f65784646f93443882'/>
<id>urn:sha1:be18af823591389a12e246f65784646f93443882</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Check tud ready check for OUT xfer.</title>
<updated>2024-07-19T10:02:53Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-05-08T12:05:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=60b3d14d1979b4a281f999e3a1861b44477f57b1'/>
<id>urn:sha1:60b3d14d1979b4a281f999e3a1861b44477f57b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- add tud_cdc_configure_fifo() to replace CFG_TUD_CDC_PERSISTENT_TX_BUFF</title>
<updated>2024-07-12T09:53:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-07-12T09:53:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f590c36287e26b6d189bf41f9b7704e957bf8af'/>
<id>urn:sha1:1f590c36287e26b6d189bf41f9b7704e957bf8af</id>
<content type='text'>
- new line, and code format
</content>
</entry>
<entry>
<title>Add option to make CDC TX buffer persistent.</title>
<updated>2024-05-08T09:41:02Z</updated>
<author>
<name>Andrew Leech</name>
<email>andrew@alelec.net</email>
</author>
<published>2024-05-07T10:17:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d01b2cfc0e25e6d64f8d7a2d764c2620e0d9d71f'/>
<id>urn:sha1:d01b2cfc0e25e6d64f8d7a2d764c2620e0d9d71f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix print lu format warnings with clang</title>
<updated>2024-04-22T09:17:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-22T09:17:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c097c85dcf8e0ef3ea052c146c5f514101827251'/>
<id>urn:sha1:c097c85dcf8e0ef3ea052c146c5f514101827251</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add class driver deinit</title>
<updated>2024-04-08T15:07:56Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-08T15:07:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c3c06484560d0102366a3a1b1101c35301009f97'/>
<id>urn:sha1:c3c06484560d0102366a3a1b1101c35301009f97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UINT16_MAX stdint macro usage</title>
<updated>2023-08-14T13:01:30Z</updated>
<author>
<name>tswan-quasi</name>
<email>tucker.swan@10xar.com</email>
</author>
<published>2023-08-14T13:01:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b5ba12119dccb123aa6e8798dc86d639af6703b9'/>
<id>urn:sha1:b5ba12119dccb123aa6e8798dc86d639af6703b9</id>
<content type='text'>
</content>
</entry>
</feed>
