initial version
This commit is contained in:
commit
b80fd14932
15 changed files with 432 additions and 0 deletions
6
scripts/_before_build_dump.bat
Normal file
6
scripts/_before_build_dump.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
@echo off
|
||||
rem Expects three arguments, first - path to UV4.exe (can be obtained as #X), second - path to project (#P), third - current target name (quoted text)
|
||||
|
||||
chcp 20127 >NUL || exit /b
|
||||
|
||||
call .\scripts\CLMonitorDumpFilterLauncher_uVision.bat CREATE_AND_UPDATE_DUMP -keilPath %1 -projPath %2 -target %3
|
Loading…
Add table
Add a link
Reference in a new issue