add scratchpad region save and restore

This commit is contained in:
optixx
2009-08-24 20:53:14 +02:00
parent 98ac61c91d
commit ee9b377698
4 changed files with 63 additions and 7 deletions

View File

@@ -62,11 +62,8 @@ help:
@echo "make clean ..... to delete objects and hex file"
hex: main.hex
@echo "==============================="
@echo "$(TARGET) compiled for: $(DEVICE)"
@echo -n "size is: "
@$(SIZE) -A $(TARGET).hex | grep "\.sec1" | tr -s " " | cut -d" " -f2
@echo "==============================="
@./checksize $(TARGET).elf
program: flash fuse