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=2186d387fcb4eba6773b33f08d26f5072c6f31cd;hb=712deb4852195fb23ef7821f129d922fcc210557;hp=9906a7b29e94a7ec5687f79e5414ef37d4bf4520;hpb=5d616a1ec23fde3660d77949ec1edc5bfce2f977;p=bertos.git 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]