diond31 / QStlink2

Cross-platform STLink v2 GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QSTLink2

GitHub version
Travis Build Status Travis - Ubuntu 14.04 - Qt5.2.1
Jenkins Build Status Jenkins - Ubuntu 16.04 - Qt5.5.1

Description

QSTLink2 is a cross-platform STLinkV2 GUI.

It can perform the following actions:

  • Write
  • Read
  • Verify
  • Erase

Downloads

Windows binaries:

Ubuntu PPA:

Building on Linux

Build dependencies:

  • libusb-1.0
  • QtUSB (included)
  • qt5-qmake
  • qtbase5-dev
  • libqt5gui5
  • libqt5xml5

Build steps:

git clone git@github.com:fpoussin/QStlink2.git
git submodule update --init
qt5-qmake
make
sudo make install  # Optional

Building in Windows

You will need to run these commands from MSVC's CLI (I use MSVC2015 community) You might need to install windows driver SDK (WDK) to get WinUSB libs/headers. You can also build from Qt Creator, which is a lot easier.

I recommend that you build/download a static version of Qt 5 for Windows.
You can find a guide here: https://github.com/fpoussin/Qt5-MSVC-Static

Dependencies:

  • MSVC 2010 or better (community/express editions work fine)
  • WinUsb (WDK)
  • QtUSB (included)
  • Qt 5.2 SDK or newer

Build steps:

git clone git@github.com:fpoussin/QStlink2.git
git submodule update --init
qmake
nmake

About

Cross-platform STLink v2 GUI

License:Other


Languages

Language:C 97.7%Language:C++ 2.1%Language:Python 0.1%Language:QMake 0.1%Language:Makefile 0.0%Language:HTML 0.0%