# #-*- 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" ]