Skip to content
/ vanes Public

Library for building test boards for embedded CI development

License

Notifications You must be signed in to change notification settings

klangner/vanes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published