doc: fix misspellings in reST files
Fix misspellings missed during regular reviews. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
1c29bff055
commit
1d1a4b321b
|
@ -18,11 +18,11 @@ documentation.
|
|||
use other licensing and are clearly identified.
|
||||
|
||||
* The Developer Certificate of Origin (DCO) process is followed to
|
||||
ensure developers are following licensing critera for their
|
||||
ensure developers are following licensing criteria for their
|
||||
contributions, and documented with a ``Signed-of-by`` line in commits.
|
||||
|
||||
* Zephyr development workflow is supported on Linux, macOS, and Windows,
|
||||
(with afew exceptions).
|
||||
(with a few exceptions).
|
||||
|
||||
* Source code for the project is maintained in the GitHub repo:
|
||||
https://github.com/zephyrproject-rtos/zephyr
|
||||
|
|
|
@ -126,9 +126,9 @@ Port P0
|
|||
+-------+-----------------------+---------------------------+
|
||||
| Name | Function | Usage |
|
||||
+=======+=======================+===========================+
|
||||
| P0.0 | XL1 | 32.768 kHz oszillator |
|
||||
| P0.0 | XL1 | 32.768 kHz oscillator |
|
||||
+-------+-----------------------+---------------------------+
|
||||
| P0.1 | XL2 | 32.768 kHz oszillator |
|
||||
| P0.1 | XL2 | 32.768 kHz oscillator |
|
||||
+-------+-----------------------+---------------------------+
|
||||
| P0.2 | edge connector pin 25 | None |
|
||||
+-------+-----------------------+---------------------------+
|
||||
|
|
|
@ -25,7 +25,7 @@ The WaRP7 Platform is composed of a CPU and IO board.
|
|||
WaRP7 IO Board
|
||||
==============
|
||||
|
||||
- 6-axis Acclerometer Magnetometer: NXP FXOS8700CQ (I2C4 interface)
|
||||
- 6-axis Accelerometer Magnetometer: NXP FXOS8700CQ (I2C4 interface)
|
||||
- 3-axis Gyroscope: NXP FXAS21002C (I2C4 interface)
|
||||
- Altimeter: NXP MPL3115A2 (I2C4 interface)
|
||||
- NXP NTAG NT3H1101 (I2C2 interface)
|
||||
|
|
|
@ -7,7 +7,7 @@ Overview
|
|||
********
|
||||
|
||||
The tracing feature provides hooks that permits you to collect data from
|
||||
your application and allows enabled backends to visualise the inner-working of
|
||||
your application and allows enabled backends to visualize the inner-working of
|
||||
the kernel and various subsystems.
|
||||
|
||||
Applications and supported tools can define empty macros declared in
|
||||
|
|
|
@ -49,7 +49,7 @@ steps:
|
|||
:goals: build flash
|
||||
:compact:
|
||||
|
||||
Once IPv4 LL has completed probing and announcment, details are shown like this:
|
||||
Once IPv4 LL has completed probing and announcement, details are shown like this:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
Loading…
Reference in a new issue