X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega32.cdef;h=47848cc331d0345c9aad0993206d51e5da3f544a;hb=70c2d05039efd57b79181b2a135777625423d836;hp=355e02e6ded337caca483f31c9adde0eaa7d0334;hpb=86ebaa4c17f3296c403b51ab8e922f4fa889a401;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega32.cdef b/bertos/cpu/avr/info/ATmega32.cdef index 355e02e6..47848cc3 100644 --- a/bertos/cpu/avr/info/ATmega32.cdef +++ b/bertos/cpu/avr/info/ATmega32.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 += [ "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" +include("avr_post.common")