Skip to content

Commit 27e271c

Browse files
refactor: replace midi2_host (Waveshare) with midi2_host_feather
Remove the Waveshare RP2350-USB-A host example and board definition. The Feather RP2040 USB Host is the TinyUSB reference board for PIO-USB host and does not require the CFG_TUSB_DEBUG workaround needed by the Waveshare (R13 pull-up issue). One host example is sufficient for the PR. The Feather variant has an improved display with splash, spinner, and 6-line live view.
1 parent 9462bd2 commit 27e271c

File tree

10 files changed

+1
-916
lines changed

10 files changed

+1
-916
lines changed

examples/host/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set(EXAMPLE_LIST
1313
device_info
1414
hid_controller
1515
midi_rx
16-
midi2_host
16+
midi2_host_feather
1717
msc_file_explorer
1818
)
1919

examples/host/midi2_host/CMakeLists.txt

Lines changed: 0 additions & 38 deletions
This file was deleted.

examples/host/midi2_host/Makefile

Lines changed: 0 additions & 27 deletions
This file was deleted.

examples/host/midi2_host/src/display.c

Lines changed: 0 additions & 221 deletions
This file was deleted.

examples/host/midi2_host/src/display.h

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)