Skip to content

Commit

Permalink
doc: fix misspellings in documentation
Browse files Browse the repository at this point in the history
Fix some misspellings found in .rst files missed during regular reviews.

Signed-off-by: David B. Kinder <[email protected]>
  • Loading branch information
dbkinder authored and ioannisg committed Sep 6, 2019
1 parent 053ab4a commit 891e50e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boards/arm/96b_avenger96/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The STM32MP157A SoC provides the following hardware capabilities:
- HDMI-CEC interface
- MDIO Slave interface
- 3 × SDMMC up to 8-bit (SD / e•MMC™ / SDIO)
- 2 × CAN controllers supporting CAN FD protocol, TTCAN capiblity
- 2 × CAN controllers supporting CAN FD protocol, TTCAN capability
- 2 × USB 2.0 high-speed Host+ 1 × USB 2.0 full-speed OTG simultaneously
- 10/100M or Gigabit Ethernet GMAC (IEEE 1588v2 hardware, MII/RMII/GMII/RGMI)
- 8- to 14-bit camera interface up to 140 Mbyte/s
Expand Down Expand Up @@ -232,7 +232,7 @@ Debugging
You can debug an application using OpenOCD and GDB. The Solution proposed below
is based on the Linux STM32MP1 SDK OpenOCD and is available only for a Linux
environment. The firmware must first be loaded by the Cortex®-A7. Developer
then attachs the debugger to the running Zephyr using OpenOCD.
then attaches the debugger to the running Zephyr using OpenOCD.

Prerequisite
------------
Expand Down
2 changes: 1 addition & 1 deletion samples/drivers/CAN/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In loopback mode, the board receives its own messages. This could be used for
standalone testing.

The sample can be built and executed on boards supporting CAN.
The LED output pin is defined in the board's device tre.
The LED output pin is defined in the board's device tree.

Sample output
=============
Expand Down

0 comments on commit 891e50e

Please sign in to comment.