-
Couldn't load subscription status.
- Fork 8.1k
treewide: boards: use zephyr:board-supported-hw in all boards' documentation
#98439
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
base: main
Are you sure you want to change the base?
treewide: boards: use zephyr:board-supported-hw in all boards' documentation
#98439
Conversation
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
Replace legacy hand-mantained tables with the new directive that generates a table automatically based on platform device tree. Signed-off-by: Mathieu Choplain <mathieu.choplain-ext@st.com>
|
| +-----------+------------+-------------------------------------+ | ||
|
|
||
| Other hardware features are not currently supported by the port. | ||
| See the `MPS3 FPGA Website`_ for a complete list of MPS3 AN547 board hardware |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the change!
Overall for Arm boards, removing the "default configuration can be found in" is ok but I would like to keep the statements "Other hardware features are not currently supported by the port.
See the MPS3 FPGA Website_ for a complete list of MPS3 AN547 board hardware" and the link to the fpga boards.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What do you think of:
Hardware features not listed in this table may be unsupported.
See the MPS3 FPGA Website for a complete list of MPS3 AN547 board hardware.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that works, thanks!



Split in one commit per board vendor to ease review but I can squash.
Replaces hand-written tables with the
zephyr:board-supported-hwdirective. In most cases, this should be fine, but there are some dual-SoC/etc platforms for which I'm not sure the result will be correct... will check from the CI build.Tables were found using regexp:
\|\s*Interface\s*\|\s*Controller\s*\|\s*Driver/Component\s*\|All should be covered now:
(one file has two
.. zephyr:board-supported-hw::directives... might not be ideal)