Created
June 2, 2012 17:54
-
-
Save brunql/2859350 to your computer and use it in GitHub Desktop.
Flash AT90USB162 via Atmel Flip (console version)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem Flash AT90USB162 via Atmel Flip | |
rem External tools arguments in Atmel Studio: $(ProjectDir) $(SolutionFileName) | |
set hexPath=%~f1Debug\%~n2.hex | |
batchisp -device at90usb162 -hardware usb -operation loadbuffer "%hexPath%" erase f program verify start reset 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment