X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega168.cdef;h=27771d1825194f696dd20301cc350dce9e4e85e0;hb=11082679bea887e1369cfca34244894de71e445a;hp=57e89e6b34236dc529625a5d3cfc891676a0c894;hpb=86ebaa4c17f3296c403b51ab8e922f4fa889a401;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega168.cdef b/bertos/cpu/avr/info/ATmega168.cdef index 57e89e6b..27771d18 100644 --- a/bertos/cpu/avr/info/ATmega168.cdef +++ b/bertos/cpu/avr/info/ATmega168.cdef @@ -43,6 +43,11 @@ # Import the common settings for the path. include("avr.common") +# Short description of the cpu. +CPU_DESC += [ "16 Kbyte in-System Programmable Flash", + "1 Kbytes internal SRAM memory", + "512 bytes EEPROM memory" ] + # If we use the GCC compiler we should pass some flags. CORE_CPU = "atmega168"