From: asterix Date: Fri, 12 Dec 2008 17:20:26 +0000 (+0000) Subject: Add first skell of settings and defines of the supported board. X-Git-Tag: 2.1.0~654 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=7d58e6da3f55222d0730a361c622aeb516df2b42;p=bertos.git Add first skell of settings and defines of the supported board. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2028 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/spec/at91sam7s-ek/at91sam7s-ek.bdef b/spec/at91sam7s-ek/at91sam7s-ek.bdef new file mode 100644 index 00000000..7ce27080 --- /dev/null +++ b/spec/at91sam7s-ek/at91sam7s-ek.bdef @@ -0,0 +1,48 @@ +# +#-*- coding: utf-8 -*- +# +# \file +# +# +# Settings and definitions for the AT91SAM7S-EK board. +# +# This file contain all info for the BeRTOS wizard. +# +# \author Daniele Basile +# +# + +# List of the BeRTOS's supported cpu. +BOARD_CPU_CORE = "at91sam7s256" + +# On this board the following drivers are supported. +BOARD_DRV = [ "adc", "kdebug", "pwm", "ser", "timer", "twi" ] +