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-01-22 16:24:22 +01:00
|
|
|
PORT_DARWIN ?= $(shell ls -1 /dev/tty.usbmodem* | head -n 1)
|
2015-07-04 09:37:54 +02:00
|
|
|
|
|
|
|
# setup serial terminal
|
|
|
|
include $(RIOTBOARD)/Makefile.include.serial
|
|
|
|
|
|
|
|
# this board uses openocd
|
|
|
|
include $(RIOTBOARD)/Makefile.include.openocd
|
|
|
|
|
|
|
|
# include cortex defaults
|
|
|
|
include $(RIOTBOARD)/Makefile.include.cortexm_common
|