[clang] [llvm] [AVR] Add support for many new AVR mcus like AVR128DB28 (PR #143914)

Ben Shi via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 14 00:16:24 PDT 2025


================
@@ -336,6 +336,9 @@ static MCUInfo AVRMcus[] = {
     {"attiny1624", "__AVR_ATtiny1624__", "103", 1},
     {"attiny1626", "__AVR_ATtiny1626__", "103", 1},
     {"attiny1627", "__AVR_ATtiny1627__", "103", 1},
+    {"attiny3224", "__AVR_ATtiny1624__", "103", 1},
----------------
benshi001 wrote:

It should be a macro `__AVR_ATtiny3234__` for device `attiny3224`, there are similiar issues with `attiny3226` and `attiny3227`.

https://github.com/llvm/llvm-project/pull/143914


More information about the llvm-commits mailing list