Skip to content

Commit 74b3617

Browse files
ndrs-pstjhedberg
authored andcommitted
doc: rst: fix typo in (boards, doc, samples)
Utilize a code spell-checking tool to scan for and correct spelling errors in `.rst` files within the `boards`, `doc`, and `tests` directories. Signed-off-by: Pisit Sawangvonganan <[email protected]>
1 parent 3678acf commit 74b3617

File tree

23 files changed

+25
-25
lines changed

23 files changed

+25
-25
lines changed

boards/adi/max32657evkit/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ in the Secure world, and ideally has robust software running that can protect as
414414
a wide range of possible software attacks (`1`_).
415415

416416
MPC (Memory Protection Controller) and PPC (Peripheral Protection Controller) are allow to
417-
protect memory and peripheral. Incase of need peripheral and flash ownership can be updated in
417+
protect memory and peripheral. In case of need peripheral and flash ownership can be updated in
418418
<zephyr_path>../modules/tee/tf-m/trusted-firmware-m/platform/ext/target/adi/max32657/s_ns_access.cmake`
419419
file by updating cmake flags to ON/OFF.
420420

boards/adi/max32658evkit/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ in the Secure world, and ideally has robust software running that can protect as
410410
a wide range of possible software attacks (`1`_).
411411

412412
MPC (Memory Protection Controller) and PPC (Peripheral Protection Controller) are allow to
413-
protect memory and peripheral. Incase of need peripheral and flash ownership can be updated in
413+
protect memory and peripheral. In case of need peripheral and flash ownership can be updated in
414414
<zephyr_path>../modules/tee/tf-m/trusted-firmware-m/platform/ext/target/adi/max32657/s_ns_access.cmake`
415415
file by updating cmake flags to ON/OFF.
416416

boards/arduino/uno_q/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Hardware
1717
- 2 Mbyte of Flash memory and 786 Kbytes of RAM
1818
- 2 RGB user LEDs
1919
- One 13x8 LED Matrix
20-
- Internal UART and SPI busses connected to the QRB2210
20+
- Internal UART and SPI buses connected to the QRB2210
2121
- Built-in CMSIS-DAP debug adapter (through QRB2210)
2222

2323
Supported Features

boards/intel/socfpga_std/cyclonev_socdk/doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ This provisions the Zephyr kernel and the CPU configuration onto the board,
183183
using the customized OpenOCD runner script :zephyr_file:`scripts/west_commands/runners/intel_cyclonev.py`
184184
After it completes the kernel will immediately boot using the GSRD preloader.
185185
Notice that there a lot of helper files to ``flash`` the application with
186-
OpenOCD and GDB Debbuger (Zephyr SDK must be installed in your machine).
186+
OpenOCD and GDB Debugger (Zephyr SDK must be installed in your machine).
187187
This files should be located in :zephyr_file:`boards/intel/socfpga_std/cyclonev_socdk/support/` including:
188188

189189
* blaster_6810.hex : USB-BlasterII firmware
@@ -326,7 +326,7 @@ You will see output similar to the following:
326326
327327
Try other examples
328328
==================
329-
There are varios examples that can be downloaded to the Cyclone® V SoC FPGA
329+
There are various examples that can be downloaded to the Cyclone® V SoC FPGA
330330
Development Kit Board. Try to ``blink`` an LED from the HPS side of the chip:
331331

332332
.. zephyr-app-commands::

boards/ite/it8xxx2_evb/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Use the winflash tool to program a zephyr application
116116
to the it8xxx2 board flash.
117117

118118
#. Open winflash tool and make sure the order you open the switch is right.
119-
Fisrt, turn on the Download board switch.
119+
First, turn on the Download board switch.
120120
Second, turn on the it8xxx2_evb board switch.
121121
Then, configure your winflash tool like below.
122122

boards/native/native_sim/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ By default one ready UART of this type is setup in DTS, but any number can be en
518518
Normally these UARTs are connected to new pseudoterminals PTYs, i.e. :file:`/dev/pts{<nbr>}`,
519519
but it is also possible to map one of them to the executable's ``stdin`` and ``stdout``.
520520
This can be done in two ways, either with the command line option ``--<uart_name>_stdinout``
521-
(where ``<uart_name>`` is the UART DTS node name), or, for the first PTY UART instance by chosing
521+
(where ``<uart_name>`` is the UART DTS node name), or, for the first PTY UART instance by choosing
522522
:kconfig:option:`CONFIG_UART_NATIVE_PTY_0_ON_STDINOUT` instead of the default
523523
:kconfig:option:`CONFIG_UART_NATIVE_PTY_0_ON_OWN_PTY`.
524524
For interactive use with the :ref:`shell_api`, it is recommended to choose the PTY option.

boards/nxp/frdm_mcxe31b/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ bank), and ``PTA20`` is the pin 4 of ``gpioa_h`` (high bank).
3939
The GPIO controller provides the option to route external input pad interrupts
4040
to either the SIUL2 EIRQ or WKPU interrupt controllers, as supported by the SoC.
4141
By default, GPIO interrupts are routed to SIUL2 EIRQ interrupt controller,
42-
unless they are explicity configured to be directed to the WKPU interrupt
42+
unless they are explicitly configured to be directed to the WKPU interrupt
4343
controller, as outlined in :zephyr_file:`dts/bindings/gpio/nxp,siul2-gpio.yaml`.
4444

4545
To find information about which GPIOs are compatible with each interrupt

boards/nxp/imx8mp_evk/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Load and Run M7 Zephyr Image by using Linux remoteproc
266266

267267
Prepare device tree:
268268

269-
The device tree must inlcude CM7 dts node with compatible string "fsl,imx8mn-cm7",
269+
The device tree must include CM7 dts node with compatible string "fsl,imx8mn-cm7",
270270
and also need to reserve M4 DDR memory if using DDR code and sys address, and also
271271
need to put "m4_reserved" in the list of memory-region property of the cm7 node.
272272

boards/olimex/olimex_esp32_evb/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Hardware
2626
- BL4054B LiPo battery charger with status LEDs for stand-alone operation during
2727
power outages.
2828
- Power jack for external 5VDC power supply.
29-
- Univeral EXTension (UEXT) connector for connecting UEXT modules.
29+
- Universal EXTension (UEXT) connector for connecting UEXT modules.
3030
- User push button.
3131
- 40 pin GPIO connector with all ESP32 pins.
3232

boards/others/icev_wireless/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Hardware
1313
This board combines an Espressif ESP32-C3-MINI-1 (which includes 4MB of flash in the module) with a
1414
Lattice iCE40UP5k-SG48 FPGA to allow WiFi and Bluetooth control of the FPGA. ESP32 and FPGA I/O is
1515
mostly uncommitted except for the pins used for SPI communication between ESP32 and FPGA. Several
16-
of the ESP32C3 GPIO pins are available for additonal interfaces such as serial, ADC, I2C, etc.
16+
of the ESP32C3 GPIO pins are available for additional interfaces such as serial, ADC, I2C, etc.
1717

1818
For details on ESP32-C3 hardware please refer to the following resources:
1919

0 commit comments

Comments
 (0)