2015-07-04 09:37:54 +02:00
|
|
|
# define the cpu used by the ek-lm4f120xl board
|
|
|
|
export CPU = lm4f120
|
2015-07-17 19:46:15 +02:00
|
|
|
export CPU_MODEL = LM4F120H5QR
|
2015-07-04 09:37:54 +02:00
|
|
|
|
|
|
|
#define the default port depending on the host OS
|
|
|
|
PORT_LINUX ?= /dev/ttyACM0
|
2016-02-13 21:51:08 +01:00
|
|
|
PORT_DARWIN ?= $(firstword $(sort $(wildcard /dev/tty.usbmodem*)))
|
2015-07-04 09:37:54 +02:00
|
|
|
|
|
|
|
# setup serial terminal
|
2016-01-27 10:47:12 +01:00
|
|
|
include $(RIOTMAKE)/tools/serial.inc.mk
|
2015-07-04 09:37:54 +02:00
|
|
|
|
|
|
|
# this board uses openocd
|
2016-01-27 10:47:12 +01:00
|
|
|
include $(RIOTMAKE)/tools/openocd.inc.mk
|