aboutsummaryrefslogtreecommitdiff
path: root/pw_bytes/docs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'pw_bytes/docs.rst')
-rw-r--r--pw_bytes/docs.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/pw_bytes/docs.rst b/pw_bytes/docs.rst
index d2ef9ffa0..c2868b470 100644
--- a/pw_bytes/docs.rst
+++ b/pw_bytes/docs.rst
@@ -66,3 +66,8 @@ In order to use these you must use a using namespace directive, for example:
using namespace pw::bytes::unit_literals;
constexpr size_t kRandomBufferSizeBytes = 1_MiB + 42_KiB;
+
+Zephyr
+======
+To enable ``pw_bytes`` for Zephyr add ``CONFIG_PIGWEED_BYTES=y`` to the
+project's configuration.