<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/net_lwip_webserver, branch 0.14.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/device/net_lwip_webserver?h=0.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/net_lwip_webserver?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-07-12T17:58:30Z</updated>
<entry>
<title>RP@040: rework CMake for compiler warnings</title>
<updated>2022-07-12T17:58:30Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2022-07-12T17:58:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fc1a27b6c9d5a19529d6ac968164f2734ea89023'/>
<id>urn:sha1:fc1a27b6c9d5a19529d6ac968164f2734ea89023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>suppress error with net example</title>
<updated>2022-06-27T13:30:47Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-27T13:30:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9c56f7011171ff649a821fe87a3ee477299fa860'/>
<id>urn:sha1:9c56f7011171ff649a821fe87a3ee477299fa860</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prevent error on specific warnings for net lwip &amp; dual example for rp2040</title>
<updated>2022-06-27T10:53:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-27T10:53:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=dd7a17c34511e79bc259634f4fa157e7ddf98fd1'/>
<id>urn:sha1:dd7a17c34511e79bc259634f4fa157e7ddf98fd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix most warnings with rp2040 -wconversion</title>
<updated>2022-06-27T04:50:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-27T04:50:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b9dc9dbd78ee1890342429502d585f323c480fc2'/>
<id>urn:sha1:b9dc9dbd78ee1890342429502d585f323c480fc2</id>
<content type='text'>
</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>rename board specific macro for example</title>
<updated>2022-06-01T16:53:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-01T16:53:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=99c1585ed215cb5ee2e27a41c54310d144e0ee6c'/>
<id>urn:sha1:99c1585ed215cb5ee2e27a41c54310d144e0ee6c</id>
<content type='text'>
- BOARD_DEVICE/HOST_RHPORT_NUM to  BOARD_TUD/H_RHPORT
- BOARD_DEVICE/HOST_RHPORT_SPEED to  BOARD_TUD/H_MAX_SPEED
</content>
</entry>
<entry>
<title>remove cmake compile macro for net example (use lwipopts.h instead)</title>
<updated>2022-06-01T08:10:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-06-01T08:10:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ea8a9e024983441c4b2cb5ee27acf7953a2b607e'/>
<id>urn:sha1:ea8a9e024983441c4b2cb5ee27acf7953a2b607e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor cleanup of RP2040 code post addition of Pico-PIO_USB</title>
<updated>2022-05-20T22:25:30Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2022-05-20T22:25:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=26c4d4b328ca93d0db5d8d7842a315cbde4d9f5a'/>
<id>urn:sha1:26c4d4b328ca93d0db5d8d7842a315cbde4d9f5a</id>
<content type='text'>
* Removed some compiler warnings, and cleaned out unnecessary warning suppression from CMake suppress_tinyusb_warnings()
* Made explicit family_configure_dual_usb_example() for DUAL mode examples as family_configure_target() may not generally be called multiple times for the same target

* Renamed library pico_pio_usb to tinyusb_picio_pio_usb to be clearer and avoid conflict if someone already has a pico_pio_usb in their project
* Added family_add_pico_pio_usb() method for adding Pico-PIO_SUB support to an existing example
* Allowed tinyusb_pico_pio_usb to be added to regular apps using the Pico SDK
</content>
</entry>
<entry>
<title>auto detect max rhport speed based on mcu</title>
<updated>2022-02-25T11:35:21Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2022-02-25T06:00:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a8af609dfef0f82ce22e6f0bf48146b4b2433633'/>
<id>urn:sha1:a8af609dfef0f82ce22e6f0bf48146b4b2433633</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify skip and only logic for build scripts</title>
<updated>2022-01-05T23:44:23Z</updated>
<author>
<name>Scott Shawcroft</name>
<email>scott@tannewt.org</email>
</author>
<published>2022-01-05T23:44:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7b27b8f498a185d8a7c1bea5dac8f43e7030ebd7'/>
<id>urn:sha1:7b27b8f498a185d8a7c1bea5dac8f43e7030ebd7</id>
<content type='text'>
And switch to a single file that can include mcu, family or board.
</content>
</entry>
</feed>
