stlink

Flash your STM32 / stlink V2 device from Atom with stlink

wendlers

1,980

0

0.1.1

MIT

GitHub

This package consumes the following services:

atom-stlink - stlink V2 integration for Atom

This package allows you to flash your STM32/stlink V2 device from within Atom using stlink. It is meant as an extension to the build-med to allow flashing the results from the mbed-cli build process.

Features

screenshot

Prerequisites

To use stlink, make sure you installed the st-flash and st-info binaries on your system. See instructions here on how to get the binaries.

Installation

To install this package from the package repository:

apm install stlink

Or install from git:

cd $HOME/$MY_GIT_REPOS
git clone https://github.com/wendlers/atom-stlink

Change into the newly cloned directory and link the package into your atom install:

cd atom-stlink
apm link

Next, install required node packages:

apm install

Now, when you start your atom next time, you might be asked to install the some dependencies.

Usage

Quick Start

Configuration Parameters

The following could be set in the stlink panel:

In the package settings the following could be configured:

Available Functions

The following functions could be performed (from the stlink panel,the menu, the context-menu or by keyboard shortcut):