From: lottaviano Date: Wed, 12 Jan 2011 11:56:44 +0000 (+0000) Subject: Add wizard support for ATmega2560 X-Git-Tag: 2.7.0~298 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=4ed47a52e8885d577562c2843080253d1ca6a45e;p=bertos.git Add wizard support for ATmega2560 git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4668 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/avr/info/ATmega2560.cdef b/bertos/cpu/avr/info/ATmega2560.cdef new file mode 100644 index 00000000..e9518c89 --- /dev/null +++ b/bertos/cpu/avr/info/ATmega2560.cdef @@ -0,0 +1,55 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the ATMega2560. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + + +# Import the common settings for the path. +include("avr.common") + +# Short description of the cpu. +CPU_DESC += [ "256 Kbyte in-System Programmable Flash", + "8 Kbytes internal SRAM memory", + "4 Kbytes EEPROM memory" ] + +# If we use the GCC compiler we should pass some flags. +CORE_CPU = "atmega2560" + +include("avr_post.common")