<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/hw/bsp/stm32h5/family.mk, 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/stm32h5/family.mk?h=codex%2Fclass-reference-docs</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/hw/bsp/stm32h5/family.mk?h=codex%2Fclass-reference-docs'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-04-06T04:17:34Z</updated>
<entry>
<title>remove IAR toolchain support from make build system</title>
<updated>2026-04-06T04:17:34Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-03-19T15:23:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=4c7a9fed96e0a81cc640333c1c82fee54fa4be34'/>
<id>urn:sha1:4c7a9fed96e0a81cc640333c1c82fee54fa4be34</id>
<content type='text'>
IAR is only supported with CMake. Remove all IAR-specific references
from the Make build system including toolchain files, SRC_S_IAR,
LD_FILE_IAR variables, and IAR toolchain detection.

Also fix GET_SECTOR_COUNT truncation in msc_file_explorer and
broken formatting in stm32f7 board_uart_write.

Co-Authored-By: Claude Opus 4.6 (1M context) &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>more fixes</title>
<updated>2025-12-16T20:19:18Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-12-16T20:11:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ce7b15d6f94b1f8efe917f40eb61b8c3a703d0f8'/>
<id>urn:sha1:ce7b15d6f94b1f8efe917f40eb61b8c3a703d0f8</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>bsp/stm32h5: support host mode</title>
<updated>2025-11-27T21:39:34Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-11-27T21:09:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=2d3aaaf6e12ba62f73ca31d5d239ac4bbc70fde4'/>
<id>urn:sha1:2d3aaaf6e12ba62f73ca31d5d239ac4bbc70fde4</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>fsdev: reorganize functions</title>
<updated>2025-11-25T21:45:40Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-11-24T20:03:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=03bd8c26d6b72b5e53c0d4b9787a6396ee295927'/>
<id>urn:sha1:03bd8c26d6b72b5e53c0d4b9787a6396ee295927</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>update clang make build for stm32: f0 f1 f2 f3 f4 f7 h7 g0 g4 l0 l4 samd21 samd51 nrf</title>
<updated>2024-04-24T15:11:08Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-04-24T15:11:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=eab42d90d42234997ea55c01b1a510c9bb6434aa'/>
<id>urn:sha1:eab42d90d42234997ea55c01b1a510c9bb6434aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update h5 build make/cmake</title>
<updated>2023-12-15T11:08:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2023-12-15T11:08:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8633a2643a800e55aaa09e64779a383c59795cc2'/>
<id>urn:sha1:8633a2643a800e55aaa09e64779a383c59795cc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix CI &amp; typo.</title>
<updated>2023-12-13T13:32:23Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2023-12-12T21:35:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f3d713ac7336913a68326eae5a7e146ec2cd22c3'/>
<id>urn:sha1:f3d713ac7336913a68326eae5a7e146ec2cd22c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add Support stm32h5 for stm32h573i based on stm32_fsdev G0 implementation Tested on Windows with IAR and gcc toolchain ( via cubeide) Tested only with audio examples, but sould be ok for other examples Cmake pacthed : but not tested Linux build : not tested Added a temporary workaround in make file to support H5 HAL repo ( ARMCC_VERSION=0)</title>
<updated>2023-12-12T15:04:21Z</updated>
<author>
<name>henneboi</name>
<email>william.hennebois@st.com</email>
</author>
<published>2023-12-08T12:34:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=93c40b6966db53ce70f4bea6b8a72bf2986ac180'/>
<id>urn:sha1:93c40b6966db53ce70f4bea6b8a72bf2986ac180</id>
<content type='text'>
</content>
</entry>
</feed>
