X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega64.cdef;h=c451fe90de176a9e2c782df106a40e6a9115ef4c;hb=1c6068d9cd0c1a2bc396f4cc2d99a9b64f9d82d0;hp=bfa359d0dbccf699a48b54785526e3e9fa1df3a2;hpb=86ebaa4c17f3296c403b51ab8e922f4fa889a401;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega64.cdef b/bertos/cpu/avr/info/ATmega64.cdef index bfa359d0..c451fe90 100644 --- a/bertos/cpu/avr/info/ATmega64.cdef +++ b/bertos/cpu/avr/info/ATmega64.cdef @@ -41,8 +41,14 @@ # # Import the common settings for the path. -include("avr.common") +include("mega.common") + +# Short description of the cpu. +CPU_DESC += [ "64 Kbyte in-System Programmable Flash", + "4 Kbytes internal SRAM memory", + "2 Kbytes EEPROM memory" ] # If we use the GCC compiler we should pass some flags. CORE_CPU = "atmega64" +include("avr_post.common")