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

"Basic" ST-Link/v2 support #20

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

"Basic" ST-Link/v2 support #20

wants to merge 8 commits into from

Conversation

wldhx
Copy link

@wldhx wldhx commented Dec 24, 2016

Implements ST-Link/v2, an ubiquitous and cheap (ca. $5 on Aliexpress) programmer, support for posix platforms.

  • "basic" .stlinkv2 targets: flash, reset, erase
  • debugging with gdb
  • "unitargets": Have stdtargets (like flash) default to stlink if PROGRAMMER = stlinkv2 is set
  • Add a README section

Also see #19.

@wldhx wldhx mentioned this pull request Jan 27, 2017
2 tasks
@wldhx wldhx changed the title [WIP] ST-Link/v2 support [WIP] "Basic" ST-Link/v2 support Jan 27, 2017
…bug}

Specifying `PROGRAMMER` in a project Makefile is used to change actual
commands being invoked. Defaults to jlink.
Specific commands like `flash.stlinkv2` remain available.
@wldhx wldhx changed the title [WIP] "Basic" ST-Link/v2 support "Basic" ST-Link/v2 support Feb 10, 2017
@wldhx
Copy link
Author

wldhx commented Feb 10, 2017

@brghena, @bradjc I think I'm more or less done - could you review?

motorica-org-bot pushed a commit to motorica-org/telemetry-hardware-nrf51822-nrf5xbase that referenced this pull request Feb 17, 2017
Necessary to support flashing via STLink until lab11/nrf5x-base#20 is merged.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant