Release scripts to validate ThreadX port (#254)
This commit is contained in:
16
test/ports/azrtos_debug_tx_arm_ds.bat
Normal file
16
test/ports/azrtos_debug_tx_arm_ds.bat
Normal file
@@ -0,0 +1,16 @@
|
||||
@ECHO OFF
|
||||
|
||||
ECHO INFO: Debugging %CD%...
|
||||
|
||||
IF NOT EXIST workspace (
|
||||
ECHO ERROR: the workspace doesn't exist!
|
||||
EXIT /B 2
|
||||
)
|
||||
|
||||
%AZRTOS_ARM_DS_IDEC% -nosplash --launcher.suppressErrors -data .\workspace
|
||||
IF %ERRORLEVEL% NEQ 0 (
|
||||
ECHO ERROR: build failed.
|
||||
EXIT /B 1
|
||||
)
|
||||
|
||||
ECHO INFO: Debugger started successfully!
|
||||
Reference in New Issue
Block a user