<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/device/net_lwip_webserver, branch 0.16.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.16.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/device/net_lwip_webserver?h=0.16.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2023-11-23T13:20:01Z</updated>
<entry>
<title>move make.mk and rules.mk to build_system/make</title>
<updated>2023-11-23T13:20:01Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-11-23T13:19:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=26ca48e7a7a93f8b7f13a209745080855a7bc4fe'/>
<id>urn:sha1:26ca48e7a7a93f8b7f13a209745080855a7bc4fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2151 from kilograham/rp2040_build_fixes</title>
<updated>2023-08-07T04:14:04Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-07T04:14:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=accc3fd737236dfbebc5ff5cc35369770a88fc60'/>
<id>urn:sha1:accc3fd737236dfbebc5ff5cc35369770a88fc60</id>
<content type='text'>
Fix build issues when building for RP2040 from pico-examples/pico-sdk.</content>
</entry>
<entry>
<title>update all examples to use unique ID as serial if avaialble</title>
<updated>2023-08-04T03:28:24Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-04T03:28:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9697c4df4e57435781119c0d4716635f344ed8f1'/>
<id>urn:sha1:9697c4df4e57435781119c0d4716635f344ed8f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into enhance-bsp</title>
<updated>2023-08-03T17:31:12Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-03T17:31:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ef5bd9ee6cc2506745c0c5d602d4c540da681b69'/>
<id>urn:sha1:ef5bd9ee6cc2506745c0c5d602d4c540da681b69</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename hw/bsp/board.h to board_api.h</title>
<updated>2023-08-03T08:44:05Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-08-03T08:44:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=cf91660cee0863291fd9412a3623df018e8bd071'/>
<id>urn:sha1:cf91660cee0863291fd9412a3623df018e8bd071</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable USBMC for uno r4, add board_init_after_tusb() API</title>
<updated>2023-07-31T12:09:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-07-31T12:09:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3f788a4e5a7758ce51cbcadef4ac21e427cc3c56'/>
<id>urn:sha1:3f788a4e5a7758ce51cbcadef4ac21e427cc3c56</id>
<content type='text'>
add BOARD_UPPERCASE for board detection
</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>fix missing replace</title>
<updated>2023-06-24T13:32:18Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-06-24T13:32:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=38a582634ecb31745600768583651df2468ed913'/>
<id>urn:sha1:38a582634ecb31745600768583651df2468ed913</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build, update freertos config for cmake</title>
<updated>2023-06-16T07:17:25Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-06-16T07:17:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a7f330fa94b7a39858f6d770737451b51f061c25'/>
<id>urn:sha1:a7f330fa94b7a39858f6d770737451b51f061c25</id>
<content type='text'>
</content>
</entry>
</feed>
