initial version

This commit is contained in:
Юрий 2025-04-18 12:21:18 +04:00
commit b80fd14932
15 changed files with 432 additions and 0 deletions

View 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