STATUS: preliminary support, builds for the nRF52 family and S132 SoftDevice.
Commit 8b1612498a0af3ff86c388b101c0614f3d1ded92 working with old SDK. Current master isn't running correctly, probably a linker / location issue but haven't had time to fix as yet.
- 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
- better getting started guide
- integrate nrfjprog to simplify programming etc
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.