<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/hw/bsp/esp32s2, branch 0.12.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/esp32s2?h=0.12.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/esp32s2?h=0.12.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2021-10-12T17:57:45Z</updated>
<entry>
<title>Add linkermap for size analysis (#1136)</title>
<updated>2021-10-12T17:57:45Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-10-12T17:57:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b26cc2cc4694d883cc060c03c57d201753b4c72a'/>
<id>urn:sha1:b26cc2cc4694d883cc060c03c57d201753b4c72a</id>
<content type='text'>
* add NO_LTO option to make
* add linkermap submodule and linkermap target
* add linkermap to ci build
* linkermap doesn't work with esp32sx map file yet
* add note for linkermap target</content>
</entry>
<entry>
<title>add CFG_TUSB_OS_INC_PATH for os include path</title>
<updated>2021-09-25T09:16:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-09-25T09:16:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=73872a5df04a8939d5f71509788c659e38efcecd'/>
<id>urn:sha1:73872a5df04a8939d5f71509788c659e38efcecd</id>
<content type='text'>
useful for freertos/ prefix with esp IDF
</content>
</entry>
<entry>
<title>Make examples standalone buildable via CMake</title>
<updated>2021-06-10T15:11:20Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-06-10T15:11:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fd7b18a4f6417c214b2b8880b3a640c39f587019'/>
<id>urn:sha1:fd7b18a4f6417c214b2b8880b3a640c39f587019</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename family.cmake to family_common.cmake</title>
<updated>2021-06-01T14:09:25Z</updated>
<author>
<name>graham sanderson</name>
<email>graham.sanderson@raspberrypi.com</email>
</author>
<published>2021-06-01T14:09:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6e29bf6e54ce08edb2ad5936805af0746639ff39'/>
<id>urn:sha1:6e29bf6e54ce08edb2ad5936805af0746639ff39</id>
<content type='text'>
</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>espressif: group boards using target name as a family</title>
<updated>2021-04-16T13:41:42Z</updated>
<author>
<name>Alex Lisitsyn</name>
<email>37483886+alisitsyn@users.noreply.github.com</email>
</author>
<published>2021-04-16T11:37:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f5e02e72ed8e6dae5ce854263fdca86ac7453e3c'/>
<id>urn:sha1:f5e02e72ed8e6dae5ce854263fdca86ac7453e3c</id>
<content type='text'>
`hw\bsp` separate one family folder to esp32s2, esp32s3
add board specific board.cmake file to override board specific options(features)
fix examples and test scripts to use new family approach
</content>
</entry>
<entry>
<title>tinyusb: add support of esp32s3 target</title>
<updated>2021-04-16T11:38:00Z</updated>
<author>
<name>Alex Lisitsyn</name>
<email>aleks@espressif.com</email>
</author>
<published>2021-03-09T10:29:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2f0cb8b5f1a944187635a58a748ed08738d324a5'/>
<id>urn:sha1:2f0cb8b5f1a944187635a58a748ed08738d324a5</id>
<content type='text'>
add support of new esp32s3 target and the board
update the roles.mk wrapper to allow dfu flashing of espressif chip
update examples to allow compilation for esp32s3_addax_1 board
once the code is tested the PR to original tinyusb repo will be submitted
</content>
</entry>
<entry>
<title>add example specific DEPS_SUBMODULES</title>
<updated>2021-03-18T09:28:44Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-18T09:28:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=253430a76585f529340e480397e07de567370b5f'/>
<id>urn:sha1:253430a76585f529340e480397e07de567370b5f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move esp32s2 and rp2040 target rule to its family.mk</title>
<updated>2021-03-17T13:13:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2021-03-17T10:09:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2307fc302367e2b3a961be905bcb302394a155ca'/>
<id>urn:sha1:2307fc302367e2b3a961be905bcb302394a155ca</id>
<content type='text'>
</content>
</entry>
</feed>
