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

Atmega32U4 support #57

Open
eadmaster opened this issue May 4, 2021 · 4 comments · May be fixed by #82
Open

Atmega32U4 support #57

eadmaster opened this issue May 4, 2021 · 4 comments · May be fixed by #82
Labels
help wanted Extra attention is needed porting Porting to new family or target

Comments

@eadmaster
Copy link

eadmaster commented May 4, 2021

Atmega32U4 is another popular (older) alternative to the STM32F1

@FFY00
Copy link
Member

FFY00 commented May 4, 2021

This should be possible, but someone needs to actually write the code 😛. Over the next few weeks I'll be working on the documentation, so that newcomers can easily understand the project structure and how to add support for new targets and platforms.

cc @perigoso

@FFY00 FFY00 added enhancement New feature or request help wanted Extra attention is needed labels May 4, 2021
@Ghost-Girls
Copy link

This should be possible, but someone needs to actually write the code 😛. Over the next few weeks I'll be working on the documentation, so that newcomers can easily understand the project structure and how to add support for new targets and platforms.

cc @perigoso

It's too diffcult to understand.XD
I don't know how to use those code. it should be easy understand, just like load the target on KEIL and VSC.

@FFY00
Copy link
Member

FFY00 commented May 11, 2021

Yes, because the firmware has many different targets, from different vendors. The protocol code is shared, and each platform/target must implement a few HALs. I will work on documentation explain exactly how it works and how to get started.

@perigoso perigoso added porting Porting to new family or target and removed enhancement New feature or request labels Jun 15, 2021
@perigoso perigoso linked a pull request Jul 1, 2021 that will close this issue
@FFY00
Copy link
Member

FFY00 commented Jul 31, 2021

FYI, I have added a bit of documentation, but it's still a bit scarce.

Also some overall guidelines for contributing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed porting Porting to new family or target
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants