Added resource definition for button and removed obsolete compiler setup (compiler setup is now handled by cpu/msp430/msp430def.h)

This commit is contained in:
Niclas Finne 2012-01-11 00:22:18 +01:00
parent 24d58edf15
commit 1c6c4ba2f1
3 changed files with 5 additions and 24 deletions

View file

@ -25,13 +25,11 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: platform-conf.h,v 1.1 2010/08/24 16:26:38 joxe Exp $
*/
/**
* \file
* A brief description of what this file is
* Platform configuration for the Z1 platform
* \author
* Joakim Eriksson <joakime@sics.se>
*/
@ -46,19 +44,7 @@
#define ZOLERTIA_Z1 1 /* Enric */
#define PLATFORM_HAS_LEDS 1
#ifdef __IAR_SYSTEMS_ICC__
#include <intrinsics.h>
#include <in430.h>
#define dint() __disable_interrupt()
#define eint() __enable_interrupt()
#define __MSP430F2617__ 1
#define __MSP430__ 1
#define CC_CONF_INLINE
#define BV(x) (1 << x)
#else
#define CC_CONF_INLINE inline
#endif
#define PLATFORM_HAS_BUTTON 1
/* CPU target speed in Hz */
#define F_CPU 8000000uL /* 8MHz by default */