Skip to content

Commit 182d3f8

Browse files
committed
doc: fix trailing whitespace in CPU porting guide
1 parent 4b4cd24 commit 182d3f8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/guides/advanced_tutorials/porting_cpus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ conditional statements might be required here as well.
127127

128128
### Makefile.include
129129

130-
This file contains low-level build configuration and additional compiler and
130+
This file contains low-level build configuration and additional compiler and
131131
linker search paths for the CPU.
132132

133133
#### Example:
@@ -279,7 +279,7 @@ mechanism. Vendor SDKs can range from thousands to millions of lines of code,
279279
so it is usually better to pull them in on demand (or from shared family-common
280280
locations) instead of copying full SDK trees into every new port. Keeping
281281
vendor code separated from the actual RIOT port helps with maintenance and
282-
updates. Good references are existing CPU families such as STM32, nRF52, and
282+
updates. Good references are existing CPU families such as STM32, nRF52, and
283283
EFM32, which keep vendor content modular and reused across multiple boards.
284284

285285
## Registering the CPU Feature
@@ -606,7 +606,7 @@ If the MCU belongs to an already supported architecture or family, reuse the
606606
existing common code where possible. In this case, a base directory
607607
(e.g. `cpu/<CPU_FAM>_common`) should be created that contains all shared/common
608608
configurations. This drastically reduces maintenance and lowers the risk of
609-
subtle startup or interrupt bugs, as well as code divergation issues in the
609+
subtle startup or interrupt bugs, as well as code divergation issues in the
610610
future.
611611

612612
### Refer to the manual of the target CPU

0 commit comments

Comments
 (0)