Skip to content

matwey/libopenvizsla

Repository files navigation

CMake Build Status CodeQL

libopenvizsla

An attempt to reimplement OpenVizsla host software in plain C.

Building

Following components are required to build libopenvizsla:

  • check - unit testing framework for C;
  • cmake - cross-platform open-source build system;
  • gperf - a perfect hash function generator;
  • libftdi - FTDI USB userspace driver;
  • libzip - C library for reading, creating, and modifying zip archives;

Then, the library can be compiled as the following:

mkdir build && cd build
cmake ..
make all test

Development

Any pull-requests to the project are always welcome.

About

Host applications for OpenVizsla USB tool

Topics

Resources

License

LGPL-3.0, MIT licenses found

Licenses found

LGPL-3.0
LICENSE
MIT
LICENSE.ovextcap

Stars

Watchers

Forks

Packages

No packages published