Skip to content

Commit 3cf6acb

Browse files
scripts: Add HTML build report script
This change adds a script to generate an HTML report, invoked via west, providing a consolidated and user-friendly view of various build artifacts and metrics. This includes footprint information (as both tables and plots), configuration tracing, sys init levels, an interactive devicetree browser, and more. Signed-off-by: Graham Roff <grahamr@qti.qualcomm.com>
1 parent fd3f15c commit 3cf6acb

File tree

13 files changed

+1960
-0
lines changed

13 files changed

+1960
-0
lines changed

‎.gitignore‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
build*/
1818
!doc/build/
1919
!scripts/build
20+
!scripts/buildreport
2021
!share/sysbuild/build
2122
!tests/drivers/build_all
2223
!scripts/pylib/build_helpers

0 commit comments

Comments
 (0)