Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meyskens/continuous-ino
continuous integration for Arduino
https://github.com/meyskens/continuous-ino
arduino ci unit-testing
Last synced: about 23 hours ago
JSON representation
continuous integration for Arduino
- Host: GitHub
- URL: https://github.com/meyskens/continuous-ino
- Owner: meyskens
- License: gpl-3.0
- Created: 2017-10-14T09:44:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T17:41:24.000Z (about 7 years ago)
- Last Synced: 2024-11-21T10:38:06.628Z (2 months ago)
- Topics: arduino, ci, unit-testing
- Language: Go
- Size: 8.91 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Continuous Ino - CI server for Arduino [![Build Status](https://travis-ci.org/meyskens/continuous-ino.svg?branch=master)](https://travis-ci.org/meyskens/continuous-ino)
======================================Continuous Ino is a CI software designed to run unit tests in Arduino based hardware using frameworks like [arduinounit](https://github.com/mmurdoch/arduinounit).
Continuous Ino will upload the code from a GitHub repository, run the tests and even emulates components. Continuous Ino itself runs on a Raspberry Pi, using a special designed PCB it's GPIO pins power an Arduino (nano) and is able to send and receive to the Arduino's interfaces. Both analog and digital signals are supported.## Background
Continuous Ino is developed for an international collaboration between TH Köln and Thomas More Geel. Since we have never seen a solution like this we've decided to open source our work under the GPL License following Arduino itself.## Project by
- Ben De Breuker
- Maartje Eyskens
- Kristie Lim