# #-*- coding: utf-8 -*- # # \file # # # Cpu info of the AT91SAM7S256. # # This file contain all info for the BeRTOS wizard. # # \author Daniele Basile # # # Import the common settings for the AT91SAM7 family. include("at91sam7.common") # Short description of the cpu. CPU_DESC += [ "256 Kbytes internal flash memory", "64 Kbytes internal SRAM memory" ] # GCC flags for this cpu. CPP_FLAGS += [ "-D__ARM_AT91SAM7S256__" ] LD_FLAGS += [ "-T " + SCRIPT_DIR + "at91sam7_256_rom.ld" ]