-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support mbed/stm32 devices like Arduino GIGA #98
Comments
Hi @Haschtl. Thanks for your suggestion. I see a "USBMIDI" library has been added to the arduino/ArduinoCore-mbed@35a9e18 Unfortunately even though the library was added to the repository, the platform packaging system has not been configured to include that library in the distributed "Arduino Mbed OS Giga Boards" platform. I'm not sure if that was an oversight, or done intentionally because the library is not yet ready for distribution. You could download the library files from GitHub and install them manually if you want to give it a try. They are here: https://github.com/arduino/ArduinoCore-mbed/tree/main/libraries/USBMIDI Related: |
Thanks for the clarification! I copied the USBMIDI-folder from the ArduinoCore-mbed repo to my arduino library ( |
The underlying USBMIDI library for GIGA is working, but
But there are still some undefined references ( I don't know if this approach is in any case correct... My goal is to get lathoub's USBMIDI running. If |
BTW it works for writing messages, not for reading. |
This library currently only supports these architectures: avr, sam, samd
Is there any plan to support the newer STM32 boards like the Portenta boards or Arduino GIGA?
I recently bought the Arduino GIGA and justs expected this library to be supported.
The text was updated successfully, but these errors were encountered: