ajwahab / nRF5-cmake-scripts-example-base

This is the base project template for nRF5-cmake-scripts-example

Home Page:https://github.com/NRB-Tech/nRF5-cmake-scripts-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the base project template for nRF5-cmake-scripts-example, an example/tutorial for creating a CMake project for Nordic nRF52 embedded Bluetooth System-on-Chips (SoCs).

You can clone this repository and follow the instructions at that link or on the blog post for this tutorial.

The steps to recreate this from an empty directory are:

# create the directory
mkdir "example"
cd example
# init git
git init
# fetch boilerplate .gitignore
curl https://www.gitignore.io/api/linux,macos,cmake,clion,python,windows -o .gitignore
# append project-specific gitignore additions
echo "

toolchains
cmake-build-*
keys
" >> .gitignore
# fetch the required submodule
git submodule add https://github.com/NRB-Tech/nRF5-cmake-scripts
# create some required directories
mkdir src
mkdir keys

About

This is the base project template for nRF5-cmake-scripts-example

https://github.com/NRB-Tech/nRF5-cmake-scripts-example


Languages

Language:Shell 100.0%