Skip to content

Commit

Permalink
pw_chrono: Add docs metadata
Browse files Browse the repository at this point in the history
Change-Id: Ic201de45d207df9a7e0a7d8336e6414dd7ee96e8
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/217752
Commit-Queue: Kayce Basques <[email protected]>
Reviewed-by: Wyatt Hepler <[email protected]>
Lint: Lint 🤖 <[email protected]>
  • Loading branch information
Kayce Basques authored and CQ Bot Account committed Jun 24, 2024
1 parent 519f0b7 commit 8e09a4c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/module_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,14 @@
"C++"
]
},
"pw_chrono": {
"tagline": "Portable std::chrono for constrained embedded devices",
"status": "stable",
"languages": [
"C",
"C++"
]
},
"pw_cli": {
"tagline": "Enhance and accelerate custom command-line tooling",
"status": "stable",
Expand Down
3 changes: 3 additions & 0 deletions pw_chrono/backends.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
==================
pw_chrono backends
==================
.. pigweed-module-subpage::
:name: pw_chrono

.. TODO: b/323607687 - Add backend guidance here
.. toctree::
Expand Down
6 changes: 3 additions & 3 deletions pw_chrono/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
=========
pw_chrono
=========
.. pigweed-module::
:name: pw_chrono

Pigweed's chrono module provides facilities for applications to deal with time,
leveraging many pieces of STL's the ``std::chrono`` library but with a focus
on portability for constrained embedded devices and maintaining correctness.

.. note::
This module is still under construction, the API is not yet stable.

-------------------------------
``duration`` and ``time_point``
-------------------------------
Expand Down

0 comments on commit 8e09a4c

Please sign in to comment.