Remove fuses from .hex, Pass MCU name to avr-size
This commit is contained in:
parent
7877d54e1e
commit
0946203c57
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
all:
|
||||
make TARGET=avr-ravenusb -f Makefile.ravenusbstick ravenusbstick.elf
|
||||
avr-objcopy -O ihex -R .eeprom ravenusbstick.elf ravenusbstick.hex
|
||||
avr-size -C ravenusbstick.elf
|
||||
avr-objcopy -O ihex -R .eeprom -R .fuse ravenusbstick.elf ravenusbstick.hex
|
||||
avr-size -C --mcu=at90usb1287 ravenusbstick.elf
|
||||
|
||||
clean:
|
||||
make -f Makefile.ravenusbstick clean
|
||||
|
|
Loading…
Reference in a new issue