STLinkUSB: STLink USB interface in Haskell

[ bsd3, hardware, library, microcontroller, stm32 ] [ Propose Tags ]

This package contains a Haskell driver for ST-Link USB dongles. My use case for this driver is the STM32-Zombie library. The STM32-Zombie library turns a STM32 micro-controller into a powerful Haskell-hackable hardware interface. The library is a based on information from the openocd library.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1
Dependencies base (>=4.9 && <5), binary (>=0.8 && <0.9), bytestring (>=0.10 && <0.11), transformers (>=0.5 && <0.6), usb (>=1.3 && <1.4), vector (>=0.12 && <0.13) [details]
License BSD-3-Clause
Author 2015-2017 Marc Fontaine <Marc.Fontaine@gmx.de>
Maintainer 2015-2017 Marc Fontaine <Marc.Fontaine@gmx.de>
Category Hardware, STM32, Microcontroller
Source repo head: git clone git://github.com/MarcFontaine/stm32hs
Uploaded by MarcFontaine at 2017-11-03T13:53:05Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1822 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-11-03 [all 1 reports]

Readme for STLinkUSB-0.1.1

[back to package description]

STLinkUSB

ST-Link USB dongle

This package contains a Haskell driver for ST-Link USB dongles. My use case for this driver is the STM32-Zombie library. The STM32-Zombie library turns a STM32 micro-controller into a powerful Haskell-hackable hardware interface. The library is a based on information from the openocd library.

Haddock documentation