- compatible with m3dev lpcboot tool - supports lpc43xx with external spi flash right now - suitable for acting as a second stage flash agent after rom dfu download
10 lines
105 B
Makefile
10 lines
105 B
Makefile
MODULES += \
|
|
app/lpcboot
|
|
|
|
GLOBAL_DEFINES += \
|
|
WITH_NO_FP=1
|
|
|
|
# WITH_NO_CLOCK_INIT=1
|
|
|
|
TARGET := lpclink2
|