Commit graph

11 commits

Author SHA1 Message Date
Kristian Sloth Lauszus
6c36eed239 Renamed USB class to USBHost, so it does not collide with the one defined in the Arduino Zero core
Also renamed the struct UsbDevice to UsbDeviceDefinition
2016-01-19 16:34:45 +01:00
Ivan Kravets
906e6c0694 Cache @PlatformIO packages using @travis-ci container-based infrastructure 2015-10-19 15:57:59 +01:00
Kristian Sloth Lauszus
6d88254989 Migrate Travis from legacy to container-based infrastructure
See: http://docs.travis-ci.com/user/migrating-from-legacy
2015-07-24 00:31:15 +02:00
Ivan Kravets
0811d917d7 Switch to stable release of @PlatformIO 2015-05-27 17:14:31 +03:00
Kristian Sloth Lauszus
81ba812611 Use PLATFORMIO_BUILD_FLAGS to define WIICAMERA 2015-05-23 18:53:37 +02:00
Kristian Sloth Lauszus
30e399f276 Remove all files names from .travis.yml to make it consistent 2015-05-23 16:14:11 +02:00
Ivan Kravets
aceb03a948 Improve examples handling 2015-05-23 15:14:04 +03:00
Ivan Kravets
ee4a1fdd12 Use external libs from submodules 2015-05-23 13:00:46 +03:00
Kristian Sloth Lauszus
c7f9ed65e9 Don't run examples inside submodules and add libraries needed by testusbhostFAT.ino 2015-05-23 03:03:42 +02:00
Kristian Sloth Lauszus
251efba57b Added all example to .travis.yml
The list was generated using:
find . -type f  -name '*.ino' | awk '{ print "- PLATFORMIO_CI_SRC="$1 }' | sed 's/.\///'
2015-05-23 02:17:11 +02:00
Ivan Kravets
4839669636 Continuous Integration with TravisCI + PlatformIO
More details http://docs.platformio.org/en/latest/ci/travis.html
2015-05-23 00:00:46 +03:00