/nrf52-keil-unity

Template for unit test on nrf52 chips

Primary LanguageC

nrf52-keil-unity

Template for nrf52-projects with Keil uVision as IDE and Unity as test framework.

Init

The test framework Unity and the nrfx library are located in the lib directory as a git submoule. Therefore the following commands need to be executed for initialization.

git submodule init
git submodule update