From 03a510bd182cdb89005d75e0f8dacf734efce315 Mon Sep 17 00:00:00 2001 From: luz paz Date: Tue, 31 May 2022 15:17:36 -0400 Subject: Fix various typos Found via `codespell -q 3 -S ./src/libs -L ans,doubleclick,trough` --- cmake-nRF5x/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cmake-nRF5x/readme.md') diff --git a/cmake-nRF5x/readme.md b/cmake-nRF5x/readme.md index 0127a2e6..1a556b12 100755 --- a/cmake-nRF5x/readme.md +++ b/cmake-nRF5x/readme.md @@ -7,7 +7,7 @@ Cmake script for projects targeting Nordic Semiconductor nRF5x series devices us The script makes use of the following tools: - nRF5x SDK by Nordic Semiconductor - SoC specific drivers and libraries (also includes a lot of examples) -- JLink by Segger - interface software for the JLink familiy of programmers +- JLink by Segger - interface software for the JLink family of programmers - nrfjprog by Nordic Semiconductor - Wrapper utility around JLink - arm-non-eabi-gcc by ARM and the GCC Team - compiler toolchain for embedded (= bare metal) ARM chips @@ -15,11 +15,11 @@ The script makes use of the following tools: 1. Download this repo (or add as submodule) to the directory `cmake-nRF5x` in your project -1. Search the SDK `example` directory for a `sdk_config.h`, `main.c` and a linker script (normally named `_gcc_.ld`) that fits your chip and project needs. +1. Search the SDK `example` directory for a `sdk_config.h`, `main.c` and a linker script (normally named `_gcc_.ld`) that fits your chip and project needs. 1. Copy the `sdk_config.h` and the project `main.c` into a new directory `src`. Modify them as required for your project. -1. Copy the linker script into the root of your project. Rename it to just `gcc_.ld` For example: +1. Copy the linker script into the root of your project. Rename it to just `gcc_.ld` For example: ``` gcc_nrf51.ld -- cgit v1.2.3-70-g09d2