AVR C Runtime Library - Patches: patch #9437, Support boot_signature_byte_get on...
You are not allowed to post comments on this tracker with your current authentication level.
patch #9437: Support boot_signature_byte_get on attinies using RSIG
Submitter: | Matthijs Kooijman <matthijs> | ||
Submitted: | Thu 17 Aug 2017 11:59:21 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Attached Files
file #41554: 0001-Support-boot_signature_byte_get-on-attinies-using-RS.patch added by matthijs (1KiB - text/x-patch)
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 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.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2017-08-17 | matthijs | Attached File | - | ![]() |
Added 0001-Support-boot_signature_byte_get-on-attinies-using-RS.patch, #41554 |
Some attiny chips use the RSIG bit instead of SIGRD to read from the signature
imprint area. From a quick grep, this concerns: tn1634, tn4313, tn441, tn828,
tn841, tn24, tn44, tn84, tn25, tn45, tn85. This changes was tested on a tn841
only, where no other changes are needed than using another name for this bit.