diff options
| author | Saulo VerĂssimo <[email protected]> | 2026-04-07 23:46:10 -0300 |
|---|---|---|
| committer | Saulo VerĂssimo <[email protected]> | 2026-05-12 11:07:45 -0300 |
| commit | b4880761bcadbee86d047e0a3b329859926caad5 (patch) | |
| tree | 3be71a7713aa1c51625249242cf13b41faef461c /examples/host/CMakeLists.txt | |
| parent | c4847006dbb7565b71055837103ec788c4cb6fee (diff) | |
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.
Diffstat (limited to 'examples/host/CMakeLists.txt')
| -rw-r--r-- | examples/host/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/CMakeLists.txt b/examples/host/CMakeLists.txt index 7c74e3c73..2cf2c10af 100644 --- a/examples/host/CMakeLists.txt +++ b/examples/host/CMakeLists.txt @@ -13,7 +13,7 @@ set(EXAMPLE_LIST device_info hid_controller midi_rx - midi2_host + midi2_host_feather msc_file_explorer msc_file_explorer_freertos ) |
