CubeMX broke things on my other computer

This commit is contained in:
Merrick 2019-11-08 14:59:38 -05:00
parent 69e7641b34
commit 58c696f094
39 changed files with 335807 additions and 48449 deletions

View file

@ -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

View file

@ -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"
}

View file

@ -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"

View file

@ -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