<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/cdc_dual_ports/src/main.c, branch 0.15.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_dual_ports/src/main.c?h=0.15.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/cdc_dual_ports/src/main.c?h=0.15.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-06-28T09:27:44Z</updated>
<entry>
<title>update rp2040 warnings</title>
<updated>2022-06-28T09:27:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-28T09:27:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=898b52be45f476d7062d50fed722d92f0dccf4ae'/>
<id>urn:sha1:898b52be45f476d7062d50fed722d92f0dccf4ae</id>
<content type='text'>
- remove "-Wno-stringop-overflow -Wno-array-bounds"
- skip -Wconversion for gcc 9 and prior
- suppress_tinyusb_warnings only when building with gcc 9 and below
</content>
</entry>
<entry>
<title>rework suppress_tinyusb_warnings</title>
<updated>2022-06-27T21:43:41Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2022-06-27T21:39:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4057c2d8d96a364329d14d3a4b2c237f388cfdc2'/>
<id>urn:sha1:4057c2d8d96a364329d14d3a4b2c237f388cfdc2</id>
<content type='text'>
* gcc 9.2.1 has some spurious -Wconversion warnings
* cmake 3.18 and above require set_target_properties to be added from the target directory (so added it to all examples)
* fixed a few warnings in a couple of examples
</content>
</entry>
<entry>
<title>more example update</title>
<updated>2022-06-06T15:41:04Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-06T15:41:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9794a2b865df81e667b464481bb9b1c70587e64b'/>
<id>urn:sha1:9794a2b865df81e667b464481bb9b1c70587e64b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up some examples</title>
<updated>2021-03-18T08:23:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-18T08:23:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2882390c82fc08a669093419abc69f25bc11a34f'/>
<id>urn:sha1:2882390c82fc08a669093419abc69f25bc11a34f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>comment out and add note for tud_cdc_connected() in cdc_msc examples</title>
<updated>2020-11-23T17:06:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-11-23T17:06:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7860469661711bc9f73b2ae84529511693245d7b'/>
<id>urn:sha1:7860469661711bc9f73b2ae84529511693245d7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reset CDC examples to original state</title>
<updated>2020-11-18T08:47:39Z</updated>
<author>
<name>Jan Dümpelmann</name>
<email>jan.duempelmann@inotec-licht.de</email>
</author>
<published>2020-11-18T08:47:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e7069da7eb41c8af6801b1404acd81d745eb8b83'/>
<id>urn:sha1:e7069da7eb41c8af6801b1404acd81d745eb8b83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove tud_cdc_connected check from examples</title>
<updated>2020-09-04T15:25:32Z</updated>
<author>
<name>Jan Dümpelmann</name>
<email>jan.duempelmann@inotec-licht.de</email>
</author>
<published>2020-09-04T15:25:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e09ebea7b99e3385bc1b1d326923b0a36003275d'/>
<id>urn:sha1:e09ebea7b99e3385bc1b1d326923b0a36003275d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>echo to both serial at once</title>
<updated>2020-01-11T05:59:02Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-01-11T05:59:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=08da3e80b7d93c31ee0b679bcb9d05722abfe182'/>
<id>urn:sha1:08da3e80b7d93c31ee0b679bcb9d05722abfe182</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean example</title>
<updated>2020-01-11T05:43:02Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2020-01-11T05:35:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=242a2b6126f00cb3d8ffe6bf6245f801709910ed'/>
<id>urn:sha1:242a2b6126f00cb3d8ffe6bf6245f801709910ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>implement multiple interfaces support</title>
<updated>2019-12-28T20:27:32Z</updated>
<author>
<name>Peter Lawrence</name>
<email>12226419+majbthrd@users.noreply.github.com</email>
</author>
<published>2019-12-23T00:18:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ff0e7d2bed64592c16e73e83cead8d76eda66f36'/>
<id>urn:sha1:ff0e7d2bed64592c16e73e83cead8d76eda66f36</id>
<content type='text'>
</content>
</entry>
</feed>
