From 7d58e6da3f55222d0730a361c622aeb516df2b42 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 12 Dec 2008 17:20:26 +0000 Subject: [PATCH] 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 --- spec/at91sam7s-ek/at91sam7s-ek.bdef | 48 +++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 spec/at91sam7s-ek/at91sam7s-ek.bdef 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" ] + -- 2.25.1