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