# #-*- coding: utf-8 -*- # # \file # # # Cpu info of the ATxmega128A1. # # This file contain all info for the BeRTOS wizard. # # \author Onno # # # Import the common settings for the path. include("xmega.common") # Short description of the cpu. CPU_DESC += [ "128 Kbyte in-System Programmable Flash", "8 Kbyte Boot Code Section with Independent Lock Bits", "8 Kbyte internal SRAM memory", "2 Kbyte EEPROM memory" ] # If we use the GCC compiler we should pass some flags. CORE_CPU = "atxmega128a1" # add a family tag for the wizard CPU_TAGS += ["xmegaa1"] include("avr_post.common")