<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/hw/bsp/rp2040/boards/raspberry_pi_pico, 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/hw/bsp/rp2040/boards/raspberry_pi_pico?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/rp2040/boards/raspberry_pi_pico?h=codex%2Fclass-reference-docs'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2025-02-28T05:04:54Z</updated>
<entry>
<title>add missing board.h for BOARD=pico_sdk</title>
<updated>2025-02-28T05:04:54Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-02-28T05:04:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c1df796a7c463dad43e709a2df145d6e24cd96a4'/>
<id>urn:sha1:c1df796a7c463dad43e709a2df145d6e24cd96a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pio-usb now only need sysclk to be multiple of 12Mhz</title>
<updated>2025-02-20T15:18:33Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-02-20T15:16:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61aab7a86aaaf5c254ba5d14a04ff44aec8623d3'/>
<id>urn:sha1:61aab7a86aaaf5c254ba5d14a04ff44aec8623d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add fruitjam bsp</title>
<updated>2025-02-20T08:47:29Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-02-20T08:47:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6572c1da0d6ad2f298ef97189ca4b288f710f49a'/>
<id>urn:sha1:6572c1da0d6ad2f298ef97189ca4b288f710f49a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add pico2 rp2350 (arm) board</title>
<updated>2024-09-13T12:12:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-09-13T12:12:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c419b1e7c57ab701c904adfe6ebf14f780862557'/>
<id>urn:sha1:c419b1e7c57ab701c904adfe6ebf14f780862557</id>
<content type='text'>
add pico2 to hil ci
</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>
<entry>
<title>Fix up build_family style builds:</title>
<updated>2021-05-31T15:06:12Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-05-31T15:06:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5d161b79bbf9116d36ecf4b08d24dfae1738235f'/>
<id>urn:sha1:5d161b79bbf9116d36ecf4b08d24dfae1738235f</id>
<content type='text'>
 - added back pre-existing board directories which now just select PICO_BOARD
 - added boards/pico_sdk which just uses the pre-existing PICO_BOARD setting
 - fixed rp2040/family.cmake to include the magic string "CFG_TUSB_MCU=OPT_MCU_RP2040" expected by build_family.py
</content>
</entry>
<entry>
<title>Rework rp2040 examples and CMake build:</title>
<updated>2021-05-31T01:13:47Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-05-30T23:41:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=95f2478146ef83d18b52408c0692222bf2a15053'/>
<id>urn:sha1:95f2478146ef83d18b52408c0692222bf2a15053</id>
<content type='text'>
	- Examples should be CMake buildable from their own subdirectory; such a build will error out based on
	  matching .skip.MCU_xxx or a mismatched .only.MCU_
	- It should be possible to build from a higher level and use .skip.MCU_ and .only.MCU_ to filter which
          examples get built
	- The intention is for the CMakeLists.txts in the examples to be non family specific and without MCU based IFs. I have
          started this work, but am not really sure the state of the esp32 stuff; in any case the plan is to have
          everything encapsulated in the FAMILY/family.cmake
	- pico_examples now just includes examples/device/CMakeLists.txt and examples/host/CMakeLists.txt directly, as they
	  also build correctly when included from there.
Note that .skip.MCU_ for esp32 in the directories it wasn't previously avaiable has not been added, as the .skip is common to the regular Makefile builds also. It isn't clear whether these examples should build for esp32, but if not .skip should be added.
</content>
</entry>
<entry>
<title>use boot2_generic_03h for adafruit feather rp2040</title>
<updated>2021-03-18T12:53:39Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-18T12:53:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=249852d25ced9852eb7f95dcc38b2a82b4c02390'/>
<id>urn:sha1:249852d25ced9852eb7f95dcc38b2a82b4c02390</id>
<content type='text'>
- also use boot2_generic_03h for now for itsy bitsy and qt rp2040
- change default flash target for rp2040 to flash-pyocd
</content>
</entry>
<entry>
<title>rp2040 move uart id to board specific</title>
<updated>2021-01-27T09:37:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-01-27T09:37:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4fef2ddb4c500f23115781aa87afd1f83b049b9d'/>
<id>urn:sha1:4fef2ddb4c500f23115781aa87afd1f83b049b9d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rp2040 better support multiple boards</title>
<updated>2021-01-22T17:32:14Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-01-22T17:32:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a780a8762b8f8255cbb0fd775610f0cddd32ff9b'/>
<id>urn:sha1:a780a8762b8f8255cbb0fd775610f0cddd32ff9b</id>
<content type='text'>
</content>
</entry>
</feed>
