CubeMX broke things on my other computer
This commit is contained in:
parent
69e7641b34
commit
58c696f094
39 changed files with 335807 additions and 48449 deletions
|
|
@ -25,7 +25,7 @@ if not "%~1" == "" goto debugFile
|
|||
|
||||
@echo on
|
||||
|
||||
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\common\bin\cspybat" -f "C:\Users\maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.general.xcl" --backend -f "C:\Users\maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.driver.xcl"
|
||||
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\common\bin\cspybat" -f "C:\Users\Maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.general.xcl" --backend -f "C:\Users\Maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.driver.xcl"
|
||||
|
||||
@echo off
|
||||
goto end
|
||||
|
|
@ -34,7 +34,7 @@ goto end
|
|||
|
||||
@echo on
|
||||
|
||||
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\common\bin\cspybat" -f "C:\Users\maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.general.xcl" "--debug_file=%~1" --backend -f "C:\Users\maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.driver.xcl"
|
||||
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\common\bin\cspybat" -f "C:\Users\Maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.general.xcl" "--debug_file=%~1" --backend -f "C:\Users\Maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.driver.xcl"
|
||||
|
||||
@echo off
|
||||
:end
|
||||
|
|
@ -23,9 +23,9 @@
|
|||
|
||||
if ($debugfile -eq "")
|
||||
{
|
||||
& "C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\common\bin\cspybat" -f "C:\Users\maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.general.xcl" --backend -f "C:\Users\maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.driver.xcl"
|
||||
& "C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\common\bin\cspybat" -f "C:\Users\Maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.general.xcl" --backend -f "C:\Users\Maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.driver.xcl"
|
||||
}
|
||||
else
|
||||
{
|
||||
& "C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\common\bin\cspybat" -f "C:\Users\maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.general.xcl" --debug_file=$debugfile --backend -f "C:\Users\maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.driver.xcl"
|
||||
& "C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\common\bin\cspybat" -f "C:\Users\Maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.general.xcl" --debug_file=$debugfile --backend -f "C:\Users\Maxunm\Desktop\TShirtPress\EWARM\settings\Press.Press.driver.xcl"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
"-p"
|
||||
|
||||
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\CONFIG\debugger\ST\STM32F429ZI.ddf"
|
||||
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\arm\CONFIG\debugger\ST\STM32F429ZI.ddf"
|
||||
|
||||
"--drv_verify_download"
|
||||
|
||||
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
"--drv_debug_ap=0"
|
||||
|
||||
"--stlink_probe=stlinkv2"
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\bin\armproc.dll"
|
||||
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\arm\bin\armproc.dll"
|
||||
|
||||
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\bin\armstlink2.dll"
|
||||
"C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\arm\bin\armstlink2.dll"
|
||||
|
||||
"C:\Users\maxunm\Desktop\TShirtPress\EWARM\Press\Exe\Press.out"
|
||||
"C:\Users\Maxunm\Desktop\TShirtPress\EWARM\Press\Exe\Press.out"
|
||||
|
||||
--plugin="C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\bin\armbat.dll"
|
||||
--plugin="C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\arm\bin\armbat.dll"
|
||||
|
||||
--device_macro="C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\config\debugger\ST\STM32F4xx.dmac"
|
||||
--device_macro="C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\arm\config\debugger\ST\STM32F4xx.dmac"
|
||||
|
||||
--flash_loader="C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.3\arm\config\flashloader\ST\FlashSTM32F427xI.board"
|
||||
--flash_loader="C:\Program Files (x86)\IAR Systems\Embedded Workbench 8.2\arm\config\flashloader\ST\FlashSTM32F427xI.board"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue