Skip to content

Commit 02c478e

Browse files
committed
add rp2040 to ci
skip msc with sdfat example for rp2040 due to SdFat compile error
1 parent c7387f6 commit 02c478e

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ assignees: ''
1212
- Your OS (mac/windows/linux) and Arduino IDE version
1313
- Your Board and BSP version
1414
- TinyUSB library version
15+
- Sketch: If is your custom sketch, please provide a minimal sketch as attached file
1516

1617
**Describe**
1718

@@ -30,4 +31,4 @@ If applicable, add screenshots to help explain your problem.
3031

3132
**Log**
3233

33-
If applicable, provide your Serial log. If the log is too long, attach it as txt file instead.
34+
If applicable, provide your Serial log as attached txt file.

.github/workflows/githubci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
- 'cpb'
1414
- 'nrf52840'
1515
# RP2040
16-
#- 'feather_rp2040_tinyusb'
17-
#- 'pico_rp2040_tinyusb'
16+
- 'feather_rp2040_tinyusb'
1817
# SAMD
1918
- 'feather_m4_can_tinyusb'
2019
- 'metro_m0_tinyusb'

examples/Composite/mouse_external_flash/.feather_rp2040_tinyusb.test.skip

Whitespace-only changes.

examples/MassStorage/msc_external_flash/.feather_rp2040_tinyusb.test.skip

Whitespace-only changes.

examples/MassStorage/msc_external_flash_sdcard/.feather_rp2040_tinyusb.test.skip

Whitespace-only changes.

examples/MassStorage/msc_sd/.feather_rp2040_tinyusb.test.skip

Whitespace-only changes.

examples/MassStorage/msc_sdfat/.feather_rp2040_tinyusb.test.skip

Whitespace-only changes.

0 commit comments

Comments
 (0)