Skip to content

Commit

Permalink
pw_arduino_build: Add module metadata
Browse files Browse the repository at this point in the history
Bug: 339741960
Change-Id: I690a08215c63835252a807dc6c1f04f0c135d55d
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/214173
Reviewed-by: Anthony DiGirolamo <[email protected]>
Lint: Lint 🤖 <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Commit-Queue: Kayce Basques <[email protected]>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Jun 5, 2024
1 parent 3b855f6 commit 2803e38
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 @@ -14,6 +14,14 @@
],
"size": "400 to 1800 bytes"
},
"pw_arduino_build": {
"tagline": "Main function wrapper and build utilities for Arduino",
"status": "stable",
"languages": [
"C++",
"GN"
]
},
"pw_async2": {
"tagline": "Cooperative async tasks for embedded",
"status": "experimental",
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 @@ -18,6 +18,7 @@
"C++17",
"C++20",
"CLI",
"GN",
"Java",
"Python",
"Rust",
Expand Down
2 changes: 2 additions & 0 deletions pw_arduino_build/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
-----------------
pw_arduino_build
-----------------
.. pigweed-module::
:name: pw_arduino_build

The ``pw_arduino_build`` module contains both the `arduino_builder`_ command
line utility and an `Arduino Main Wrapper`_.
Expand Down

0 comments on commit 2803e38

Please sign in to comment.