Skip to content

Commit bdea85c

Browse files
rettichschnidiaescolar
authored andcommitted
doc: blobs: Remove superfluous spaces
While not visible in the rendered documentation, double spaces look bad when reading plaintext file. Signed-off-by: Reto Schneider <[email protected]>
1 parent 0a5b0ab commit bdea85c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/contribute/bin_blobs.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Binary Blobs
55

66
In the context of an operating system that supports multiple architectures and
77
many different IC families, some functionality may be unavailable without the
8-
help of executable code distributed in binary form. Binary blobs (or blobs for
8+
help of executable code distributed in binary form. Binary blobs (or blobs for
99
short) are files containing proprietary machine code or data in a binary format,
1010
e.g. without corresponding source code released under an OSI approved license.
1111

@@ -47,7 +47,7 @@ Blobs are fetched from official third-party sources by the :ref:`west blobs
4747

4848
The blobs themselves must be specified in the :ref:`module.yml
4949
<modules-bin-blobs>` files included in separate Zephyr :ref:`module repositories
50-
<modules>` maintained by their respective vendors. This means that in order to
50+
<modules>` maintained by their respective vendors. This means that in order to
5151
include a reference to a binary blob to the upstream Zephyr distribution, a
5252
module repository must exist first or be created as part of the submission
5353
process.
@@ -104,7 +104,7 @@ The following binary blob types are acceptable in Zephyr:
104104
precompiled binary form, typically for SoC peripherals. An example could be an
105105
enablement library for a wireless peripheral
106106
* Firmware images: An image containing the executable code for a secondary
107-
processor or CPU. This can be full or partial (typically delta or patch data)
107+
processor or CPU. This can be full or partial (typically delta or patch data)
108108
and is generally copied into RAM or flash memory by the main CPU. An example
109109
could be the firmware for the core running a Bluetooth LE Controller
110110
* Miscellaneous binary data files. An example could be pre-trained neural
@@ -158,7 +158,7 @@ Toolchain requirements
158158
======================
159159

160160
Precompiled library blobs must be in a data format which is compatible with and
161-
can be linked by a toolchain supported by the Zephyr Project. This is required
161+
can be linked by a toolchain supported by the Zephyr Project. This is required
162162
for maintainability and usability. Use of such libraries may require special
163163
compiler and/or linker flags, however. For example, a porting layer may require
164164
special flags, or a static archive may require use of specific linker flags.

0 commit comments

Comments
 (0)