AVR C Runtime Library - Bugs: bug #54652, Missing support for ATmega328PB
You are not allowed to post comments on this tracker with your current authentication level.
bug #54652: Missing support for ATmega328PB
Submitter: | Paul Evans <leonerd> | ||
Submitted: | Wed 12 Sep 2018 05:29:13 PM UTC | ||
Category: | Header | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | Header files |
Status: | None | Percent Complete: | 0% |
Assigned to: | None | Open/Closed: | Open |
Release: | 2.0.0 | Fixed Release: | None |
Wed 16 Sep 2020 05:32:36 AM UTC, comment #3: |
Clews <clewsy> |
Wed 05 Jun 2019 03:49:31 PM UTC, comment #2: 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.
|
Paul Evans <leonerd> |
Thu 22 Nov 2018 03:31:33 AM UTC, comment #1: Thanks Paul for getting this started.
|
Anonymous |
Wed 12 Sep 2018 05:29:13 PM UTC, original submission:
(copied from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867235)
|
Paul Evans <leonerd> |
Depends on the following items: None found
Items that depend on this one: None found
Follow 3 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2018-11-22 | None | Attached File | - | ![]() |
Added add_m328pb_to_svn_r2548.diff, #45510 |
2018-09-12 | leonerd | Attached File | - | ![]() |
Added iom328pb.h, #44992 |
Attached File | - | ![]() |
Added add-iom328pb-h.diff, #44993 |
I'm also seeking and update please.
I think the attached iom328pb.h needs the TCCR3B register definitions to be revised:
#define TCCR3B _SFR_MEM8(0x91)
#define CS30 0
#define CS31 1
#define CS32 2
#define WGM32 3
#define WGM33 4
#define ICES3 6
#define ICNC3 7