This is an archive of the discontinued LLVM Phabricator instance.

[AVR] Improve device list
ClosedPublic

Authored by benshi001 on Sep 19 2020, 9:37 AM.

Details

Reviewers
dylanmckay
aykevl
Summary
  1. Fix that atmega8/8a do not support the BREAK instruction
  2. Add five more current production devices
  3. Fix that the FamilyTiny devices do not have FeatureMMR
  4. Fix that atxmega8e5/16e5/32e5 should be in FamilyXMEGAU

Diff Detail

Event Timeline

benshi001 created this revision.Sep 19 2020, 9:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 19 2020, 9:37 AM
benshi001 requested review of this revision.Sep 19 2020, 9:37 AM
benshi001 updated this revision to Diff 293752.Sep 23 2020, 8:27 AM
benshi001 edited the summary of this revision. (Show Details)
benshi001 updated this revision to Diff 294472.Sep 25 2020, 8:10 PM
benshi001 edited the summary of this revision. (Show Details)
benshi001 updated this revision to Diff 294473.Sep 25 2020, 9:17 PM
benshi001 edited the summary of this revision. (Show Details)
dylanmckay accepted this revision.Oct 28 2020, 9:54 AM

Approved, thanks for the patch!

This revision is now accepted and ready to land.Oct 28 2020, 9:54 AM
benshi001 closed this revision.Oct 28 2020, 7:57 PM