Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/standardsemiconductor/mane
VELDT Programmer
https://github.com/standardsemiconductor/mane
ftdi hardware haskell usb
Last synced: 2 days ago
JSON representation
VELDT Programmer
- Host: GitHub
- URL: https://github.com/standardsemiconductor/mane
- Owner: standardsemiconductor
- License: mit
- Created: 2020-06-12T11:46:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T12:16:32.000Z (6 months ago)
- Last Synced: 2024-06-02T00:25:57.835Z (6 months ago)
- Topics: ftdi, hardware, haskell, usb
- Language: Haskell
- Homepage: https://standardsemiconductor.com
- Size: 108 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# mane
[![Haskell CI](https://github.com/standardsemiconductor/mane/actions/workflows/haskell.yml/badge.svg)](https://github.com/standardsemiconductor/mane/actions/workflows/haskell.yml)## Library
See [`src/Mane.hs`](https://github.com/standardsemiconductor/mane/blob/master/src/Mane.hs)## Executable
```
mane - VELDT programmer - Standard SemiconductorUsage: mane [(-f|--find) | (-j|--jedec) | (-r|--reset) | FILE]
program bitstreamAvailable options:
-f,--find Find FPGA device, print description if found.
-j,--jedec Read JEDEC ID
-r,--reset Toggle CRESETB
-h,--help Show this help text
```### Example executable usage:
Program Blinker bitstream onto the VELDT...
```console
foo@bar:~/mane$ cabal run mane -- example/Blinker.bin
```