From b7483c04ac1bc17119e6070fdae124f6a440f191 Mon Sep 17 00:00:00 2001 From: lottaviano Date: Sat, 9 Apr 2011 13:42:52 +0000 Subject: [PATCH] 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 --- bertos/cpu/avr/info/ATxmega32D4.cdef | 54 ++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 bertos/cpu/avr/info/ATxmega32D4.cdef 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") -- 2.25.1