X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Finfo%2Fat91sam7s256.cdef;fp=bertos%2Fcpu%2Farm%2Finfo%2Fat91sam7s256.cdef;h=0000000000000000000000000000000000000000;hb=c276c0173bec907b25af776f5a692114f79964fe;hp=1942bb0062da08aa106ec8c256daa6731bb7f8c7;hpb=32e6349e26a6a004895e31d01e0e8bf9341f2b50;p=bertos.git diff --git a/bertos/cpu/arm/info/at91sam7s256.cdef b/bertos/cpu/arm/info/at91sam7s256.cdef deleted file mode 100644 index 1942bb00..00000000 --- a/bertos/cpu/arm/info/at91sam7s256.cdef +++ /dev/null @@ -1,50 +0,0 @@ -# -#-*- 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") - -# GCC flags for this cpu. -CPP_FLAGS += [ "-D__ARM_AT91SAM7S256__" ] -LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_256_rom.ld" ] - -