Skip to content

Commit

Permalink
pw_build_mcuxpresso: Add module metadata
Browse files Browse the repository at this point in the history
Bug: 339741960
Change-Id: Id146ec984e13256282d5243f7ada166c56576911
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214507
Lint: Lint 🤖 <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Pigweed-Auto-Submit: Kayce Basques <[email protected]>
Reviewed-by: Scott James Remnant <[email protected]>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Jun 6, 2024
1 parent 03d0423 commit ec741c8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/module_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@
"C++20"
]
},
"pw_build_mcuxpresso": {
"tagline": "Utilities for building NXP MCUXpresso SDK targets",
"status": "stable",
"languages": [
"Bazel",
"GN"
]
},
"pw_cli": {
"tagline": "Enhance and accelerate custom command-line tooling",
"status": "stable",
Expand Down
1 change: 1 addition & 0 deletions docs/module_metadata_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"items": {
"type": "string",
"enum": [
"Bazel",
"C",
"C11",
"C++",
Expand Down
2 changes: 2 additions & 0 deletions pw_build_mcuxpresso/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
===================
pw_build_mcuxpresso
===================
.. pigweed-module::
:name: pw_build_mcuxpresso

The ``pw_build_mcuxpresso`` module provides helper utilities for building a
target based on an NXP MCUXpresso SDK.
Expand Down

0 comments on commit ec741c8

Please sign in to comment.