STATUS: preliminary support for SDK v14.2.0, can be built for the nRF52 family and S132 SoftDevice. Example project slightly broken. (FLASH_START not set for Softdevice S132 v5.0.0)
- Run
./bootstrap.sh
to download the nRF52 SDK and pull the libraries into this project - Run
mkdir build
to create a build directory - In the build directory, run
cmake ..
to initialize cmake - In the build directory, run
make
to build the example project
- support for new softdevices (specify FLASH_START for them)
- better getting started guide
- integrate nrfjprog to simplify programming etc
- dependency handling of components
This project is MIT licensed to avoid placing limitations on possible uses. Note that Nordic components fetched as part of the ./bootstrap.sh
script are covered under Nordic license terms in lib\documentation/license.txt
after bootstrapping.
If you make improvements, please consider opening a pull request and contributing them back. And if you use this in a project, I would love to hear about it (and you can find my email in any of my git commits).
If you have any questions, comments, or suggestions, feel free to open an issue or a pull request.