slashdevteam / wunderbar-nrf-master

ninja + GCC build for Wunderbar NRF51822 master module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wunderbar NRF51822 master module

This software is adaptation of original WunderBar firmware.

What's needed:

Setup:

Set correct paths to GCC, NRF SDK and NRF Softdevice in build.ninja

  • GCC_ARM = /path/to/arm/gcc/bin
  • NORDIC_SDK_BASE = /path/to/main/SDK/folder
  • Softdevice folder and softdevice hex file should not have version in name (ie: s120_nrf51822 / s120_nrf51822_softdevice.hex) and should be located under $NORDIC_SDK_BASE

Build:

  • ninja flashsoftdevice - needed only once, if JLink does not work try: nrfjprog --program ../$NORDIC_SDK_BASE/s120_nrf51822/s120_nrf51822_softdevice.hex --chiperase
  • ninja flash - updates the application

License and copyright

Adaptations: Copyright (c) 2018 Slashdev SDG UG Original copyright: Copyright (c) 2014 relayr

This software is licensed under MIT license.

About

ninja + GCC build for Wunderbar NRF51822 master module

License:MIT License


Languages

Language:C 92.6%Language:C++ 5.2%Language:Assembly 2.2%