@@ -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
131131linker 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,
279279so it is usually better to pull them in on demand (or from shared family-common
280280locations) instead of copying full SDK trees into every new port. Keeping
281281vendor 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
283283EFM32, 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
606606existing 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
608608configurations. 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
610610future.
611611
612612# ## Refer to the manual of the target CPU
0 commit comments