pub const AVR: ArchConfig;Expand description
AVR 8-bit (ATmega328P, ATmega2560, etc.) — no cache, 2-byte pointers.
Every type is 1-byte aligned on AVR so padding waste findings will be rare. False-sharing analysis is suppressed (cache_line_size = 0).