doc: fix doc misspellings in doc, boards, samples
Occasional spelling-check scan found some misspellings. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
3314c3675f
commit
e48b64d1be
|
@ -9,7 +9,7 @@ Overview
|
|||
The HiFive1 is an Arduino-compatible development board with
|
||||
an FE310 RISC-V SoC.
|
||||
More information can be found on
|
||||
`SiFive's wesite <https://www.sifive.com/products/hifive1>`_.
|
||||
`SiFive's website <https://www.sifive.com/products/hifive1>`_.
|
||||
|
||||
Programming and debugging
|
||||
*************************
|
||||
|
|
|
@ -129,7 +129,7 @@ Testing Zephyr-based Controllers with BlueZ
|
|||
If you want to test a Zephyr-powered BLE Controller using BlueZ's Bluetooth
|
||||
Host, you will need a few tools described in the :ref:`bluetooth_bluez` section.
|
||||
Once you have installed the tools you can then use them to interact with your
|
||||
Zephry-based controller:
|
||||
Zephyr-based controller:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
@ -139,5 +139,5 @@ Zephry-based controller:
|
|||
|
||||
You might need to replace :literal:`--index 0` with the index of the Controller
|
||||
you wish to manage.
|
||||
Additional information aobut :file:`btmgmt` can be found in its manual pages.
|
||||
Additional information about :file:`btmgmt` can be found in its manual pages.
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ over the following transports:
|
|||
|
||||
The management subsystem is based on the Simple Management Protocol (SMP)
|
||||
provided by `MCUmgr`_, an open source project that provides a
|
||||
management subystem that is portable across multiple real-time operating
|
||||
management subsystem that is portable across multiple real-time operating
|
||||
systems.
|
||||
|
||||
The management subsystem is split in two different locations in the Zephyr tree:
|
||||
|
|
|
@ -27,7 +27,7 @@ below.
|
|||
:goals: build
|
||||
:compact:
|
||||
|
||||
Normally one needs extra priviliges to create and configure the TAP device in
|
||||
Normally one needs extra privileges to create and configure the TAP device in
|
||||
the host system. Use sudo to execute the Zephyr process with admin privileges,
|
||||
like this:
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ Caveats
|
|||
:option:`CONFIG_FS_NFFS_FLASH_DEV_NAME` setting in :file:`prj.conf` accordingly.
|
||||
|
||||
* The MCUboot bootloader is required for ``img_mgmt`` to function
|
||||
properly. More information about the Device Firmware Upgrade subystem and
|
||||
properly. More information about the Device Firmware Upgrade subsystem and
|
||||
MCUboot can be found in :ref:`mcuboot`.
|
||||
|
||||
* The :file:`mcumgr` command-line tool only works with Bluetooth Low Energy (BLE)
|
||||
|
|
Loading…
Reference in a new issue