add programming section to makefile

This commit is contained in:
2024-05-06 21:08:16 -07:00
parent fedce53741
commit 16fbd100f6

View File

@@ -6,6 +6,10 @@ PPZSUM=ppzsum
all: tester.hex
program: tester.hex
minipro -p SST39SF040@PLCC32 -E
minipro -p SST39SF040@PLCC32 -w tester.hex
tester.hex: tester_INIT.bin
$(APPMAKE) +hex --org 0 -b tester_INIT.bin -o tester.hex
# $(PPZSUM) -ii <tester.hex >/dev/null