Normalize tinyAVR 0/1-series ATDFs to one pack version#261
Open
G33KatWork wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
FYI, this is essentially the same as #260 |
Unify all vendor ATDFs on Microchip ATtiny_DFP.3.4.278 pack. The old files were a mix of versions, which broke atdf2svd: some parts were older schema-0.3 files that encoded `TCA` as a `class="union"` register-group, an encoding atdf2svd cannot handle. It produced no `TCA0` in the PAC. The .278 pack encodes `TCA` as an ordinary register-group, so `TCA0` is generated correctly. attiny1614 was additionally a pre-release schema-0.3 file with wrong CCL pin data. Also add patches for the 816, 1606 and 1614 so they match their siblings.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Unify all vendor ATDFs on Microchip ATtiny_DFP.3.4.278 pack. The old files were a mix of versions, which broke atdf2svd: some parts were older schema-0.3 files that encoded
TCAas aclass="union"register-group, an encoding atdf2svd cannot handle. It produced noTCA0in the PAC. The .278 pack encodesTCAas an ordinary register-group, soTCA0is generated correctly. attiny1614 was additionally a pre-release schema-0.3 file with wrong CCL pin data.Also add patches for the 816, 1606 and 1614 so they match their siblings.