diff --git a/docs/module_metadata.json b/docs/module_metadata.json index 60762dd89a..dca7c95207 100644 --- a/docs/module_metadata.json +++ b/docs/module_metadata.json @@ -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", diff --git a/docs/module_metadata_schema.json b/docs/module_metadata_schema.json index ddb20be627..2b83f091a4 100644 --- a/docs/module_metadata_schema.json +++ b/docs/module_metadata_schema.json @@ -12,6 +12,7 @@ "items": { "type": "string", "enum": [ + "Bazel", "C", "C11", "C++", diff --git a/pw_build_mcuxpresso/docs.rst b/pw_build_mcuxpresso/docs.rst index f60d0722e1..acd47c43b7 100644 --- a/pw_build_mcuxpresso/docs.rst +++ b/pw_build_mcuxpresso/docs.rst @@ -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.