add programming section to makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -6,6 +6,10 @@ PPZSUM=ppzsum
|
|||||||
|
|
||||||
all: tester.hex
|
all: tester.hex
|
||||||
|
|
||||||
|
program: tester.hex
|
||||||
|
minipro -p SST39SF040@PLCC32 -E
|
||||||
|
minipro -p SST39SF040@PLCC32 -w tester.hex
|
||||||
|
|
||||||
tester.hex: tester_INIT.bin
|
tester.hex: tester_INIT.bin
|
||||||
$(APPMAKE) +hex --org 0 -b tester_INIT.bin -o tester.hex
|
$(APPMAKE) +hex --org 0 -b tester_INIT.bin -o tester.hex
|
||||||
# $(PPZSUM) -ii <tester.hex >/dev/null
|
# $(PPZSUM) -ii <tester.hex >/dev/null
|
||||||
|
|||||||
Reference in New Issue
Block a user