A simple Makefile template to cross-compile C programs for Intel Galileo.
(Sorry, for Linux only, for now.)
- First, you have to download Galileo Arduino IDE from Intel website.
Drivers | Intel Communities
https://communities.intel.com/docs/DOC-22226
/*! | |
* quantize.js Copyright 2008 Nick Rabinowitz. | |
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php | |
*/ | |
// fill out a couple protovis dependencies | |
/*! | |
* Block below copied from Protovis: http://mbostock.github.com/protovis/ | |
* Copyright 2010 Stanford Visualization Group | |
* Licensed under the BSD License: http://www.opensource.org/licenses/bsd-license.php |
A simple Makefile template to cross-compile C programs for Intel Galileo.
(Sorry, for Linux only, for now.)
notifications: | |
email: false | |
sudo: false | |
language: c | |
matrix: | |
fast_finish: true | |
include: |