summaryrefslogtreecommitdiff
path: root/digital/zigbit/bitcloud/stack/Components/BSP/BoardConfig.h
blob: 41c464d236bab5c5d1f7abccfc7dcc5391268178 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/***************************************************************************//**
\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