mega88 version

This commit is contained in:
Olaf Rempel
2008-06-17 18:02:07 +02:00
parent 96a79d970d
commit dbef89dc6e
2 changed files with 17 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
PRG = twiboot
OBJ = main.o
MCU_TARGET = atmega8
MCU_TARGET = atmega88
OPTIMIZE = -Os
DEFS =
@@ -41,4 +41,4 @@ bin: $(PRG).bin
$(OBJCOPY) -j .text -j .data -O binary $< $@
install: text
uisp -dprog=avr910 -dserial=/dev/ttyS0 -dspeed=115200 -dpart=M8 --erase --upload if=$(PRG).hex
uisp -dprog=avr910 -dserial=/dev/ttyS0 -dspeed=115200 -dpart=auto --erase --upload if=$(PRG).hex