<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/examples/build_system/make, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/examples/build_system/make?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/examples/build_system/make?h=master'/>
<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>fix riscv toolchain</title>
<updated>2025-12-16T10:09:16Z</updated>
<author>
<name>Zixun LI</name>
<email>admin@hifiphile.com</email>
</author>
<published>2025-12-16T10:09:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5a7e5db78770d6fd37992b5812f910c3546f2a72'/>
<id>urn:sha1:5a7e5db78770d6fd37992b5812f910c3546f2a72</id>
<content type='text'>
Signed-off-by: Zixun LI &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>update risc-v march for gcc and clang toolchains</title>
<updated>2025-12-16T05:08:30Z</updated>
<author>
<name>Zhihong Chen</name>
<email>zhihong.chen@hpmicro.com</email>
</author>
<published>2025-12-08T09:14:12Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6b73d786b3ddddcb1fbed51909095a46d68d2449'/>
<id>urn:sha1:6b73d786b3ddddcb1fbed51909095a46d68d2449</id>
<content type='text'>
- add `zifencei` option

Signed-off-by: Zhihong Chen &lt;zhihong.chen@hpmicro.com&gt;
</content>
</entry>
<entry>
<title>fine tune ci to build more with circleci (#3386)</title>
<updated>2025-12-04T14:34:10Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-12-04T14:34:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e7105b1fa3ccd8200fe7fb8b0759d00afc9b07c1'/>
<id>urn:sha1:e7105b1fa3ccd8200fe7fb8b0759d00afc9b07c1</id>
<content type='text'>
* fine tune ci to build more with circleci
* skip make for arm-iar, esp-idf
* skip make + clang for circleci since llvm-objcopy got killed due to memory issue.
</content>
</entry>
<entry>
<title>more make refactor</title>
<updated>2025-10-14T10:53:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-14T10:53:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c48bbfab5e9ae9a417e30b0f9c0280d6f662b01c'/>
<id>urn:sha1:c48bbfab5e9ae9a417e30b0f9c0280d6f662b01c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move make.mk to hw/bsp/family_support.mk</title>
<updated>2025-10-14T08:14:43Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-14T08:14:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=9bf18d080b202e8e09bd76f32272b1dbfabfa3b9'/>
<id>urn:sha1:9bf18d080b202e8e09bd76f32272b1dbfabfa3b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>examples: make: fix LOGGER=rtt</title>
<updated>2025-09-29T16:04:31Z</updated>
<author>
<name>Karl Palsson</name>
<email>karl.palsson@marel.com</email>
</author>
<published>2025-09-29T16:02:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=94b03e2cb4c22ef260e21568f04954f6f2c99326'/>
<id>urn:sha1:94b03e2cb4c22ef260e21568f04954f6f2c99326</id>
<content type='text'>
CMake builds worked, but the variables were brokenly updated for make.

Fixes: a64e3eb0aa update board_test always output on uart
Signed-off-by: Karl Palsson &lt;karl.palsson@marel.com&gt;
</content>
</entry>
<entry>
<title>add ci build for all at32, use linker and startup from mcu cmsis instead of local files</title>
<updated>2025-07-31T14:52:59Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-07-31T14:52:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b67e00892c726f27051b407486d9f0c04ff687f9'/>
<id>urn:sha1:b67e00892c726f27051b407486d9f0c04ff687f9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update board_test always output to uart regardless of LOGGER option</title>
<updated>2025-07-02T10:27:03Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-07-02T10:27:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=a64e3eb0aa661db14eb647e2f75059815741112f'/>
<id>urn:sha1:a64e3eb0aa661db14eb647e2f75059815741112f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' into fork/james-advatek/stm32n657nucleo</title>
<updated>2025-06-12T04:02:54Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-06-12T04:02:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=386f33807ace91f43750afbf68993821f3576aa5'/>
<id>urn:sha1:386f33807ace91f43750afbf68993821f3576aa5</id>
<content type='text'>
</content>
</entry>
</feed>
