summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-12-29 12:35:11 -0800
committerKeith Packard <keithp@keithp.com>2008-12-29 12:35:11 -0800
commitea366058aa467a8a7caf17e7014758f3741ea7f7 (patch)
tree9ba6fdef7c8995460ff46c836fbad99e9c0a581f /target
parente0697186a2f9b6139636ff5d5c162879c85caf9c (diff)
Fix flashing less than a full page of data. Verify page at a time.
The 8051 flashing code requires special help with counts with non-zero low byte. Also, instead of verifying the entire flash contents at the end, verify each page as it goes. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'target')
-rw-r--r--target/blink/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/blink/Makefile b/target/blink/Makefile
index 1f18f529..4c9b4102 100644
--- a/target/blink/Makefile
+++ b/target/blink/Makefile
@@ -42,3 +42,5 @@ blink-flash.ihx: blink-ram.ihx
clean:
rm -f $(ADB) $(ASM) $(LNK) $(LST) $(REL) $(RST) $(SYM)
rm -f $(PROGS) $(PCDB) $(PLNK) $(PMAP) $(PMEM) $(PAOM)
+
+install: