STLinkUSB-0.1.1: STLink USB interface in Haskell

Copyright(c) Marc Fontaine 2017
LicenseBSD3
MaintainerMarc.Fontaine@gmx.de
Stabilityexperimental
PortabilityGHC-only
Safe HaskellSafe
LanguageHaskell2010

STM32.STLinkUSB.Commands

Description

The bits, bytes and constants of the STLink protocoll. The constants have been looked up a corresponding driver that is part of the openocd library. Some parts have been added for completeness (but have not been tested so far).

Synopsis

Documentation

data Version Source #

Constructors

Version 

Fields

data API Source #

APIV1 is NOT supported ! Todo remove old APIV1 stuff. | todo

Constructors

APIV1 
APIV2 

Instances

Eq API Source # 

Methods

(==) :: API -> API -> Bool #

(/=) :: API -> API -> Bool #

Show API Source # 

Methods

showsPrec :: Int -> API -> ShowS #

show :: API -> String #

showList :: [API] -> ShowS #