Skip to content

Commit 6c0a99b

Browse files
committed
reduce dependency on tinyusb lib
install pico pio usb in ci
1 parent 64546da commit 6c0a99b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: bash ci/actions_install.sh
4343

4444
- name: Install Libraries for building examples
45-
run: arduino-cli lib install "Adafruit SPIFlash" "MIDI Library" "Adafruit seesaw Library" "Adafruit NeoPixel" "SdFat - Adafruit Fork" "SD" "Adafruit Circuit Playground" "Adafruit InternalFlash"
45+
run: arduino-cli lib install "Adafruit SPIFlash" "MIDI Library" "Adafruit seesaw Library" "Adafruit NeoPixel" "SdFat - Adafruit Fork" "SD" "Adafruit Circuit Playground" "Adafruit InternalFlash" "Pico PIO USB"
4646

4747
- name: test platforms
4848
run: python3 ci/build_platform.py ${{ matrix.arduino-platform }}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ category=Communication
88
url=https://github.com/adafruit/Adafruit_TinyUSB_Arduino
99
architectures=*
1010
includes=Adafruit_TinyUSB.h
11-
depends=Adafruit SPIFlash, MIDI Library, Adafruit seesaw Library, Adafruit NeoPixel, SdFat - Adafruit Fork
11+
depends=Adafruit SPIFlash, MIDI Library, SdFat - Adafruit Fork

0 commit comments

Comments
 (0)