Apple1-esp/Makefile

7 lines
150 B
Makefile
Raw Normal View History

2014-11-11 17:13:25 +00:00
PROCESSOR_FAMILY := lm4f
BOARD := lplm4f120h5qr
2018-11-16 08:03:43 +00:00
CPPFLAGS := -DDEBUGGING -DHARDWARE_H=\"hw/lm4f-utft-sd.h\"
LIBRARIES := UTFT SD
2014-11-11 17:13:25 +00:00
2017-10-11 10:50:13 +00:00
include energia10.mk