<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tinyusb.git/test/hil/tinyusb.json, branch claude/adoring-pasteur-kbaFa</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/tinyusb.git/atom/test/hil/tinyusb.json?h=claude%2Fadoring-pasteur-kbaFa</id>
<link rel='self' href='http://cgit.235523.xyz/tinyusb.git/atom/test/hil/tinyusb.json?h=claude%2Fadoring-pasteur-kbaFa'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/'/>
<updated>2026-06-11T01:16:43Z</updated>
<entry>
<title>HIL: replace build.flags_on with named build variants (#3687)</title>
<updated>2026-06-11T01:16:43Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-06-11T01:16:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=6f35e76667f4015ef429ace5730e20cc0037e042'/>
<id>urn:sha1:6f35e76667f4015ef429ace5730e20cc0037e042</id>
<content type='text'>
* test/hil: replace build.flags_on with named variant schema

Boards declare build variants as `variant: [{name, flags}]` instead of
`build.flags_on`. The variant `name` is the build dir (cmake-build-&lt;name&gt;) and
the HIL report row; `flags` is the raw CFLAGS string (-D...=1) injected via
CFLAGS_CLI. No `variant` =&gt; a single build named after the board.

- build.py: --build-name &lt;name&gt; (dir) + --cflag=&lt;token&gt; (raw CFLAGS, repeatable,
  =form survives the matrix's shell word-splitting); drop -f1/CFLAGS wrapping.
- hil_ci_set_matrix.py: emit one build arg per variant.
- hil_test.py: iterate variants; report row + build dir = variant name.
- hil_ci.sh: copy all cmake-build-&lt;board&gt;* dirs for -b runs.
- get_deps.py: accept (ignore) --build-name/--cflag from matrix args.
- tinyusb.json: migrate all 6 flags_on boards to variant.

* board_test: park CI build with busy spin instead of wfe</content>
</entry>
<entry>
<title>test/hil: add stm32u083nucleo to pool and expose ~/bin on remote PATH</title>
<updated>2026-06-08T07:35:07Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-06-08T07:35:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=d2e7bbb0855a3ff3d6393c7d7edd755cfd3362df'/>
<id>urn:sha1:d2e7bbb0855a3ff3d6393c7d7edd755cfd3362df</id>
<content type='text'>
Add stm32u083nucleo to the active boards in tinyusb.json, flashed via the
stlink flasher (onboard ST-Link + STM32CubeProgrammer); ci's openocd build
has no STM32U0 flash driver. STM32_Programmer_CLI lives in ~/bin on ci,
which the remote `bash -s` shell in hil_ci.sh did not have on PATH, so add
$HOME/bin to its PATH export (matching the GHA runner .path). Verified
remote: 13/13 device tests pass on ci.lan.

Co-Authored-By: Claude Opus 4.8 (1M context) &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>add tm4c123x evk to hill pool (#3676)</title>
<updated>2026-06-05T14:23:40Z</updated>
<author>
<name>Ha Thach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-06-05T14:23:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1009b14b02232adc70a0a5a5ed4a3a06118fef0d'/>
<id>urn:sha1:1009b14b02232adc70a0a5a5ed4a3a06118fef0d</id>
<content type='text'>
* add ek_tm4c123gxl to the hil pool, flashing with lm4flash</content>
</entry>
<entry>
<title>dwc2: address Copilot review (comment grammar/typo, tinyusb.json f407 dedup)</title>
<updated>2026-06-03T16:41:19Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-06-03T16:41:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=1f6236ae0788e37bb833e4b018faf10fb691bbdd'/>
<id>urn:sha1:1f6236ae0788e37bb833e4b018faf10fb691bbdd</id>
<content type='text'>
Co-Authored-By: Claude Opus 4.8 (1M context) &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Add STM32F407 and STM32L476 disco board configurations to tinyusb.json</title>
<updated>2026-06-03T16:13:17Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-06-03T16:13:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=e45d5ad528e82d6d4323c5c23c6f489fe0e02dc6'/>
<id>urn:sha1:e45d5ad528e82d6d4323c5c23c6f489fe0e02dc6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hil added hub + msc + cdc for host capable board</title>
<updated>2026-05-21T12:06:31Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-05-21T11:18:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f4d0d09c8ee06a3531c39032cbe102976aeca349'/>
<id>urn:sha1:f4d0d09c8ee06a3531c39032cbe102976aeca349</id>
<content type='text'>
</content>
</entry>
<entry>
<title>hil: add audio test, optimize log print</title>
<updated>2026-05-12T20:18:05Z</updated>
<author>
<name>HiFiPhile</name>
<email>admin@hifiphile.com</email>
</author>
<published>2026-05-12T20:18:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=460ce56f40d962ebf8a2d7be9f436a9756efb9fe'/>
<id>urn:sha1:460ce56f40d962ebf8a2d7be9f436a9756efb9fe</id>
<content type='text'>
Signed-off-by: HiFiPhile &lt;admin@hifiphile.com&gt;
</content>
</entry>
<entry>
<title>hil remove hub from pico native host test for now</title>
<updated>2026-05-04T12:39:46Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-05-04T12:39:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=fc0747c2a7c04b25b640bfb5acce711fa39f8443'/>
<id>urn:sha1:fc0747c2a7c04b25b640bfb5acce711fa39f8443</id>
<content type='text'>
</content>
</entry>
<entry>
<title>only re-run tests that failed per board</title>
<updated>2026-04-28T12:17:56Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-04-28T09:50:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=f2654a675b67b0b83337dd4df13afd498c3a0809'/>
<id>urn:sha1:f2654a675b67b0b83337dd4df13afd498c3a0809</id>
<content type='text'>
hil remove hub from pico2 since it is not stable
</content>
</entry>
<entry>
<title>fix warning, change hil jlink for feather nrf52840</title>
<updated>2026-04-28T09:38:36Z</updated>
<author>
<name>hathach</name>
<email>thach@tinyusb.org</email>
</author>
<published>2026-04-26T16:15:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/tinyusb.git/commit/?id=3792a9a3871cad32d7f38bc831417f60aeb17aff'/>
<id>urn:sha1:3792a9a3871cad32d7f38bc831417f60aeb17aff</id>
<content type='text'>
</content>
</entry>
</feed>
