Skip to content

zephyr-cp: check autogen_board_info.toml after the extmod entries - #11396

Merged
tannewt merged 1 commit into
adafruit:mainfrom
mikeysklar:zephyr-cp/autogen-check-after-extmod
Sep 15, 2026
Merged

tannewt merged 1 commit into
adafruit:mainfrom
mikeysklar:zephyr-cp/autogen-check-after-extmod

Conversation

@mikeysklar

Copy link
Copy Markdown
Collaborator

What

Move the CI staleness check for autogen_board_info.toml below the extmod loop, so it compares the complete table.

Why

Since c4f7bd0 the check ran before extmod entries were added, so it never matched and every Zephyr board warned.

Run 34971509287 annotated 30 of 30 Zephyr boards.

How I tested it

CI=true make BOARD=nordic_nrf54l15dk on Ubuntu 24.04, before and after.

main 82b255f this PR
out-of-date warning yes no
build changed the committed table no no

Hardware tested

None. Build-only change to a CI check.

Scope

Not built: native_sim (no SDL2 here). Unsorted iterdir() could still vary reason comments; follow-up if CI warns.

AI assistance

Diagnosed and written with Claude Code. The build results above are from real builds on my Linux machine.

🤖 Generated with Claude Code

The CI staleness check compared the file against the table before the
extmod modules were added to it, so it never matched and every Zephyr
board warned on every build. Run the check once the table is complete.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>

@dhalbert dhalbert left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thanks!

@dhalbert
dhalbert enabled auto-merge September 15, 2026 14:59
@dhalbert
dhalbert added this pull request to the merge queue Sep 15, 2026
@tannewt
tannewt removed this pull request from the merge queue due to the queue being cleared Sep 15, 2026
@tannewt
tannewt merged commit b37bc49 into adafruit:main Sep 15, 2026
47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants