Skip to content

Commit 02fef74

Browse files
committed
test travis
1 parent 427e98d commit 02fef74

File tree

2 files changed

+33
-5
lines changed

2 files changed

+33
-5
lines changed

.travis.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
language: c
2+
sudo: false
3+
cache:
4+
directories:
5+
- ~/arduino_ide
6+
- ~/.arduino15/packages/
7+
git:
8+
depth: false
9+
quiet: true
10+
env:
11+
global:
12+
- PRETTYNAME="Adafruit QSPI Library"
13+
#- DOXYFILE=$TRAVIS_BUILD_DIR/.doxyfile
14+
15+
before_install:
16+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
17+
18+
install:
19+
- arduino --install-library "Adafruit SPIFlash","Adafruit QSPI"
20+
21+
script:
22+
- build_m4_platforms
23+
24+
# Generate and deploy documentation
25+
after_success:
26+
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/library_check.sh)
27+
#- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/doxy_gen_and_deploy.sh)

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Adafruit_TinyUSB_Arduino
2-
TinyUSB stack library for Arduino IDE. This library works with core platform that support TinyUSB stack, typically you will see folder `Adafruit_TinyUSB_Core` inside core folder. Support platform are:
32

4-
- <https://github.com/adafruit/Adafruit_nRF52_Arduino>
5-
- <https://github.com/adafruit/ArduinoCore-samd> `TinyUSB` must be selected in `Tools->USB Stack`
3+
[TinyUSB](https://github.com/hathach/tinyusb) library for Arduino IDE. This library works with core platform that includes TinyUSB stack, typically you will see **Adafruit_TinyUSB_Core** inside core folder. Supported platform are:
64

7-
In addition to CDC that provided by the core, this library provide platform-independent MSC, HID
5+
- [Adafruit_nRF52_Arduino](https://github.com/adafruit/Adafruit_nRF52_Arduino)
6+
- [Adafruit ArduinoCore-samd](https://github.com/adafruit/ArduinoCore-samd) **TinyUSB** must be selected in menu `Tools->USB Stack`
87

9-
More document to write ...
8+
In addition to CDC that provided by the platform core, this library provide platform-independent MSC, HID
9+
10+
More document to write ...

0 commit comments

Comments
 (0)