2.4.2.1 AVR_ARCH
#define AVR_ARCH /* cppcheck-suppress misra-c2012-2.5; This is a false positive. */
MISRA C:2012 Deviation Advisory: misra-c2012- 2.3
Justification: This rule will not be followed as the application might require the generated types. MISRA C:2012 Deviation Advisory: misra-c2012- 2.4 Justification: This rule will not be followed as the application might require the generated tags. MISRA C:2012 Deviation Advisory: misra-c2012- 2.5 Justification: This rule will not be followed as the application might require the generated macros.Corresponds to the current device architecture. This macro is used to conditionally compile parts of the code needed for specific architectures inside the bootloader core firmware.
