You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
509 B
15 lines
509 B
2 months ago
|
set Project_Name=CPS8841H_anker_2331
|
||
|
|
||
|
.\AStyle.exe --style=ansi --recursive -S -s4 -p -f -U -n "..\*.c" "..\*.h"
|
||
|
|
||
|
|
||
|
D:\app_install\MDK\ARM\ARMCC\bin\fromelf.exe .\Objects\%Project_Name%.axf --vhx --32x1 --output .\output\%Project_Name%_32xl.hex
|
||
|
D:\app_install\MDK\ARM\ARMCC\bin\fromelf.exe .\Objects\%Project_Name%.axf --interleave=source --text -c --output=.\output\%Project_Name%.src_asm
|
||
|
|
||
|
|
||
|
copy .\objects\*.hex .\output
|
||
|
|
||
|
.\HexRelease.exe .\output\%Project_Name% 0 b
|
||
|
|
||
|
move /Y .\%Project_Name%_*.hex .\output
|