aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEwout van Bekkum <ewout@google.com>2021-04-09 18:10:49 -0700
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-04-13 04:56:02 +0000
commita25df5fad6f35ad227950577122faa10661a0df7 (patch)
tree726f6ecc47caa1ed5728768b9d53612d8eed9019
parent47941cc13a18e5a20147a89f526731bfa41bbef4 (diff)
downloadpigweed-a25df5fad6f35ad227950577122faa10661a0df7.tar.gz
docs: enable a bunch of missing docs
Change-Id: If6187640e8b53d6334cecbfc6439490add871e84 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/40440 Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com> Pigweed-Auto-Submit: Ewout van Bekkum <ewout@google.com> Reviewed-by: Keir Mierle <keir@google.com>
-rw-r--r--docs/BUILD.gn6
-rw-r--r--pw_chrono_threadx/docs.rst6
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/BUILD.gn b/docs/BUILD.gn
index b35db1e95..3c1baae2a 100644
--- a/docs/BUILD.gn
+++ b/docs/BUILD.gn
@@ -61,7 +61,10 @@ group("module_docs") {
"$dir_pw_bytes:docs",
"$dir_pw_checksum:docs",
"$dir_pw_chrono:docs",
+ "$dir_pw_chrono_embos:docs",
+ "$dir_pw_chrono_freertos:docs",
"$dir_pw_chrono_stl:docs",
+ "$dir_pw_chrono_threadx:docs",
"$dir_pw_cli:docs",
"$dir_pw_containers:docs",
"$dir_pw_cpu_exception:docs",
@@ -114,6 +117,9 @@ group("module_docs") {
"$dir_pw_sys_io_stdio:docs",
"$dir_pw_target_runner:docs",
"$dir_pw_thread:docs",
+ "$dir_pw_thread_embos:docs",
+ "$dir_pw_thread_freertos:docs",
+ "$dir_pw_thread_stl:docs",
"$dir_pw_thread_threadx:docs",
"$dir_pw_tokenizer:docs",
"$dir_pw_toolchain:docs",
diff --git a/pw_chrono_threadx/docs.rst b/pw_chrono_threadx/docs.rst
index 8b83a2bb5..419eb002d 100644
--- a/pw_chrono_threadx/docs.rst
+++ b/pw_chrono_threadx/docs.rst
@@ -1,6 +1,6 @@
.. _module-pw_chrono_threadx:
--=---------------
+-----------------
pw_chrono_threadx
-----------------
``pw_chrono_threadx`` is a collection of ``pw_chrono`` backends that are
@@ -22,8 +22,8 @@ native ThreadX ``tx_time_get()`` overflow. Note that this duration may vary if
``tx_time_set()`` is used.
.. warning::
-Note that this is not compatible with TX_NO_TIMER as this disables
-``tx_time_get()``.
+ Note that this is not compatible with TX_NO_TIMER as this disables
+ ``tx_time_get()``.
Build targets
-------------