[clang] [llvm] [AVR] Add support for many new AVR MCUs (PR #143914)
Tom Vijlbrief via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 14 01:04:27 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},
----------------
tomtor wrote:
Oops, missed that, fixed...
https://github.com/llvm/llvm-project/pull/143914
More information about the llvm-commits
mailing list