<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/.github/actions/get_deps, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/.github/actions/get_deps?h=master</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/.github/actions/get_deps?h=master'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-03-17T17:20:42Z</updated>
<entry>
<title>add board_uart_read() for f7</title>
<updated>2026-03-17T17:20:42Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-03-17T17:20:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3e47f1fcce4d7b445a0ed161cbd860a87eafff30'/>
<id>urn:sha1:3e47f1fcce4d7b445a0ed161cbd860a87eafff30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2026-02-12T05:15:26Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-02-12T04:30:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=c59447faa8935124bdeebeafbcb8ba65f7fc93f0'/>
<id>urn:sha1:c59447faa8935124bdeebeafbcb8ba65f7fc93f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add membrowse-upload target and use it in ci after build</title>
<updated>2026-02-10T16:51:55Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-02-10T16:45:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=39b157d22f8a82264f07cdd31396c15b7a9c9e6d'/>
<id>urn:sha1:39b157d22f8a82264f07cdd31396c15b7a9c9e6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix security in gh action</title>
<updated>2025-10-28T06:03:28Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-28T06:03:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=417f44acab92c42338b584bd0511e51781ff2821'/>
<id>urn:sha1:417f44acab92c42338b584bd0511e51781ff2821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>download ninja binary, apt seems take too long ~ 1 min</title>
<updated>2025-10-25T05:54:40Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2025-10-25T05:54:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6cc445ef0f3e7b29cfe2e3d90bb3364afbc424af'/>
<id>urn:sha1:6cc445ef0f3e7b29cfe2e3d90bb3364afbc424af</id>
<content type='text'>
also upload sarif as artifacts
</content>
</entry>
<entry>
<title>change pico-sdk checkout branch to master</title>
<updated>2024-11-21T03:40:58Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-11-21T03:40:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5d77faa835ab7faf73a9981905e57e8d79920d2d'/>
<id>urn:sha1:5d77faa835ab7faf73a9981905e57e8d79920d2d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>build arm-clang on circleci with pull request (#2644)</title>
<updated>2024-05-14T05:44:36Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-14T05:44:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3c24ba3ff2eb5fdb4e214f668a25ed2038a847ad'/>
<id>urn:sha1:3c24ba3ff2eb5fdb4e214f668a25ed2038a847ad</id>
<content type='text'>
* Build arm-clang using circle ci (only on PR): cache most of mandatory deps, clang toolchain
* update get_deps.py to include CMSIS_5 with --print + no arguments, prevent duplicated deps</content>
</entry>
<entry>
<title>More ci tweak (#2636)</title>
<updated>2024-05-10T11:55:43Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-10T11:55:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3e2ea7750681b27238043c7158ff5508f01914a3'/>
<id>urn:sha1:3e2ea7750681b27238043c7158ff5508f01914a3</id>
<content type='text'>
* change concurrency group to ${{ github.workflow }}-${{ github.ref }}
* use argparse for build.py hil_test.py, remove the need to install click
* move ci win/mac to build_cmake.yml
* rename build_family.yml to build_util.yml
* build_util.yml support esp32
* integrate build-espressif into build.yml
* build.py support make with --board option
* add get_deps action
* update hil test to reuse action</content>
</entry>
</feed>
