bugAVR C Runtime Library - Bugs: bug #51755, iotn441.h & iotn841.h missing...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #51755: iotn441.h & iotn841.h missing definitions for PUEA[0-7] and PUEB[0-3]

Submitter:  None
Submitted:  Tue 15 Aug 2017 12:29:11 AM UTC
   
 
Category:  Header Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Percent Complete:  100% Originator Email:  -email is unavailable-
Open/Closed:  Closed Release:  2.0.0
Fixed Release:  None

Fri 18 Aug 2017 06:59:54 AM UTC, comment #2: 
Pitchumani <pitchumani>
Group Member
Tue 15 Aug 2017 02:07:18 AM UTC, comment #1: 

Oops, correction: PUEBn should only be for 0-3, as of course there aren't 8 I/O pins on port B!

Anonymous
Tue 15 Aug 2017 12:29:11 AM UTC, original submission:  

Both avr/iotn441.h and avr/iotn841.h for the ATtiny441/841 are missing some definitions for bits in the PUEA and PUEB registers.

There should be definitions for PUEA[0-7] and PUEB[0-7], as follows:

#define PUEA0 0
#define PUEA1 1
#define PUEA2 2
#define PUEA3 3
#define PUEA4 4
#define PUEA5 5
#define PUEA6 6
#define PUEA7 7

#define PUEB0 0
#define PUEB1 1
#define PUEB2 2
#define PUEB3 3
#define PUEB4 4
#define PUEB5 5
#define PUEB6 6
#define PUEB7 7

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by pitchumani (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-08-18 pitchumani StatusNone Fixed
        Percent Complete0% 100%
        Open/ClosedOpen Closed
        Summaryavr/iotn441.h &amp; iotn841.h missing definitions for PUEA[0-7] and PUEB[0-7] iotn441.h & iotn841.h missing definitions for PUEA[0-7] and PUEB[0-3]

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code