X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega128.cdef;h=88eb826cd78e31c7a22581fc56bc43e6911e1a44;hb=c4091308dd2d35b7a79b3b0632ade5594b6fedf4;hp=b8a94053fbbcea7251652bc3ed501ae70ebe9c25;hpb=86ebaa4c17f3296c403b51ab8e922f4fa889a401;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega128.cdef b/bertos/cpu/avr/info/ATmega128.cdef index b8a94053..88eb826c 100644 --- a/bertos/cpu/avr/info/ATmega128.cdef +++ b/bertos/cpu/avr/info/ATmega128.cdef @@ -43,6 +43,12 @@ # Import the common settings for the path. include("avr.common") +# Short description of the cpu. +CPU_DESC += [ "128 Kbyte in-System Programmable Flash", + "4 Kbytes internal SRAM memory", + "4 bytes EEPROM memory" ] + # If we use the GCC compiler we should pass some flags. CORE_CPU = "atmega128" +include("avr_post.common")