Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Semiconductor

Usage: mane [(-f|--find) | (-j|--jedec) | (-r|--reset) | FILE]
program bitstream

Available 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
```