X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega32.cdef;h=e3c50e955d28e3744e06aec029b7aced8c53da81;hb=7d79dfd13c8c9f191a7316544b4d95872329e5d0;hp=355e02e6ded337caca483f31c9adde0eaa7d0334;hpb=eceb2d8f50f5af6f46dbdd6c0c3b50fbaff20534;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega32.cdef b/bertos/cpu/avr/info/ATmega32.cdef index 355e02e6..e3c50e95 100644 --- a/bertos/cpu/avr/info/ATmega32.cdef +++ b/bertos/cpu/avr/info/ATmega32.cdef @@ -43,6 +43,11 @@ # Import the common settings for the path. include("avr.common") +# Short description of the cpu. +CPU_DESC += [ "32 Kbyte in-System Programmable Flash", + "2 Kbytes internal SRAM memory", + "1 Kbytes EEPROM memory" ] + # If we use the GCC compiler we should pass some flags. CORE_CPU = "atmega32"