From 22abd06132445a55a1a0266897920f26634825c1 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 26 Dec 2012 17:38:10 +0100 Subject: digital/beacon: remove obsolete bitcloud stack --- .../Bitcloud_stack/Components/BSP/BoardConfig.h | 89 ---------------------- 1 file changed, 89 deletions(-) delete mode 100644 digital/beacon/src/Bitcloud_stack/Components/BSP/BoardConfig.h (limited to 'digital/beacon/src/Bitcloud_stack/Components/BSP/BoardConfig.h') diff --git a/digital/beacon/src/Bitcloud_stack/Components/BSP/BoardConfig.h b/digital/beacon/src/Bitcloud_stack/Components/BSP/BoardConfig.h deleted file mode 100644 index 41c464d2..00000000 --- a/digital/beacon/src/Bitcloud_stack/Components/BSP/BoardConfig.h +++ /dev/null @@ -1,89 +0,0 @@ -/***************************************************************************//** -\file BoardConfig.h - -\brief Definition of board-specific periphery for each platform. - -\author - Atmel Corporation: http://www.atmel.com \n - Support email: avr@atmel.com - - Copyright (c) 2008-2011, Atmel Corporation. All rights reserved. - Licensed under Atmel's Limited License Agreement (BitCloudTM). -*******************************************************************************/ -#ifdef BOARD_MESHBEAN - #define _BUTTONS_ - #define _TEMPERATURE_SENSOR_ - #define _LIGHT_SENSOR_ - #define _LEDS_ - #define _SLIDERS_ -#endif -#ifdef BOARD_RAVEN - #define _LCD_ - #define _TEMPERATURE_SENSOR_ - #define _BATTERY_SENSOR_ -#endif -#ifdef BOARD_USB_DONGLE - #define _LEDS_ -#endif -#ifdef BOARD_STK600 - #define _BUTTONS_ - #define _LEDS_ -#endif -#ifdef BOARD_STK500 - #define _BUTTONS_ - #define _LEDS_ -#endif -#ifdef BOARD_MESHBEAN_TURBO - #define _LEDS_ - #define _SLIDERS_ - #define _BUTTONS_ -#endif -#ifdef BOARD_MESHBEAN_LAN - #define _LEDS_ - #define _BUTTONS_ -#endif -#ifdef BOARD_SAM7X_EK - #define _LEDS_ - #define _JOYSTICK_ -#endif -#ifdef BOARD_SAM3S_EK - #define _LEDS_ -#endif -#ifdef BOARD_SAM3S_PIRRD - #define _LEDS_ -#endif -#ifdef BOARD_RF231USBRD - #define _LEDS_ -#endif -#ifdef BOARD_CUSTOM_3 - #define _LEDS_ -#endif -#ifdef BOARD_CUSTOM_1 - #define _LEDS_ - #define _BUTTONS_ - #define _RS485CONTROL_ -#endif -#ifdef BOARD_CUSTOM_2 - #define _LEDS_ - #define _BUTTONS_ - #define _RS485CONTROL_ - #define _USBCONTROL_ -#endif -#ifdef BOARD_RCB - #define _LEDS_ -#endif -#ifdef BOARD_AVR32_EVK1105 - #define _LEDS_ - #define _BUTTONS_ -#endif -#ifdef BOARD_XPLAIN - #define _LEDS_ - #define _BUTTONS_ -#endif -#ifdef BOARD_REB_CBB - #define _LEDS_ - #define _BUTTONS_ -#endif -#ifdef BOARD_SIMULATOR - #define _LEDS_ -#endif -- cgit v1.2.3