X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcpu%2Favr%2Finfo%2FATmega328P.cdef;fp=bertos%2Fcpu%2Favr%2Finfo%2FATmega328P.cdef;h=a6d610550905c7fced228e80d3fbb0362cb0ac9e;hb=86abd5b97ebd9132d0d62b59374be037f98771ae;hp=0000000000000000000000000000000000000000;hpb=2053503385a67e1f7f13ec45b85ac02378b9b0bb;p=bertos.git diff --git a/bertos/cpu/avr/info/ATmega328P.cdef b/bertos/cpu/avr/info/ATmega328P.cdef new file mode 100644 index 00000000..a6d61055 --- /dev/null +++ b/bertos/cpu/avr/info/ATmega328P.cdef @@ -0,0 +1,55 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the ATMega328P. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Luca Ottaviano +# +# + +# Import the common settings for the path. +include("avr.common") + +# Short description of the cpu. +CPU_DESC += [ "Arduino Duemilanove", + "32 Kbyte in-System Programmable Flash", + "2 Kbytes internal SRAM memory", + "1 Kbyte EEPROM memory" ] + +# If we use the GCC compiler we should pass some flags. +CORE_CPU = "atmega328p" + +include("avr_post.common")