Apple1-esp/Makefile

8 lines
166 B
Makefile
Raw Normal View History

2014-11-11 17:13:25 +00:00
PROCESSOR_FAMILY := lm4f
BOARD := lplm4f120h5qr
# watch the CPU execute
2018-11-12 07:47:06 +00:00
#CPPFLAGS := -DCPU_DEBUG
CPPFLAGS := -DHARDWARE_H=\"hw/lm4f-utft-sd.h\"
2014-11-11 17:13:25 +00:00
2017-10-11 10:50:13 +00:00
include energia10.mk