-
-
Notifications
You must be signed in to change notification settings - Fork 313
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 for maple mini #22
Comments
@ubis what should be done on our side? Thanks! |
I did a quick look at: https://github.com/rogerclarkmelbourne/Arduino_STM32/blob/master/STM32F1/boards.txt and seems like that board config maple_mini.json should be created:
or http://pastebin.com/mZRkRzPP (if above code indentation will be messed up). Would be nice, if @maxpowel add this and test if it works. Also, maple_mini as maple, can use bootloader 1.0 or 2.0. When I did a quick look in arduino.py, i've noticed 87 line:
This line is used to check if it's maple board, similar check should be done for maple_mini aswell. |
@ubis that worked perfectly, thank you! { I created maple_mini_v2.json and the IDE looks like: So cool! |
Should I create a pull request with this changes? |
Hi, I'm wondering if it's viable to add mapple mini to the supported devices list. Using the arduino ide and arduino stm32 it's possible but I don't know how hard would be to do the same with platformio.
Thank you
The text was updated successfully, but these errors were encountered: