File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 10
10
env :
11
11
global :
12
12
- PRETTYNAME="Adafruit TinyUSB Library"
13
+ - BSP_PATH="$HOME/.arduino15/packages/adafruit/hardware"
13
14
# - DOXYFILE=$TRAVIS_BUILD_DIR/.doxyfile
14
15
15
16
addons :
@@ -24,6 +25,14 @@ before_install:
24
25
# add tinyusb option for m4
25
26
- sed -i 's/\(m4:speed=120\)/\1,usbstack=tinyusb/g' install.sh
26
27
- source install.sh
28
+ # Remove release code and clone git master of nRF52
29
+ - BSP_VERSION=`eval ls $BSP_PATH/nrf52`
30
+ - rm -r $BSP_PATH/nrf52/*
31
+ - git clone --quite https://github.com/adafruit/Adafruit_nRF52_Arduino.git $BSP_PATH/nrf52/$BSP_VERSION
32
+ # Remove release code and clone git master of SAMD
33
+ - BSP_VERSION=`eval ls $BSP_PATH/samd`
34
+ - rm -r $BSP_PATH/samd/*
35
+ - git clone --quite https://github.com/adafruit/ArduinoCore-samd.git $BSP_PATH/samd/$BSP_VERSION
27
36
28
37
install :
29
38
- arduino --install-library "Adafruit SPIFlash","MIDI Library","Adafruit seesaw Library"
You can’t perform that action at this time.
0 commit comments