From 712deb4852195fb23ef7821f129d922fcc210557 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 11 Dec 2008 18:18:31 +0000 Subject: [PATCH] Comply to avr cdef format. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2011 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cpu/arm/info/at91sam7s128.cdef | 4 ++++ bertos/cpu/arm/info/at91sam7s256.cdef | 4 ++++ bertos/cpu/arm/info/at91sam7x128.cdef | 4 ++++ bertos/cpu/arm/info/at91sam7x256.cdef | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/bertos/cpu/arm/info/at91sam7s128.cdef b/bertos/cpu/arm/info/at91sam7s128.cdef index 3cb51f64..65009a3d 100644 --- a/bertos/cpu/arm/info/at91sam7s128.cdef +++ b/bertos/cpu/arm/info/at91sam7s128.cdef @@ -51,6 +51,8 @@ TOOLCHAIN = "arm" # If we use the GCC compiler we should pass some flags. CORE_CPU = "arm7tdmi" +C_FLAGS = [] + CPPA_FLAGS = [] CPP_FLAGS = [ "-D__ARM_AT91SAM7S128__" @@ -63,6 +65,8 @@ LD_FLAGS = [ "-nostartfiles", CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S", BERTOS_HW_DIR + "switch_arm.S" ] +PC_SRC = [] + # For this cpu BeRTOS support these driver: SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi] diff --git a/bertos/cpu/arm/info/at91sam7s256.cdef b/bertos/cpu/arm/info/at91sam7s256.cdef index 9906a7b2..2186d387 100644 --- a/bertos/cpu/arm/info/at91sam7s256.cdef +++ b/bertos/cpu/arm/info/at91sam7s256.cdef @@ -51,6 +51,8 @@ TOOLCHAIN = "arm" # If we use the GCC compiler we should pass some flags. CORE_CPU = "arm7tdmi" +C_FLAGS = [] + CPPA_FLAGS = [] CPP_FLAGS = [ "-D__ARM_AT91SAM7S256__" @@ -63,6 +65,8 @@ LD_FLAGS = [ "-nostartfiles", CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S", BERTOS_HW_DIR + "switch_arm.S" ] +PC_SRC = [] + # For this cpu BeRTOS support these driver: SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi] diff --git a/bertos/cpu/arm/info/at91sam7x128.cdef b/bertos/cpu/arm/info/at91sam7x128.cdef index 8da02e28..0c08a296 100644 --- a/bertos/cpu/arm/info/at91sam7x128.cdef +++ b/bertos/cpu/arm/info/at91sam7x128.cdef @@ -51,6 +51,8 @@ TOOLCHAIN = "arm" # If we use the GCC compiler we should pass some flags. CORE_CPU = "arm7tdmi" +C_FLAGS = [] + CPPA_FLAGS = [] CPP_FLAGS = [ "-D__ARM_AT91SAM7X128__" @@ -63,6 +65,8 @@ LD_FLAGS = [ "-nostartfiles", CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S", BERTOS_HW_DIR + "switch_arm.S" ] +PC_SRC = [] + # For this cpu BeRTOS support these driver: SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi] diff --git a/bertos/cpu/arm/info/at91sam7x256.cdef b/bertos/cpu/arm/info/at91sam7x256.cdef index bdfea26a..cdafb488 100644 --- a/bertos/cpu/arm/info/at91sam7x256.cdef +++ b/bertos/cpu/arm/info/at91sam7x256.cdef @@ -51,6 +51,8 @@ TOOLCHAIN = "arm" # If we use the GCC compiler we should pass some flags. CORE_CPU = "arm7tdmi" +C_FLAGS = [] + CPPA_FLAGS = [] CPP_FLAGS = [ "-D__ARM_AT91SAM7X256__" @@ -63,6 +65,8 @@ LD_FLAGS = [ "-nostartfiles", CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S", BERTOS_HW_DIR + "switch_arm.S" ] +PC_SRC = [] + # For this cpu BeRTOS support these driver: SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi] -- 2.25.1