Blame view

RIOT/boards/telosb/Makefile.include 483 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  ## the cpu to build for
  export CPU = msp430fxyz
  export CPU_MODEL = msp430f1611
  
  # set default port depending on operating system
  PORT_LINUX ?= /dev/ttyUSB0
  PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbserial-MXV*)))
  # setup serial terminal
  export BAUD ?= 9600
  include $(RIOTMAKE)/tools/serial.inc.mk
  
  # flash tool configuration
  export OFLAGS = -O ihex
  export FLASHER = $(RIOTBASE)/dist/tools/goodfet/goodfet.bsl
  export FFLAGS = --telosb -c $(PORT) -r -e -I -p $(HEXFILE)