<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/net_lwip_webserver/CMakeLists.txt, branch codex/class-reference-docs</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/CMakeLists.txt?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/net_lwip_webserver/CMakeLists.txt?h=codex%2Fclass-reference-docs'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-12-19T05:33:42Z</updated>
<entry>
<title>clean up cmake, remove family_get_project_name()</title>
<updated>2025-12-19T05:33:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-12-19T05:24:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=49a8529dcf8f5b2616640e6f96dcb27e930d1f0d'/>
<id>urn:sha1:49a8529dcf8f5b2616640e6f96dcb27e930d1f0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bump up cmake min to 3.20</title>
<updated>2025-01-21T09:28:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-01-03T08:09:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c8130afe9bb7365adc076c98059b869bfcaf2ecf'/>
<id>urn:sha1:c8130afe9bb7365adc076c98059b869bfcaf2ecf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>net_lwip_webserver: allow TINYUSB_LWIP_PATH to be defined by parent CMake file</title>
<updated>2024-07-18T10:10:55Z</updated>
<author>
<name>Liam Fraser</name>
<email>liam@raspberrypi.com</email>
</author>
<published>2024-07-18T10:08:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=23c9353cd86bcecd9d1220bbb2277d5ffb834e7c'/>
<id>urn:sha1:23c9353cd86bcecd9d1220bbb2277d5ffb834e7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable NCM + iperf for MCU with bigger RAM.</title>
<updated>2024-05-06T22:23:50Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2024-05-06T22:23:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=0f4ea8e9182c3f1f526e2ff5447ca31c5c7d8709'/>
<id>urn:sha1:0f4ea8e9182c3f1f526e2ff5447ca31c5c7d8709</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build issues when building for RP2040 from pico-examples/pico-sdk.</title>
<updated>2023-07-18T14:03:01Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2023-07-18T14:02:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3678a25baaeb6cd6f269d405903aeca23e93dca6'/>
<id>urn:sha1:3678a25baaeb6cd6f269d405903aeca23e93dca6</id>
<content type='text'>
* include_guard requires GLOBAL as family.cmake is included in multiple non child places
* the following recently added check is suprfluous (family_configure_host_example for rp2040 should do this already),
  and breaks if pico_pio_usb is not avaialble, so i have removed
   # Add pico-pio-usb for rp2040 since user can choose to run on bit-banging host
   if(FAMILY STREQUAL "rp2040")
      family_add_pico_pio_usb(${PROJECT})
   endif()
* added new familt_example_missing_dependency functino to print missing dependency warning, so
  pico-examples can override it to be less in your face, and also more contextual to pico-examples
</content>
</entry>
<entry>
<title>rework cmake with rtos support add RTOS to family_configure_device/host/dual_example()</title>
<updated>2023-06-27T08:45:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-06-27T08:45:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e43387abaca2044f96017481ccb00b3b68dbdc2a'/>
<id>urn:sha1:e43387abaca2044f96017481ccb00b3b68dbdc2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add IAR support for G0 with cmake</title>
<updated>2023-06-02T06:27:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-06-02T06:27:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fcf77914546496d88d5915223095d93bb63c67fe'/>
<id>urn:sha1:fcf77914546496d88d5915223095d93bb63c67fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build with net_lwip_webserver example</title>
<updated>2023-05-26T08:16:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-05-26T08:16:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b262164a35e9e305b67cb8d0c2188353db405200'/>
<id>urn:sha1:b262164a35e9e305b67cb8d0c2188353db405200</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build all freertos, not able to build net lwip due to lack of sio_open()</title>
<updated>2023-04-21T15:07:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-04-21T15:07:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9858d45815ca5dec16b267d3c795e42b5084e394'/>
<id>urn:sha1:9858d45815ca5dec16b267d3c795e42b5084e394</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix trailing space and new line</title>
<updated>2023-03-17T09:12:49Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-03-17T09:12:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3623ba1884ddff23e9b64766cb6dd032f1425846'/>
<id>urn:sha1:3623ba1884ddff23e9b64766cb6dd032f1425846</id>
<content type='text'>
temporarily disable codespell
</content>
</entry>
</feed>
