| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 22:30:08 GMT
X-Served-By: cache-dfw-kdal2120147-DFW, cache-bom-vanm7210087-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768689008.842925,VS0,VE376
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
STLinkUSB: STLink USB interface in Haskell
[Skip to Readme]
STLinkUSB: STLink USB interface in Haskell
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
[Index]
Downloads
- STLinkUSB-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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] |
| Tested with | ghc ==8.2.1 |
| License | BSD-3-Clause |
| Author | 2015-2017 Marc Fontaine <Marc.Fontaine@gmx.de> |
| Maintainer | 2015-2017 Marc Fontaine <Marc.Fontaine@gmx.de> |
| Uploaded | by MarcFontaine at 2017-11-03T13:53:05Z |
| Category | Hardware, STM32, Microcontroller |
| Source repo | head: git clone git://github.com/MarcFontaine/stm32hs |
| Distributions | |
| Reverse Dependencies | 1 direct, 1 indirect [details] |
| Downloads | 1917 total (6 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

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.