mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Merge pull request #152 from ivankravets/master
Continuous Integration with Travis.CI + PlatformIO
This commit is contained in:
commit
e4233ea53c
2 changed files with 16 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
|
||||||
|
env:
|
||||||
|
- PLATFORMIO_CI_SRC=examples/Bluetooth/PS3SPP/PS3SPP.ino
|
||||||
|
- PLATFORMIO_CI_SRC=examples/pl2303/pl2303_gps/pl2303_gps.ino
|
||||||
|
|
||||||
|
install:
|
||||||
|
- python -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
|
||||||
|
- wget https://github.com/xxxajk/spi4teensy3/archive/master.zip -O /tmp/spi4teensy3.zip
|
||||||
|
- unzip /tmp/spi4teensy3.zip -d /tmp
|
||||||
|
|
||||||
|
script:
|
||||||
|
- platformio ci --lib="." --lib="/tmp/spi4teensy3-master" --board=uno --board=teensy31 --board=due
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
The code is released under the GNU General Public License.
|
The code is released under the GNU General Public License.
|
||||||
__________
|
__________
|
||||||
|
[![Build Status](https://travis-ci.org/felis/USB_Host_Shield_2.0.svg)](https://travis-ci.org/felis/USB_Host_Shield_2.0)
|
||||||
|
|
||||||
# Summary
|
# Summary
|
||||||
This is Revision 2.0 of MAX3421E-based USB Host Shield Library for AVR's.
|
This is Revision 2.0 of MAX3421E-based USB Host Shield Library for AVR's.
|
||||||
|
|
Loading…
Reference in a new issue