#
#
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "arm/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "arm/hw/"
-
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "arm"
CPPA_FLAGS = []
-CPP_FLAGS = [ "-D__ARM_AT91SAM7S128__"
- "-fverbose-asm"]
+CPP_FLAGS = []
LD_FLAGS = [ "-nostartfiles",
"-T " + BERTOS_SCRIPT_DIR + " at91sam7_128_rom.ld"
CPPA_SRC = [ BERTOS_HW_DIR + "crtat91sam7_rom.S",
BERTOS_HW_DIR + "switch_arm.S" ]
+# If you want to use, one o more, of these modules in your project you should compile in
+# different way.
PC_SRC = []
# For this cpu BeRTOS support these driver:
-SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi]
+SUPPORTED_DRV = []
#
#
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "arm/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "arm/hw/"
-
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "arm"
CPPA_FLAGS = []
-CPP_FLAGS = [ "-D__ARM_AT91SAM7S256__"
- "-fverbose-asm"]
+CPP_FLAGS = []
LD_FLAGS = [ "-nostartfiles",
"-T " + BERTOS_SCRIPT_DIR + " at91sam7_256_rom.ld"
PC_SRC = []
# For this cpu BeRTOS support these driver:
-SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi]
+SUPPORTED_DRV = []
#
#
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "arm/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "arm/hw/"
-
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "arm"
CPPA_FLAGS = []
-CPP_FLAGS = [ "-D__ARM_AT91SAM7X128__"
- "-fverbose-asm"]
+CPP_FLAGS = []
LD_FLAGS = [ "-nostartfiles",
"-T " + BERTOS_SCRIPT_DIR + " at91sam7_128_rom.ld"
PC_SRC = []
# For this cpu BeRTOS support these driver:
-SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi]
+SUPPORTED_DRV = []
#
#
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "arm/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "arm/hw/"
-
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "arm"
CPPA_FLAGS = []
-CPP_FLAGS = [ "-D__ARM_AT91SAM7X256__"
- "-fverbose-asm"]
+CPP_FLAGS = []
LD_FLAGS = [ "-nostartfiles",
"-T " + BERTOS_SCRIPT_DIR + " at91sam7_256_rom.ld"
PC_SRC = []
# For this cpu BeRTOS support these driver:
-SUPPORTED_DRV = [adc, kdebug, pwm, ser, stepper, timer, twi]
+SUPPORTED_DRV = []
#
#
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "avr/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "avr/hw/"
-
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "avr"
# If we use the GCC compiler we should pass some flags.
CORE_CPU = "atmega103"
-C_FLAGS = [ "-fno-strict-aliasing" ]
+C_FLAGS = []
CPPA_FLAGS = []
# If you want to use, one o more, of these modules in your project you should compile in
# different way.
-PC_SRC = [ kdebug, formartwr, sprintf, text_format, text ]
+PC_SRC = []
# For this cpu BeRTOS support these driver:
-SUPPORTED_DRV = [adc, flash, flash, pwm, ser, sipo, timer, wdt, ic2, kdebug, lcd_32122a]
+SUPPORTED_DRV = []
#
#
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "avr/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "avr/hw/"
-
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "avr"
# If we use the GCC compiler we should pass some flags.
CORE_CPU = "atmega128"
-C_FLAGS = [ "-fno-strict-aliasing" ]
+C_FLAGS = []
CPPA_FLAGS = []
# If you want to use, one o more, of these modules in your project you should compile in
# different way.
-PC_SRC = [ kdebug, formartwr, sprintf, text_format, text ]
+PC_SRC = []
# For this cpu BeRTOS support these driver:
-SUPPORTED_DRV = [adc, flash, flash, pwm, ser, sipo, timer, wdt, ic2, kdebug, lcd_32122a]
+SUPPORTED_DRV = []
#
#
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "avr/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "avr/hw/"
-
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "avr"
# If we use the GCC compiler we should pass some flags.
CORE_CPU = "atmega1281"
-C_FLAGS = [ "-fno-strict-aliasing" ]
+C_FLAGS = []
CPPA_FLAGS = []
# If you want to use, one o more, of these modules in your project you should compile in
# different way.
-PC_SRC = [ kdebug, formartwr, sprintf, text_format, text ]
+PC_SRC = []
# For this cpu BeRTOS support these driver:
-SUPPORTED_DRV = [adc, flash, flash, pwm, ser, sipo, timer, wdt, ic2, kdebug, lcd_32122a]
+SUPPORTED_DRV = []
#
#
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "avr/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "avr/hw/"
-
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "avr"
# If we use the GCC compiler we should pass some flags.
CORE_CPU = "atmega168"
-C_FLAGS = [ "-fno-strict-aliasing" ]
+C_FLAGS = []
CPPA_FLAGS = []
# If you want to use, one o more, of these modules in your project you should compile in
# different way.
-PC_SRC = [ kdebug, formartwr, sprintf, text_format, text ]
+PC_SRC = []
# For this cpu BeRTOS support these driver:
-SUPPORTED_DRV = [adc, flash, flash, pwm, ser, sipo, timer, wdt, ic2, kdebug, lcd_32122a]
+SUPPORTED_DRV = []
#
#
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "avr/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "avr/hw/"
-
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "avr"
# If we use the GCC compiler we should pass some flags.
CORE_CPU = "atmega32"
-C_FLAGS = [ "-fno-strict-aliasing" ]
+C_FLAGS = []
CPPA_FLAGS = []
# If you want to use, one o more, of these modules in your project you should compile in
# different way.
-PC_SRC = [ kdebug, formartwr, sprintf, text_format, text ]
+PC_SRC = []
# For this cpu BeRTOS support these driver:
-SUPPORTED_DRV = [adc, flash, flash, pwm, ser, sipo, timer, wdt, ic2, kdebug, lcd_32122a]
+SUPPORTED_DRV = []
#
#
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "avr/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "avr/hw/"
-
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "avr"
# If we use the GCC compiler we should pass some flags.
CORE_CPU = "atmega64"
-C_FLAGS = [ "-fno-strict-aliasing" ]
+C_FLAGS = []
CPPA_FLAGS = []
# If you want to use, one o more, of these modules in your project you should compile in
# different way.
-PC_SRC = [ kdebug, formartwr, sprintf, text_format, text ]
+PC_SRC = []
# For this cpu BeRTOS support these driver:
-SUPPORTED_DRV = [adc, flash, flash, pwm, ser, sipo, timer, wdt, ic2, kdebug, lcd_32122a]
+SUPPORTED_DRV = []
#
#
-# Where are locate the bertos directories
-BERTOS_CPU_DIR = "bertos/cpu/"
-BERTOS_SCRIPT_DIR = BERTOS_CPU_DIR + "avr/script/"
-BERTOS_HW_DIR = BERTOS_CPU_DIR + "avr/hw/"
-
# Type of the toolchain we should use to compile the source for this CPU.
TOOLCHAIN = "avr"
# If we use the GCC compiler we should pass some flags.
CORE_CPU = "atmega8"
-C_FLAGS = [ "-fno-strict-aliasing" ]
+C_FLAGS = []
CPPA_FLAGS = []
# If you want to use, one o more, of these modules in your project you should compile in
# different way.
-PC_SRC = [ kdebug, formartwr, sprintf, text_format, text ]
+PC_SRC = []
# For this cpu BeRTOS support these driver:
-SUPPORTED_DRV = [adc, flash, flash, pwm, ser, sipo, timer, wdt, ic2, kdebug, lcd_32122a]
+SUPPORTED_DRV = []