openinput icon indicating copy to clipboard operation
openinput copied to clipboard

Atmega32U4 support

Open eadmaster opened this issue 4 years ago • 4 comments

Atmega32U4 is another popular (older) alternative to the STM32F1

eadmaster avatar May 04 '21 13:05 eadmaster

This should be possible, but someone needs to actually write the code :stuck_out_tongue:. 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 avatar May 04 '21 14:05 FFY00

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.

Ghost-Girls avatar May 11 '21 17:05 Ghost-Girls

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.

FFY00 avatar May 11 '21 17:05 FFY00

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

Also some overall guidelines for contributing.

FFY00 avatar Jul 31 '21 14:07 FFY00