# #-*- coding: utf-8 -*- # # \file # # # Cpu info of the MSP430G2231. # # This file contains all the info for the BeRTOS wizard. # # \author Daniele Basile # # # Import the common settings for the path. include("msp430.common") # Short description of the cpu. CPU_DESC += [ "1 Kbytes Flash", "128 byte internal SRAM"] # If we use the GCC compiler we should pass some flags. # Probaly msp430-gcc typos.. CORE_CPU = "msp430x2012" # GCC flags for this cpu. MK_CPU_CPPFLAGS += " -D__MSP430G2231__" include("msp430_post.common")