Skip to content
Snippets Groups Projects
Commit 728c482c authored by dak664's avatar dak664
Browse files

remove .fuse section from hex file, add mcu

parent e7bc9f20
No related branches found
No related tags found
No related merge requests found
all:
make -f Makefile.webserver TARGET=avr-raven webserver6.elf
avr-objcopy -O ihex -R .eeprom webserver6.elf webserver6.hex
avr-size -C webserver6.elf
avr-objcopy -O ihex -R .eeprom -R .fuse webserver6.elf webserver6.hex
avr-size -C --mcu=atmega1284p webserver6.elf
clean:
make -f Makefile.webserver TARGET=avr-raven clean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment