AVR C Runtime Library - Patches: patch #9594, Add missing TXD0 and TXD1 pins for...
You are not allowed to post comments on this tracker with your current authentication level.
patch #9594: Add missing TXD0 and TXD1 pins for the ATmega324PA
Submitter: | Gabriel-Andrew Pollo-Guilbert <gpol> | ||
Submitted: | Tue 13 Mar 2018 10:07:12 PM UTC | ||
Votes: | 10 | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Tue 13 Mar 2018 10:13:44 PM UTC, comment #1: |
Gabriel-Andrew Pollo-Guilbert <gpol> |
Tue 13 Mar 2018 10:07:12 PM UTC, original submission:
The ATmega324PA has 2 U(S)ARTs. In its I/O, it has `TXD_DDR`, `TXD_PORT`, `TXD_PIN` and `TXD_BIT` for accessing the TXD of the first U(S)ART. This patch rename `TXD_*` to `TXD0_*` and also add `TXD1_*`, which corresponds to the 3rd pin of the port D.
|
Gabriel-Andrew Pollo-Guilbert <gpol> |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 10 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2018-03-13 | gpol | Attached File | - | ![]() |
Added add_missing_txd0_txd1_rxd0_rxd1.patch, #43543 |
Carbon-Copy | - | ![]() |
Added gpol | ||
2018-03-13 | gpol | Attached File | - | ![]() |
Added add_missing_txd0_txd1.patch, #43542 |
Carbon-Copy | - | ![]() |
Added -email is unavailable- |
I noticed the same is for the `RXD_*`. I added a similar patch for it.