Subversion Repositories pentevo

Rev

Blame | Last modification | View Log | Download | RSS feed | ?url?

  1. call clean.bat
  2. @echo on
  3. ..\..\tools\mhmt\mhmt.exe -mlz -maxwin4096 ..\fpga\main.rbf fpga.mlz
  4. ..\..\tools\bin2avr\bin2avr.exe fpga.mlz
  5. ..\..\tools\avra\avra.exe -fI evoflash.asm -l evoflash.lst
  6. if not exist evoflash.hex goto err
  7. ..\..\tools\make_fw\make_fw.exe evoflash.hex evoflash.eep.hex version.txt %1
  8. rem del /f /q evoflash.hex
  9. :err