# #-*- coding: utf-8 -*- # # \file # # # General CPU info denfinition for NXP LPC2 family. # # This file contain all info for the BeRTOS wizard. # # \author Francesco Sacchi # # # Import the common settings for the lpc2xxx family. include("lpc2.common") # Short description of the cpu. CPU_DESC += [ "512 Kbytes internal flash memory", "32 Kbytes internal SRAM memory" ] # GCC flags for this cpu. MK_CPU_CPPFLAGS += " -D__ARM_LPC2378__" MK_CPU_LDFLAGS += " -T " + SCRIPT_DIR + "lpc2378.ld" # CPU type used for flashing/debugging MK_PROGRAMMER_CPU = "lpc2378"