X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega168.cdef;h=c657b366261dda27d5af9816f57301856a139584;hb=fc4b3631d16afcfda7f714d7b0ac3e585de15af4;hp=57e89e6b34236dc529625a5d3cfc891676a0c894;hpb=86ebaa4c17f3296c403b51ab8e922f4fa889a401;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega168.cdef b/bertos/cpu/avr/info/ATmega168.cdef index 57e89e6b..c657b366 100644 --- a/bertos/cpu/avr/info/ATmega168.cdef +++ b/bertos/cpu/avr/info/ATmega168.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 += [ "16 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 = "atmega168" +include("avr_post.common")