X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega64.cdef;h=3bb4193f9c8cf6bc4a754d983427b7a7aa5a37b9;hb=7d79dfd13c8c9f191a7316544b4d95872329e5d0;hp=bfa359d0dbccf699a48b54785526e3e9fa1df3a2;hpb=eceb2d8f50f5af6f46dbdd6c0c3b50fbaff20534;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega64.cdef b/bertos/cpu/avr/info/ATmega64.cdef index bfa359d0..3bb4193f 100644 --- a/bertos/cpu/avr/info/ATmega64.cdef +++ b/bertos/cpu/avr/info/ATmega64.cdef @@ -43,6 +43,11 @@ # Import the common settings for the path. include("avr.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"