<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/.github/workflows/build.yml, branch 0.17.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/.github/workflows/build.yml?h=0.17.0</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/.github/workflows/build.yml?h=0.17.0'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2024-08-21T12:09:37Z</updated>
<entry>
<title>update circle ci to build make (#2769)</title>
<updated>2024-08-21T12:09:37Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-21T12:09:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=61187008285d70d700e30e5f11636240ae4845d0'/>
<id>urn:sha1:61187008285d70d700e30e5f11636240ae4845d0</id>
<content type='text'>
* update build.py script to work with circleci
* build make with circle ci
* build vm for esp only
* nrf imxrt with large resource
* nrf imxrt with large resource
* remove 2 of nrf boards</content>
</entry>
<entry>
<title>update doc, re-enable metro m7 for hil, only build make windows/macos on PR</title>
<updated>2024-08-19T12:44:22Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-19T12:07:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=215832397b1593e2df5609f92c9346c133a03774'/>
<id>urn:sha1:215832397b1593e2df5609f92c9346c133a03774</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Circi dynamic config (#2763)</title>
<updated>2024-08-13T16:57:01Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-13T16:57:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=b8d3c0c4a8e005bcfcc4ed04556e6da54f235ccc'/>
<id>urn:sha1:b8d3c0c4a8e005bcfcc4ed04556e6da54f235ccc</id>
<content type='text'>
Circleci
* build cmake armgcc and arm clang on circleci
* use docker medium+</content>
</entry>
<entry>
<title>Update ci toolchain (#2758)</title>
<updated>2024-08-09T15:45:35Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-09T15:45:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=ea64dd4999618ce14aea90118ee9218b4aefeba6'/>
<id>urn:sha1:ea64dd4999618ce14aea90118ee9218b4aefeba6</id>
<content type='text'>
* move toolchain url to its setup action</content>
</entry>
<entry>
<title>add stm32g0 (fsdev 2k) to hil pool</title>
<updated>2024-08-01T06:00:38Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-08-01T06:00:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=5fa03dd906574e775ec025b12ee6c1bc490d87b9'/>
<id>urn:sha1:5fa03dd906574e775ec025b12ee6c1bc490d87b9</id>
<content type='text'>
remove esp32s3 since cp210x cause usb bus issue in the long run
</content>
</entry>
<entry>
<title>clean up</title>
<updated>2024-06-06T09:19:02Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-06-06T09:19:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=8df372ae7a4c9dfef1d23dc9a4562df482a4d720'/>
<id>urn:sha1:8df372ae7a4c9dfef1d23dc9a4562df482a4d720</id>
<content type='text'>
</content>
</entry>
<entry>
<title>try to build rx using build_util</title>
<updated>2024-06-06T09:07:11Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-06-06T09:07:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=302445e64fec763cfb488f0400ec3cb95e984409'/>
<id>urn:sha1:302445e64fec763cfb488f0400ec3cb95e984409</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>Ci tweak3 (#2643)</title>
<updated>2024-05-13T13:27:49Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-13T13:27:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=7cf1bdd2848d6c36e9659acaf77c83a1fa99d04f'/>
<id>urn:sha1:7cf1bdd2848d6c36e9659acaf77c83a1fa99d04f</id>
<content type='text'>
- enable --one-per-family to build 1 board per family, also skip family if board specified in -b also present
- minimize ci run for push event
  - only build one board per family
  - skip hil test on both pi4 and hfp
- full build will be runn for PR event
- IAR always build 1 board per family regardless of event 
- update build.py to optimize make
- remove all setup python since we don't really need it</content>
</entry>
<entry>
<title>more ci update (#2642)</title>
<updated>2024-05-13T09:41:11Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2024-05-13T09:41:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6f47746e5ff6e33b25e12742d62bcbf69f8a27a0'/>
<id>urn:sha1:6f47746e5ff6e33b25e12742d62bcbf69f8a27a0</id>
<content type='text'>
* Circi use small docker
* caching espressif docker image
* only run make job on pull request or push to master
* hw test run on pull request only, rename build_cmake to build.yml
* enable all ci build, cmake(clang) and make(*) only run with pull_request or push to master</content>
</entry>
</feed>
