# #-*- coding: utf-8 -*- # # \file # # # Cpu info of the MSP430f2274. # # This file contains all the info for the BeRTOS wizard. # # \author Mohamed Tarek # # # Import the common settings for the path. include("msp430.common") # Short description of the cpu. CPU_DESC += [ "32 Kbytes Flash", "1 Kbyte internal SRAM", "256 bytes Information Flash"] # If we use the GCC compiler we should pass some flags. CORE_CPU = "msp430x2274" # GCC flags for this cpu. MK_CPU_CPPFLAGS += " -D__MSP430F2274__" include("msp430_post.common")