dean
|
28a670a751
|
add io platforms
|
2018-06-20 13:17:56 -04:00 |
|
ladyada
|
d96175195d
|
change to use feather
|
2018-05-20 13:54:04 -04:00 |
|
ladyada
|
3bc4c7f478
|
fixup esp32
|
2018-05-20 13:25:53 -04:00 |
|
ladyada
|
e19106157d
|
step by step
|
2018-05-20 13:22:30 -04:00 |
|
ladyada
|
c290eb7d12
|
try esp32?
|
2018-05-20 13:15:38 -04:00 |
|
mattheuslee
|
91b828ce75
|
Add mega2560 to main platforms
|
2018-04-29 14:29:51 +08:00 |
|
dean
|
765f1bf593
|
DM: add m4 to main platforms
|
2018-04-12 15:12:23 -04:00 |
|
dean
|
0b2854c66a
|
DM: add m4 to samd and standalone m4 platform
|
2018-04-12 15:04:17 -04:00 |
|
deanm1278
|
e74dc2f3fb
|
Update install.sh
|
2018-02-13 14:03:19 -05:00 |
|
deanm1278
|
d66d6e3362
|
Update install.sh
|
2018-02-13 13:28:52 -05:00 |
|
ladyada
|
d9fa5f6769
|
add adafruit samd, try with board-support repo
|
2018-02-06 22:08:23 -05:00 |
|
dean
|
00c74e0422
|
DM: adding cplay platforms
|
2018-01-17 15:38:30 -05:00 |
|
ladyada
|
232429b5f9
|
not available!
|
2018-01-15 12:25:15 -05:00 |
|
ladyada
|
cfe54be1aa
|
shh
|
2018-01-15 02:14:47 -05:00 |
|
ladyada
|
dae5547161
|
fix up zero & library additioning dox
|
2018-01-13 23:45:31 -05:00 |
|
ladyada
|
7d75dd1718
|
add flash and cpu deets to esp
|
2018-01-13 23:03:56 -05:00 |
|
ladyada
|
6b5c4a567f
|
bump arduino to 1.8.5
|
2018-01-13 22:49:09 -05:00 |
|
Oli
|
c71dab3f42
|
Merge branch 'master' of https://github.com/chatelao/travis-ci-arduino
|
2016-01-13 21:07:21 +01:00 |
|
Oli
|
df7096f8d5
|
Add: Support for SAMD/Zero boards
|
2016-01-13 21:06:27 +01:00 |
|
Todd Treece
|
b4aea17737
|
roll back to arduino 1.6.5
|
2015-12-08 10:39:57 -05:00 |
|
Todd Treece
|
3c75d986ee
|
update to arduino 1.6.6
|
2015-11-21 10:37:58 -05:00 |
|
Olivier Chatelain
|
87e7aebce8
|
Chg: Allow use of any board available, not only from the plattform list
|
2015-08-01 11:09:33 +02:00 |
|
Olivier Chatelain
|
9fe7d4cd9c
|
Add: Log the maximal warnings from the compiler
|
2015-07-30 18:34:34 +02:00 |
|
Olivier Chatelain
|
ea0e4a3e9d
|
Chg: Add double quotes to output the newlines
|
2015-07-30 18:19:34 +02:00 |
|
Todd Treece
|
3d9b0ec940
|
make a couple install steps easier to parse visually
|
2015-07-30 09:53:43 -04:00 |
|
Todd Treece
|
6c23ed2857
|
fix exit code error. $? was reading the exit code of local
more info:
http://mywiki.wooledge.org/BashPitfalls#local_varname.3D.24.28command.29
|
2015-07-30 09:27:33 -04:00 |
|
Todd Treece
|
791c6fe40f
|
echo build stdout to help debug false positives
|
2015-07-30 07:03:44 -04:00 |
|
Todd Treece
|
2f37c7475b
|
adds arduino verify exit code debug statement
|
2015-07-30 06:52:08 -04:00 |
|
Todd Treece
|
376ed78e55
|
remove quote double escape
|
2015-07-29 18:45:01 -04:00 |
|
Todd Treece
|
37316079e5
|
try a different approach for find -> bash array
|
2015-07-29 18:35:00 -04:00 |
|
Todd Treece
|
3979e5e4fd
|
change example array type
|
2015-07-29 18:13:11 -04:00 |
|
Todd Treece
|
d1ff4aca05
|
fix example array parsing
|
2015-07-29 18:08:37 -04:00 |
|
Todd Treece
|
09315f3aa8
|
convert example find result to bash array
|
2015-07-29 13:49:28 -04:00 |
|
Todd Treece
|
7306ce4980
|
remove debug statements
|
2015-07-29 13:25:32 -04:00 |
|
Todd Treece
|
9d82b385b8
|
attempt to get at last element in example array
|
2015-07-29 13:19:16 -04:00 |
|
Todd Treece
|
988b61f6e0
|
escape json quotes
|
2015-07-29 13:09:56 -04:00 |
|
Todd Treece
|
60201577de
|
fix a couple numeric operator issues
|
2015-07-29 12:58:59 -04:00 |
|
Todd Treece
|
75c433f5a6
|
switch json sketch arg order
|
2015-07-29 12:48:55 -04:00 |
|
Todd Treece
|
6624cb3731
|
try removing escaped quotes in json function call
|
2015-07-29 12:44:23 -04:00 |
|
Todd Treece
|
7f91f34074
|
fix json build argument count
|
2015-07-29 12:38:22 -04:00 |
|
Todd Treece
|
90407828e9
|
quote function json arguments
|
2015-07-29 12:37:23 -04:00 |
|
Todd Treece
|
74dee5133a
|
output json build status
|
2015-07-29 12:29:43 -04:00 |
|
Todd Treece
|
b06492910d
|
fix icon output
|
2015-07-29 11:38:46 -04:00 |
|
Todd Treece
|
ce81a83a06
|
simplify build output, and only output failures
|
2015-07-29 11:30:06 -04:00 |
|
Todd Treece
|
2f0d958e14
|
adds top level json generation with stats
|
2015-07-29 10:29:56 -04:00 |
|
Todd Treece
|
4718f90879
|
adds platform json generation
|
2015-07-29 10:06:26 -04:00 |
|
Todd Treece
|
7958a1bbac
|
adds json generation for sketch builds
|
2015-07-29 09:54:34 -04:00 |
|
Todd Treece
|
e285e72772
|
start tracking build status of each example
|
2015-07-29 09:54:06 -04:00 |
|
Todd Treece
|
d1e691ffc3
|
adds travis_skip bash function example to readme
|
2015-07-27 13:13:44 -04:00 |
|
Todd Treece
|
a64a67d626
|
build_examples -> build_platform
|
2015-07-27 12:15:09 -04:00 |
|