doc: boards: Clean up repeated words
Removed a bunch from repeated words across board READMEs. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
1a05cfc03a
commit
7433a203ef
|
@ -6,7 +6,7 @@ Arduino Nano 33 IOT
|
|||
Overview
|
||||
********
|
||||
|
||||
The Arduino Nano 33 IOT is a a small form factor development board with USB,
|
||||
The Arduino Nano 33 IOT is a small form factor development board with USB,
|
||||
Wifi, Bluetooth, a 6 axis IMU, and secure element.
|
||||
|
||||
.. image:: img/nano_33_iot.jpg
|
||||
|
|
|
@ -85,7 +85,7 @@ More information about STM32L072CZ can be found here:
|
|||
Supported Features
|
||||
==================
|
||||
|
||||
The Zephyr Dragino LSN50 Board board configuration supports the following hardware features:
|
||||
The Zephyr Dragino LSN50 board configuration supports the following hardware features:
|
||||
|
||||
+-----------+------------+-------------------------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
|
|
|
@ -84,7 +84,7 @@ More information about STM32L072CZ can be found here:
|
|||
Supported Features
|
||||
==================
|
||||
|
||||
The Zephyr Dragino NBSN95 Board board configuration supports the following hardware features:
|
||||
The Zephyr Dragino NBSN95 board configuration supports the following hardware features:
|
||||
|
||||
+-----------+------------+-------------------------------------+
|
||||
| Interface | Controller | Driver/Component |
|
||||
|
|
|
@ -31,7 +31,7 @@ Hardware
|
|||
- External devices connected to the NXP LPC11U67 MCU:
|
||||
|
||||
- ASMedia ASM2364 USB-to-PCIe bridge (I2C master on port O).
|
||||
- 6 RGB LEDs connected connected to a TI LP5030 LED controller (I2C device on
|
||||
- 6 RGB LEDs connected to a TI LP5030 LED controller (I2C device on
|
||||
port 1).
|
||||
- 1 white LED (SSD activity blinking).
|
||||
|
||||
|
|
|
@ -462,8 +462,7 @@ Meaning of the Power Source Switch positions:
|
|||
X9 or X5.
|
||||
|
||||
USB
|
||||
link board BASE is powered from from USB connector
|
||||
(via DCDC converter).
|
||||
link board BASE is powered from USB connector (via DCDC converter).
|
||||
|
||||
RB
|
||||
link board BASE is powered from reel board. The available power is
|
||||
|
|
|
@ -8,7 +8,7 @@ Overview
|
|||
========
|
||||
|
||||
The Ronoth_ LoDev_ is a small open source board containing a `AcSIP S76S`_ SiP from AcSIP_.
|
||||
The `full LoDev design details`_ are available on on GitHub. The LoDev_ board can be purchased
|
||||
The `full LoDev design details`_ are available on GitHub. The LoDev_ board can be purchased
|
||||
from Ronoth_ or from CrowdSupply_.
|
||||
|
||||
The S76S contains an STMicro STM32L073RZ MCU, a `Semtech SX1276`_ LoRaWAN transceiver,
|
||||
|
|
|
@ -113,7 +113,7 @@ accelerometer and magnetometer for sensor values
|
|||
(``CONFIG_FXOS8700_TRIGGER_NONE=y``).
|
||||
|
||||
In order to support FXOS8700 triggers (interrupts) the 0 ohm resistors
|
||||
``R47`` and and ``R57`` must be mounted on the TWR-KE18F board. The
|
||||
``R47`` and ``R57`` must be mounted on the TWR-KE18F board. The
|
||||
devicetree must also be modified to describe the FXOS8700 interrupt
|
||||
GPIOs:
|
||||
|
||||
|
|
|
@ -168,7 +168,7 @@ Firstly, we need to explain a few Jailhouse concepts that will be referred to la
|
|||
cell can utilize.
|
||||
|
||||
* **Root cell**: refers to the cell in which Linux is running. This is the main cell which
|
||||
will contain all the hardware resources that Linux will utilize and will be used used to assign
|
||||
will contain all the hardware resources that Linux will utilize and will be used to assign
|
||||
resources to the inmates. The inmates CANNOT use resources such as the CPU that haven't been
|
||||
assigned to the root cell.
|
||||
|
||||
|
|
|
@ -179,7 +179,7 @@ Pins Assignment of the Arduino Shield Modules
|
|||
MikroBus Shields
|
||||
================
|
||||
|
||||
MikroBus header is available available without advanced features. It is
|
||||
MikroBus header is available without advanced features. It is
|
||||
enabled selecting `atmel_rf2xx_mikrobus`_ variant option.
|
||||
|
||||
Pins Assignment of the MikroBus Shield Modules
|
||||
|
|
Loading…
Reference in a new issue