Skip to content

A simple sample project for prototyping a USB-MIDI 2.0 device with RP2040.

License

mak-ogw/tiny_usb_midi2

Repository files navigation

tiny_usb_midi2

A simple sample project for prototyping a USB-MIDI 2.0 device with RP2040.

Requirement

  • Raspberry Pi Pico SDK v1.5.1
    • set it in ../pico-sdk
  • picotool v1.1.2
  • cmake version 3.XX
    • Using cmake 4.XX causes an error when building PioasmBuild

How to build

# init
git submodule update --init

# build and write
./makeAndWrite.sh

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple sample project for prototyping a USB-MIDI 2.0 device with RP2040.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published