Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support to choose between JLINK and BMP as programmers #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 27, 2017

  1. Adds support to choose between JLINK and BMP as programmers

    The targets of flash, flash_softdevice and erase work based
    on what the variable DEBUGGER is set as: JLINK or BMP.
    EarthLord committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    c798dce View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. Configuration menu
    Copy the full SHA
    7b818d4 View commit details
    Browse the repository at this point in the history
  2. Adds Makefile variable for BMP port and nrfjprog path

    This commit removes the hardcoding of the BMP port to /dev/ttyBmpGdb
    so that people using other OS apart from Linux can set it appropriately.
    EarthLord committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    dcd5ddf View commit details
    Browse the repository at this point in the history