klangner / vanes

Library for building test boards for embedded CI development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanes: CI testing for embedded systems.

Program for executing continuous integration test targeting embedded boards. This program uses GPIO to connect to the testing board. Then runs tests which set board inputs (via GPIO) and monitors its outputs.

Installation

Features

  • Define system as collection of states, and transitions between states (State Machine).
  • Check state of:
    • Digit pin
  • Execute action
    • Set value on digital pin

Commands

cargo build --target=armv7-unknown-linux-gnueabihf

Useful links

About

Library for building test boards for embedded CI development

License:BSD 2-Clause "Simplified" License


Languages

Language:Rust 96.8%Language:Shell 3.2%