jkiv / icepool-driver

C library for interfacing with icepool-board on Linux using libftdi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

icepool-driver

A C library for interfacing with icepool-board on Linux using libftdi.

Building

Building requires make, gcc, libftdi1, and libusb.

$ make -C src/ all

This will produce libicepool.so and libicepool-d.so shared libraries in src/.

Python3 Bindings

This project also contains Python3 bindings for the libicepool.so shared library.

$ make -C src/ python

This will produce icepool-1.0.0.tar.gz in src/bindings/python3-ctypes/dist.

TODO pip install icepool

API

TODO

Donate

Please consider supporting this project and others like it by donating:

About

C library for interfacing with icepool-board on Linux using libftdi.

License:BSD 2-Clause "Simplified" License


Languages

Language:C 58.4%Language:Python 17.7%Language:Makefile 12.7%Language:Verilog 11.2%