[PATCH] D85588: Support AVR attiny441 and ATtiny841

Julien Etienne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 15:26:56 PDT 2020


ixoo created this revision.
Herald added subscribers: llvm-commits, Jim, hiraditya, dylanmckay.
Herald added a project: LLVM.
ixoo requested review of this revision.

This patch adds support for new AVR devices attiny441 and attiny841.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D85588

Files:
  llvm/lib/Target/AVR/AVRDevices.td


Index: llvm/lib/Target/AVR/AVRDevices.td
===================================================================
--- llvm/lib/Target/AVR/AVRDevices.td
+++ llvm/lib/Target/AVR/AVRDevices.td
@@ -288,0 +289 @@
+def : Device<"attiny441",          FamilyAVR25, ELFArchAVR25>;
@@ -290,0 +292 @@
+def : Device<"attiny841",          FamilyAVR25, ELFArchAVR25>;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85588.284148.patch
Type: text/x-patch
Size: 349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200808/6a472c13/attachment.bin>


More information about the llvm-commits mailing list