V1.4-Chinese:编译后 bin 输出到 STM32F103_App1/OutputBin/(AfterBuild 自动建目录),gitignore 排除

This commit is contained in:
helei 2026-08-09 10:54:24 +08:00
parent 95853083c6
commit f93e251c1e
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<AfterMake>
<RunUserProg1>1</RunUserProg1>
<RunUserProg2>0</RunUserProg2>
<UserProg1Name>C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output .\STM32F103rb_App1\STM32F103rb_App1.bin .\STM32F103rb_App1\STM32F103rb_App1.axf</UserProg1Name>
<UserProg1Name>cmd /c "if not exist ..\OutputBin mkdir ..\OutputBin" &amp; C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output ..\OutputBin\STM32F103rb_App1.bin .\STM32F103rb_App1\STM32F103rb_App1.axf</UserProg1Name>
<UserProg2Name></UserProg2Name>
<UserProg1Dos16Mode>0</UserProg1Dos16Mode>
<UserProg2Dos16Mode>0</UserProg2Dos16Mode>