X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega103.cdef;h=2d1cd9122cc62a634ec520520d4cbcf6c1c3babf;hb=2b387e02ffd797dc8c68e072d29e445821189559;hp=1ae2b6ac00274255c65727ffb072cdb65429f15a;hpb=86ebaa4c17f3296c403b51ab8e922f4fa889a401;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega103.cdef b/bertos/cpu/avr/info/ATmega103.cdef index 1ae2b6ac..2d1cd912 100644 --- a/bertos/cpu/avr/info/ATmega103.cdef +++ b/bertos/cpu/avr/info/ATmega103.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 Kbytes EEPROM memory" ] + # If we use the GCC compiler we should pass some flags. CORE_CPU = "atmega103" +include("avr_post.common")