doc: fix misspellings in docs
Fix misspellings missed in regular reviews. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
aa684363f0
commit
c1dce2f799
11 changed files with 12 additions and 12 deletions
|
@ -197,4 +197,4 @@ References
|
|||
|
||||
.. _Digilent Pmod Modules: http://store.digilentinc.com/pmod-modules
|
||||
|
||||
.. _Putty website: http://www.putty.org
|
||||
.. _Putty website: http://www.putty.org
|
||||
|
|
|
@ -123,7 +123,7 @@ SPI
|
|||
* MOSI = P1.02
|
||||
* MISO = P0.24
|
||||
|
||||
Microsd is connected to these pins, and CS pin is connected to P0.17.
|
||||
MicroSD is connected to these pins, and CS pin is connected to P0.17.
|
||||
|
||||
Programming and Debugging
|
||||
*************************
|
||||
|
|
|
@ -153,7 +153,7 @@ the steps above. Then, prepare to compile an application with MCUBoot support.
|
|||
Select :option: `CONFIG_BOOTLOADER_MCUBOOT`, under "Boot options" and set
|
||||
:option: `CONFIG_TEXT_SECTION_OFFSET` under "Build and Link features",
|
||||
"Linker options" to 0x200 to ensure the code is offset to account for MCUboot
|
||||
firwmare image metadata.
|
||||
firmware image metadata.
|
||||
|
||||
Sign the resulting firmware image using the imgtool utility as follows::
|
||||
|
||||
|
@ -233,4 +233,4 @@ References
|
|||
.. _Nordic Semiconductor USB DFU: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fsdk_app_serial_dfu_bootloader.html
|
||||
.. _nrfutil GitHub: https://github.com/NordicSemiconductor/pc-nrfutil
|
||||
.. _MCUboot: https://github.com/runtimeco/mcuboot/blob/master/docs/readme-zephyr.md
|
||||
.. _mcumgr: https://github.com/apache/mynewt-mcumgr-cli
|
||||
.. _mcumgr: https://github.com/apache/mynewt-mcumgr-cli
|
||||
|
|
|
@ -152,7 +152,7 @@ By default, the board controller firmware will route the following:
|
|||
| MCU Interface 2 | COEX interface |
|
||||
+-----------------+----------------------------------+
|
||||
|
||||
It is possbile to configure the behavior of the board controller firmware by
|
||||
It is possible to configure the behavior of the board controller firmware by
|
||||
using Kconfig and editing its options under "Board options".
|
||||
|
||||
|
||||
|
|
|
@ -137,7 +137,7 @@ The process requires the following steps:
|
|||
|
||||
When building a Secure/Non-Secure application, the Secure application will
|
||||
have to set the IDAU (SPU) configuration to allow Non-Secure access to all
|
||||
CPU reources utilized by the Non-Secure application firmware. SPU
|
||||
CPU resources utilized by the Non-Secure application firmware. SPU
|
||||
configuration shall take place before jumping to the Non-Secure application.
|
||||
|
||||
Building a Secure only application
|
||||
|
|
|
@ -362,7 +362,7 @@ Building a secure/non-secure with Trusted Firmware
|
|||
The process requires five steps:
|
||||
|
||||
1. Build Trusted Firmware (tfm).
|
||||
2. Import it as a library to the Zepyhr source folder.
|
||||
2. Import it as a library to the Zephyr source folder.
|
||||
3. Build Zephyr with a non-secure configuration.
|
||||
4. Merge the two binaries together and sign them.
|
||||
5. Concatenate the bootloader with the signed image blob.
|
||||
|
|
|
@ -34,7 +34,7 @@ RISC-V support. Download the tarball for your OS from the `SiFive website
|
|||
<https://www.sifive.com/boards>`_ and extract it.
|
||||
|
||||
The Zephyr SDK uses a bundled version of OpenOCD by default. You can
|
||||
overwrite that behaviour by adding the ``OPENOCD`` parameter to the
|
||||
overwrite that behavior by adding the ``OPENOCD`` parameter to the
|
||||
``cmake`` command:
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
|
@ -201,7 +201,7 @@ Developers are expected to fix issues and rework their patches and submit again.
|
|||
The CI infrastructure currently runs the following tests:
|
||||
|
||||
- Run '''checkpatch''' for code style issues (can vote -1 on errors)
|
||||
- Gitlint: Git commit style based on project requorements
|
||||
- Gitlint: Git commit style based on project requirements
|
||||
- License Check: Check for conflicting licenses
|
||||
- Run '''sanitycheck''' script:
|
||||
|
||||
|
|
|
@ -261,7 +261,7 @@ information required during transformation.
|
|||
For example:
|
||||
|
||||
``Z_SYSCALL_HANDLER`` is not recognized by coccinelle. Therefore, we
|
||||
put its prototype in a header file, say for eg ``mymacros.h``.
|
||||
put its prototype in a header file, say for example ``mymacros.h``.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
|
|
|
@ -124,6 +124,6 @@ Play PCM Audio
|
|||
--------------
|
||||
|
||||
Now that we have a binary PCM file (say sound.raw), you can use,
|
||||
for example, the audicity open source editor/player to load and play it.
|
||||
for example, the audacity open source editor/player to load and play it.
|
||||
Use the 'Import->Raw Data' menu to load the sound.raw file as
|
||||
signed 16 bit PCM, Little Endian, mono format @16KHz.
|
||||
|
|
|
@ -30,4 +30,4 @@ to work:
|
|||
|
||||
To run this sample, a FAT formatted microSD card should be present in the
|
||||
microSD slot of ``nrf52840_blip`` board. If there are any files or directories
|
||||
present in the card, the sample lists them out on the debug serial output.
|
||||
present in the card, the sample lists them out on the debug serial output.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue