mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
# ******************************************************************************
|
|
# Copyright 2010, Freie Universitaet Berlin (FUB). All rights reserved.
|
|
# ******************************************************************************
|
|
# $Id$
|
|
|
|
BOARD = eZ430-Chronos ;
|
|
CPU = msp430 ;
|
|
MCU = cc430x6137 ;
|
|
|
|
FLASHER ?= mspdebug ;
|
|
FLASHFLAGS ?= rf2500 ;
|
|
|