OSDN Git Service

modified QNUMBER, simplified project structure
[fast-forth/master.git] / config / prog.bat
similarity index 69%
rename from config/msp430/prog.bat
rename to config/prog.bat
index 4781e6e..4783f94 100644 (file)
@@ -1,8 +1,8 @@
 ::@echo off
 
-@call  %~d1\config\msp430\Select.bat SelectDevice %1
+@call  %~d1\config\Select.bat SelectDevice %1
 @echo %device% programmation
-%~d1\prog\MSP430Flasher\msp430flasher -s -m SBW2 -n %device% -v -w %~n1.txt  -z [RESET,VCC]
+%~d1\prog\msp430flasher -s -m SBW2 -n %device% -v -w %~d1\binaries\%~n1.txt  -z [RESET,VCC]
 
 @exit