<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/net_lwip_webserver/src, 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/src?h=0.14.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/net_lwip_webserver/src?h=0.14.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2022-06-27T04:50:17Z</updated>
<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>net_lwip_webserver: allow users to enable LWIP_IP6 if desired</title>
<updated>2021-10-19T16:29:51Z</updated>
<author>
<name>Peter Lawrence</name>
<email>12226419+majbthrd@users.noreply.github.com</email>
</author>
<published>2021-10-16T01:10:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d42b5604ce6ccdd9c5acba009e6a3d95c27ca573'/>
<id>urn:sha1:d42b5604ce6ccdd9c5acba009e6a3d95c27ca573</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename CFG_TUD_NET to CFG_TUD_ECM_RNDIS</title>
<updated>2021-10-05T09:00:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-05T05:32:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a867d87072e6f25e47f209e9615e00b97a9eb36f'/>
<id>urn:sha1:a867d87072e6f25e47f209e9615e00b97a9eb36f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add NCM driver in a compatible manner : hathach/tinyusb#550</title>
<updated>2021-09-25T22:05:58Z</updated>
<author>
<name>Peter Lawrence</name>
<email>12226419+majbthrd@users.noreply.github.com</email>
</author>
<published>2021-08-03T16:28:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=03d7988df3f491515389751a8cf4baecafb155fc'/>
<id>urn:sha1:03d7988df3f491515389751a8cf4baecafb155fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>net_lwip_webserver: further simplify pbuf_copy_partial() usage</title>
<updated>2021-08-16T22:04:57Z</updated>
<author>
<name>Peter Lawrence</name>
<email>12226419+majbthrd@users.noreply.github.com</email>
</author>
<published>2021-08-16T22:04:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5a8ea0e0e24f6b6c8374b73f3e0b6df7b15e7b7c'/>
<id>urn:sha1:5a8ea0e0e24f6b6c8374b73f3e0b6df7b15e7b7c</id>
<content type='text'>
</content>
</entry>
</feed>
