Skip to content

Add full_name property for archs and leverage in board catalog #90413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kartben
Copy link
Collaborator

@kartben kartben commented May 23, 2025

Rather than hard coding the human readable name for the architectures that are available at a given point in time (and then get out of sync when e.g. NIOS II gets dropped, or Renesas RX gets added...), add a full_name to the archs in archs.yml and leverage that info in the catalog.

https://builds.zephyrproject.io/zephyr/pr/90413/docs/boards/index.html#

List of architectures is now always in sync with archs.yml

image

Fixes #90406

kartben added 2 commits May 23, 2025 22:20
Allow to specify a human readable full name for archs that can then be
leveraged e.g. in the documentation.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
Rather than hardcoding the human readable full names of the archs in the
board catalog, we now retrieve them dynamically from the archs.yml file.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Board catalog index page should not hardcode architectures
3 participants