Skip to content
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

Official Support for Arduino Micro #161

Open
jnnks opened this issue Mar 9, 2021 · 2 comments
Open

Official Support for Arduino Micro #161

jnnks opened this issue Mar 9, 2021 · 2 comments
Labels
mcu-support Support for a new Microcontroller

Comments

@jnnks
Copy link
Contributor

jnnks commented Mar 9, 2021

There seems to be missing support for Arduino Micro. It seems to be similar to Sparkfun Pro Micro, so most of the implementation might be c&p. The blink example already works without a problem.

I would be happy to help, please let me know, how i can assist.

Arduino Micro in Store: store.arduino.cc/arduino-micro

@Rahix
Copy link
Owner

Rahix commented Mar 9, 2021

There's currently a refactoring going on in avr-hal, see #130. If you want, you can take a look at some of the commits adding support for new boards over there and do something similar for Arduino Micro. For example, commits 5304fd0 ("arduino-hal: Add support for Arduino Leonardo") and 8f6928c ("Add example crate for Arduino Leonardo") add support for Arduino Leonardo which also uses the ATmega32U4.

Be sure to do this against the next branch of this repository, where the refactor is ongoing. The master branch is not up-to-date with that.

If you have any questions, let me know :)

@Rahix Rahix added the mcu-support Support for a new Microcontroller label Mar 9, 2021
@michelepagot
Copy link

I'm interested too. I also have a Genuino MICRO on my desk to test. I managed to update the avr-hal-template to start with ...

@Rahix Rahix linked a pull request Sep 7, 2021 that will close this issue
4 tasks
@Rahix Rahix changed the title Official Support for Arduino Mirco Official Support for Arduino Micro Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mcu-support Support for a new Microcontroller
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants