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]

Modules

[Last Documentation]

  • STM32
    • STM32.STLinkUSB
      • STM32.STLinkUSB.Commands
      • STM32.STLinkUSB.CortexM
      • STM32.STLinkUSB.Dongle
      • STM32.STLinkUSB.Env
      • STM32.STLinkUSB.MemRW
      • STM32.STLinkUSB.Test
      • STM32.STLinkUSB.TwoBoards
      • STM32.STLinkUSB.USBUtils
      • STM32.STLinkUSB.USBXfer

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 none
Revised Revision 1 made by MarcFontaine at 2017-11-03T12:31:21Z
Category Hardware, STM32, Microcontroller
Source repo head: git clone git://github.com/MarcFontaine/STLinkUSB
Uploaded by MarcFontaine at 2017-10-27T16:32:29Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 1827 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-10-27 [all 3 reports]

Readme for STLinkUSB-0.1.0

[back to package description]

STLinkUSB

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