X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Finfo%2FAT91SAM7S128.cdef;fp=bertos%2Fcpu%2Farm%2Finfo%2FAT91SAM7S128.cdef;h=81faa48645140a94a0a02cb3e76d646f8e5b6bc5;hb=c276c0173bec907b25af776f5a692114f79964fe;hp=0000000000000000000000000000000000000000;hpb=32e6349e26a6a004895e31d01e0e8bf9341f2b50;p=bertos.git diff --git a/bertos/cpu/arm/info/AT91SAM7S128.cdef b/bertos/cpu/arm/info/AT91SAM7S128.cdef new file mode 100644 index 00000000..81faa486 --- /dev/null +++ b/bertos/cpu/arm/info/AT91SAM7S128.cdef @@ -0,0 +1,49 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Cpu info of the AT91SAM7S128. +# +# 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_AT91SAM7S128__" ] +LD_FLAGS += [ "-T " + SCRIPT_DIR + " at91sam7_128_rom.ld" ] +