X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Finfo%2Fat91sam7x128.cdef;fp=bertos%2Fcpu%2Farm%2Finfo%2Fat91sam7x128.cdef;h=0000000000000000000000000000000000000000;hb=c276c0173bec907b25af776f5a692114f79964fe;hp=cbe263fa45bef19f8f383f21dc453c9e8188d5af;hpb=32e6349e26a6a004895e31d01e0e8bf9341f2b50;p=bertos.git diff --git a/bertos/cpu/arm/info/at91sam7x128.cdef b/bertos/cpu/arm/info/at91sam7x128.cdef deleted file mode 100644 index cbe263fa..00000000 --- a/bertos/cpu/arm/info/at91sam7x128.cdef +++ /dev/null @@ -1,49 +0,0 @@ -# -#-*- coding: utf-8 -*- -# -# \file -# -# -# Cpu info of the AT91SAM7X128. -# -# This file contain all info for the BeRTOS wizard. -# -# \author Daniele Basile -# -# - -# Import the common settings for the AT91SAM7 family. -include("at91sam7.common") - -# GCC flags for this cpu. -CPP_FLAGS += [ "-D__ARM_AT91SAM7X128__" ] -LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_128_rom.ld" ] -