From: lottaviano Date: Sat, 9 Apr 2011 13:42:52 +0000 (+0000) Subject: Add wizard definitions for AVR XMega MCU. X-Git-Tag: 2.7.0~120 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=b7483c04ac1bc17119e6070fdae124f6a440f191;p=bertos.git Add wizard definitions for AVR XMega MCU. Signed-off-by: Onno git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4846 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cpu/avr/info/ATxmega32D4.cdef b/bertos/cpu/avr/info/ATxmega32D4.cdef new file mode 100644 index 00000000..d14c9847 --- /dev/null +++ b/bertos/cpu/avr/info/ATxmega32D4.cdef @@ -0,0 +1,54 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the ATxmega32D4. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Onno +# +# + + +# Import the common settings for the path. +include("avr.common") + +# Short description of the cpu. +CPU_DESC += [ "32 Kbyte in-System Programmable Flash", + "4 Kbyte Boot Code Section with Independent Lock Bits", + "4 Kbyte internal SRAM memory", + "1 Kbyte EEPROM memory" ] + +# If we use the GCC compiler we should pass some flags. +CORE_CPU = "atxmega32d4" + +include("avr_post.common")