aboutsummaryrefslogtreecommitdiff
path: root/pw_sys_io_mcuxpresso/docs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'pw_sys_io_mcuxpresso/docs.rst')
-rw-r--r--pw_sys_io_mcuxpresso/docs.rst20
1 files changed, 10 insertions, 10 deletions
diff --git a/pw_sys_io_mcuxpresso/docs.rst b/pw_sys_io_mcuxpresso/docs.rst
index a2376112a..fc30fc1f3 100644
--- a/pw_sys_io_mcuxpresso/docs.rst
+++ b/pw_sys_io_mcuxpresso/docs.rst
@@ -12,13 +12,13 @@ Setup
=====
This module requires a little setup:
- 1. Use ``pw_build_mcuxpresso`` to create a ``pw_source_set`` for an
- MCUXpresso SDK.
- 2. Include the debug console component in this SDK definition.
- 3. Specify the ``pw_third_party_mcuxpresso_SDK`` GN global variable to specify
- the name of this source set.
- 4. Use a target that calls ``pw_sys_io_mcuxpresso_Init`` in
- ``pw_boot_PreMainInit`` or similar.
+1. Use ``pw_build_mcuxpresso`` to create a ``pw_source_set`` for an
+ MCUXpresso SDK.
+2. Include the debug console component in this SDK definition.
+3. Specify the ``pw_third_party_mcuxpresso_SDK`` GN global variable to specify
+ the name of this source set.
+4. Use a target that calls ``pw_sys_io_mcuxpresso_Init`` in
+ ``pw_boot_PreMainInit`` or similar.
The name of the SDK source set must be set in the
"pw_third_party_mcuxpresso_SDK" GN arg
@@ -31,7 +31,7 @@ of the MCUXpresso source set, see the
.. c:macro:: DEBUG_CONSOLE_TRANSFER_NON_BLOCKING
- Whether the MCUXpresso debug console supports non-blocking transfers. The
- default will depend on your SDK configuration.
+ Whether the MCUXpresso debug console supports non-blocking transfers. The
+ default will depend on your SDK configuration.
- Enabling this adds support for ``pw::sys_io::TryReadByte``.
+ Enabling this adds support for ``pw::sys_io::TryReadByte``.