Skip to content

Commit

Permalink
Merge Mbed OS and Mbed OS Cortex-M0 USB MIDI backends
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Feb 8, 2024
1 parent cdd5f6f commit 6475b3f
Show file tree
Hide file tree
Showing 9 changed files with 239 additions and 788 deletions.
7 changes: 0 additions & 7 deletions src/MIDI_Interfaces/USBMIDI/USBMIDI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,6 @@ END_CS_NAMESPACE
"ESP32S3: USB MIDI not enabled. Set the Tools > USB Type setting to \"USB-OTG\" to enable it.")
#endif

#elif defined(ARDUINO_ARCH_MBED_RP2040)

#include "USBMIDI_RP2040.hpp"
BEGIN_CS_NAMESPACE
using USBDeviceMIDIBackend = RP2040_USBDeviceMIDIBackend;
END_CS_NAMESPACE

#elif defined(ARDUINO_ARCH_MBED)

#include "USBMIDI_Arduino_mbed.hpp"
Expand Down
18 changes: 0 additions & 18 deletions src/MIDI_Interfaces/USBMIDI/USBMIDI_RP2040.hpp

This file was deleted.

102 changes: 0 additions & 102 deletions src/MIDI_Interfaces/USBMIDI/mbed-m0/PluggableUSBMIDI-descr.cpp

This file was deleted.

Loading

0 comments on commit 6475b3f

Please sign in to comment.