X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega8.cdef;h=e474767ffcf8db446ff73eafc6368e5a2a8534c9;hb=55574912ce4d7364597388a112805147a9618351;hp=0a2ec46271bbb798d59d23144493fc888660f411;hpb=86ebaa4c17f3296c403b51ab8e922f4fa889a401;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega8.cdef b/bertos/cpu/avr/info/ATmega8.cdef index 0a2ec462..e474767f 100644 --- a/bertos/cpu/avr/info/ATmega8.cdef +++ b/bertos/cpu/avr/info/ATmega8.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 += [ "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" +include("avr_post.common")