# #-*- coding: utf-8 -*- # # \file # # # Cpu info of the ATMega103. # # This file contain all info for the BeRTOS wizard. # # \author Daniele Basile # # # Import the common settings for the path. include("mega.common") # Short description of the cpu. CPU_DESC += [ "128 Kbyte in-System Programmable Flash", "4 Kbytes internal SRAM memory", "4 Kbytes EEPROM memory" ] # If we use the GCC compiler we should pass some flags. CORE_CPU = "atmega103" include("avr_post.common")