Kristian Sloth Lauszus
0512fec2df
Skip Arduino Uno on those examples that won't fit into memory
2018-09-11 10:06:47 +02:00
Kristian Sloth Lauszus
6cc77dcf53
Enable unused function warning on the ESP platforms, as the fix is now merged upsteam
2018-01-14 16:06:59 +01:00
kn1cht
a7f67cdfc6
Add ESP32 pin settings
2018-01-14 02:46:36 +09:00
Kristian Sloth Lauszus
14fec8dab8
Merge branch 'master' into ESP8266
...
* master:
Update MIDI driver v0.3.2
Fix missing unsigned comparison.
Release version 1.3.0
Added intel_arc32 to PlatformIO platforms
Fixed type in waitingForConnection variable and set it to false when pairing
Use descriptor length in order to advance the buffer when parsing the descriptors
2017-05-11 00:12:30 +02:00
Kristian Sloth Lauszus
f901a79304
Merge branch 'Travis' into ESP8266
...
* Travis:
Try to set build flags
# Conflicts:
# .travis.yml
2017-05-10 00:44:39 +02:00
Kristian Sloth Lauszus
9de76a07dc
14cf737d7d
is no longer needed
2017-03-22 14:10:39 +01:00
Yuuichi Akagawa
43f423e15d
Update MIDI driver v0.3.2
2017-02-26 23:01:08 +09:00
Kristian Sloth Lauszus
4cb265e9a8
Merge branch 'master' into ESP8266
...
* master:
millis() is 64-bits on the Arduino/Genuino 101
CLOCK_SPEED is now correctly defined as an int instead of a double
Define CLOCK_SPEED as type int
Add genuino101 to travis, remove call to setClockDivider (obsolete)
Remove duplicate code
Add Arduino 101 mods from https://github.com/KitPan/USB_Host_Shield_2.0
# Conflicts:
# .travis.yml
2017-02-06 14:45:33 +01:00
Kristian Sloth Lauszus
695325c178
CLOCK_SPEED is now correctly defined as an int instead of a double
...
See: edcc7062ae
2017-02-06 13:06:13 +01:00
Joe Bowbeer
56c6e3d42b
Define CLOCK_SPEED as type int
2017-02-06 12:43:36 +01:00
Joe Bowbeer
e2902bd8a1
Add genuino101 to travis, remove call to setClockDivider (obsolete)
2017-02-06 12:43:02 +01:00
Kristian Sloth Lauszus
7b0487da80
Try to set build flags
2017-02-01 16:53:31 +01:00
Kristian Sloth Lauszus
14cf737d7d
Only ignore unused functions when building for the ESP8266
...
This should be removed when the ESP8266 core is updated in PlatformIO: https://github.com/esp8266/Arduino/pull/2881
2017-02-01 12:26:27 +01:00
Kristian Sloth Lauszus
8f44b62470
Only define WIICAMERA for WiiIRCamera example
2017-02-01 11:20:09 +01:00
Kristian Sloth Lauszus
d9b32ad745
Merge branch 'master' into ESP8266
...
* master:
Re-enable strict-aliasing warnings for Travis build
Only show build status for master branch
Address "dereferencing type-punned pointer" warnings.
# Conflicts:
# .travis.yml
2017-01-31 22:14:25 +01:00
Kristian Sloth Lauszus
f89593e4ce
Re-enable strict-aliasing warnings for Travis build
...
See #280
2017-01-31 01:18:38 +01:00
Kristian Sloth Lauszus
46a036cbd4
Merge branch 'master' into ESP8266
...
* master:
The Xbox button on the Xbox One controller was not read properly
Added support for Teensy 3.5 and 3.6
# Conflicts:
# .travis.yml
2016-12-07 14:30:20 -06:00
Kristian Sloth Lauszus
6ec044c230
Added support for Teensy 3.5 and 3.6
2016-11-26 23:46:03 -06:00
Kristian Sloth Lauszus
736eebcc36
Do not generate warnings for unused functions
2016-10-25 00:07:52 -05:00
Kristian Sloth Lauszus
f087a57895
Added support for ESP8266
...
Fixes #262
2016-10-25 00:07:51 -05:00
Kristian Sloth Lauszus
7efc0c766e
Warnings in the MIDI library were fixed upstream: 5b3e4ac097
.
2016-04-24 23:49:53 +02:00
Kristian Sloth Lauszus
43b0736cf3
Just skip the bidrectional_converter example for now
2016-04-24 09:58:03 +02:00
Kristian Sloth Lauszus
0c70f742db
Don't treat warnings as errors in the bidrectional_converter example
2016-04-24 02:51:10 +02:00
Kristian Sloth Lauszus
c2a0c98d71
Disable some more warnings in the MIDI examples
2016-04-24 02:37:34 +02:00
Kristian Sloth Lauszus
738adc67f6
Fixed some warnings in the MIDI examples
2016-04-24 02:02:33 +02:00
Kristian Sloth Lauszus
412c6665e2
Added some missing examples to travis build
2016-04-24 01:38:08 +02:00
Kristian Sloth Lauszus
938880b71d
Ignore strict-aliasing warning
2016-04-19 17:04:20 +02:00
Kristian Sloth Lauszus
38ed04fe77
Turn on warnings when building using Travis and make all warnings errors
...
This should catch warnings when people are sending PRs. For instance: 178af85a26
2016-04-19 12:03:39 +02:00
Kristian Sloth Lauszus
fc0f7ead5d
Try to enable serial debugging in Travis again
2016-04-14 23:02:12 +02: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