AVR: Remove this files, no more needed with the new makefile.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10597 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Theodore Ateba 2017-09-16 15:53:35 +00:00
parent 300ac7daa4
commit ea0cdcbbc6
2 changed files with 0 additions and 44 deletions

View File

@ -1,22 +0,0 @@
MSG_PROG = -------- write the program to the device flash --------
MSG_ERASE = -------- erase the device flash memory --------
DFU_PROGRAMMER = dfu-programmer
DFU_WRITE_FLASH = flash --force
DFU_ERASE_FLASH = erase
DFU_RESET = reset
prog :
@echo
@echo $(MSG_PROG)
$(DFU_PROGRAMMER) $(MCU) $(DFU_WRITE_FLASH) $(TARGET).hex
$(DFU_PROGRAMMER) $(MCU) $(DFU_RESET)
@echo $(MSG_END)
erase :
@echo
@echo $(MSG_ERASE)
$(DFU_PROGRAMMER) $(MCU) $(DFU_ERASE_FLASH)
@echo $(MSG_END)

View File

@ -1,22 +0,0 @@
MSG_PROG = -------- write the program to the device flash --------
MSG_ERASE = -------- erase the device flash memory --------
DFU_PROGRAMMER = dfu-programmer
DFU_WRITE_FLASH = flash --force
DFU_ERASE_FLASH = erase
DFU_RESET = reset
prog :
@echo
@echo $(MSG_PROG)
$(DFU_PROGRAMMER) $(MCU) $(DFU_WRITE_FLASH) $(TARGET).hex
$(DFU_PROGRAMMER) $(MCU) $(DFU_RESET)
@echo $(MSG_END)
erase :
@echo
@echo $(MSG_ERASE)
$(DFU_PROGRAMMER) $(MCU) $(DFU_ERASE_FLASH)
@echo $(MSG_END)