From 4ed47a52e8885d577562c2843080253d1ca6a45e Mon Sep 17 00:00:00 2001 From: lottaviano Date: Wed, 12 Jan 2011 11:56:44 +0000 Subject: [PATCH] Add wizard support for ATmega2560 git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4668 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/avr/info/ATmega2560.cdef | 55 +++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 bertos/cpu/avr/info/ATmega2560.cdef 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") -- 2.25.1