X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Finfo%2FATxmega32D4.cdef;fp=bertos%2Fcpu%2Favr%2Finfo%2FATxmega32D4.cdef;h=d14c9847214b54905b98e0a706c8311450b41b46;hb=b7483c04ac1bc17119e6070fdae124f6a440f191;hp=0000000000000000000000000000000000000000;hpb=c3d91eab8e67048493a306b83aadeee4a56bfa74;p=bertos.git 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")