summaryrefslogtreecommitdiff
path: root/digital/beacon/src/Bitcloud_stack/Components/BSP/BoardConfig.h
diff options
context:
space:
mode:
authorFlorent Duchon2012-12-26 17:38:10 +0100
committerFlorent Duchon2013-02-13 21:24:56 +0100
commit22abd06132445a55a1a0266897920f26634825c1 (patch)
treeeb56bd5654cd3a443b51ee3ea61cc9bbef6f185e /digital/beacon/src/Bitcloud_stack/Components/BSP/BoardConfig.h
parentd3807d11ae66d862d5a41cae082288de4b23465c (diff)
digital/beacon: remove obsolete bitcloud stack
Diffstat (limited to 'digital/beacon/src/Bitcloud_stack/Components/BSP/BoardConfig.h')
-rw-r--r--digital/beacon/src/Bitcloud_stack/Components/BSP/BoardConfig.h89
1 files changed, 0 insertions, 89 deletions
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