[PATCH] D103136: [AVR] Add support for the tinyAVR 0-series and tinyAVR 1-seriesø

Ben Shi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 6 19:15:49 PDT 2021


benshi001 added inline comments.


================
Comment at: llvm/lib/Target/AVR/AVRDevices.td:515
+def : Device<"attiny1614",         FamilyXMEGA, ELFArchXMEGA3>;
+def : Device<"attiny416",          FamilyXMEGA, ELFArchXMEGA3>;
+def : Device<"attiny816",          FamilyXMEGA, ELFArchXMEGA3>;
----------------
justinlatimer wrote:
> benshi001 wrote:
> > `attiny3214` is missing
> I can't find any details on the `attiny3214`?
Let's just ignore that. I see attiny3214 in GCC but not find in microchip's website. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103136/new/

https://reviews.llvm.org/D103136



More information about the cfe-commits mailing list