X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega1281.cdef;h=e03338fdefa73aabffcf1522778f047ad8c0ab71;hb=71743c2a5a8bf9dbf66a945fd9656baed0d16329;hp=7359badf285189188657ec412800ff1b30505e4f;hpb=86ebaa4c17f3296c403b51ab8e922f4fa889a401;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega1281.cdef b/bertos/cpu/avr/info/ATmega1281.cdef index 7359badf..e03338fd 100644 --- a/bertos/cpu/avr/info/ATmega1281.cdef +++ b/bertos/cpu/avr/info/ATmega1281.cdef @@ -44,6 +44,11 @@ # Import the common settings for the path. include("avr.common") +# Short description of the cpu. +CPU_DESC += [ "128 Kbyte in-System Programmable Flash", + "8 Kbytes internal SRAM memory", + "4 Kbytes EEPROM memory" ] + # If we use the GCC compiler we should pass some flags. CORE_CPU = "atmega1281"