# #-*- coding: utf-8 -*- # # \file # # # General CPU info definition AVR Xmega family. # # This file contain all info for the BeRTOS wizard. # # \author Onno # # # Import the common settings for the path. include("avr.common") # Special CPU related tags. CPU_TAGS += ["xmega"] # CPU default clock frequency # Set to 2Mhz as by default the Internal 2Mhz clock is used CPU_DEFAULT_FREQ = "2000000UL" # Add additional init routines for the Xmega to the source HW_DIR = CPU_DIR + "avr/hw/" MK_CPU_CSRC = HW_DIR + "init_xmega.c"