You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi gentlemen,
I discovered that the Atmega328pb (relatively) new device is not supported by the current version of this repository (missing the iom328pb.h in avr/includes for instance, and I think the crt is missing as well).
They are available to download through the Microchip Pack repository, when downloading the Atmel ATmega Series Device Support (2.0.401) package.
Am I correct to think we can patch this repo with the new files ? The DFP itself seems to be licensed under Apache License V2.
Am I missing something and it has already been taken care of in another branch maybe ?
I stumbled on this issue while developing firmware on Arch Linux, current distribution of avr-libc seems a bit outdated in that regard. And I've redirected from the GNU webpage to here rather than opening a bug ticket on Arch Linux.
Thanks guys, let me know if I can help with this 😄
[EDIT 1 & 2] : this ticket is somewhat linked to #876, and related to other tickets migrated from savannah some time ago.
I tried to add the includes myself, but I could not come up with a strategy to regenerate the atmega328pb.S from the crtatmega328pb.o yet. Any suggestion maybe ?
Linked to #662#667#828
The text was updated successfully, but these errors were encountered:
bebenlebricolo
changed the title
[DPF update] : Missing Atmega328PB (and probably other Mega series)
[DFP update] : Missing Atmega328PB (and probably other Mega series)
Mar 15, 2022
Hi gentlemen,
I discovered that the Atmega328pb (relatively) new device is not supported by the current version of this repository (missing the iom328pb.h in avr/includes for instance, and I think the crt is missing as well).
They are available to download through the Microchip Pack repository, when downloading the Atmel ATmega Series Device Support (2.0.401) package.
Am I correct to think we can patch this repo with the new files ? The DFP itself seems to be licensed under Apache License V2.
Am I missing something and it has already been taken care of in another branch maybe ?
I stumbled on this issue while developing firmware on Arch Linux, current distribution of avr-libc seems a bit outdated in that regard. And I've redirected from the GNU webpage to here rather than opening a bug ticket on Arch Linux.
Thanks guys, let me know if I can help with this 😄
[EDIT 1 & 2] : this ticket is somewhat linked to #876, and related to other tickets migrated from savannah some time ago.
I tried to add the includes myself, but I could not come up with a strategy to regenerate the atmega328pb.S from the crtatmega328pb.o yet. Any suggestion maybe ?
Linked to #662 #667 #828
The text was updated successfully, but these errors were encountered: