Re: [avr-libc-dev] [bug #54652] Missing support for ATmega328PB

2019-06-06 Thread Paulo Marques
Hi all, I had to support the ATmega328PB in a personal project, and did with a hack. I'm posting it here in case it helps anyone. I just created a "hack.S" file with: .macro vector name .weak \name .set\name, __my_bad_interrupt jmp \name .end

[avr-libc-dev] [bug #54652] Missing support for ATmega328PB

2019-06-05 Thread Paul Evans
Follow-up Comment #2, bug #54652 (project avr-libc): Any update on this? I'm keen to not have to regularly make that 2-line edit to my "io.h" file every time the debian package gets updated. Is there a process by which this can make its way into a release? ___

[avr-libc-dev] [bug #54652] Missing support for ATmega328PB

2018-11-21 Thread anonymous
Follow-up Comment #1, bug #54652 (project avr-libc): Thanks Paul for getting this started. I've attached a new patch (add_m328pb_to_svn_r2548.diff) that can be applied to the now-current (rev 2548) svn trunk and which will add support for the atmega328pb. This includes edits to various makefiles

[avr-libc-dev] [bug #54652] Missing support for ATmega328PB

2018-09-12 Thread Paul Evans
URL: Summary: Missing support for ATmega328PB Project: AVR C Runtime Library Submitted by: leonerd Submitted on: Wed 12 Sep 2018 05:29:13 PM UTC Category: Header Se