]> begriffs open source - cmsis-driver-validation/blob - Source/Config/DebugScript.ini
- Minor spelling corrections in Abstract.txt file of example for STMicroelectronics...
[cmsis-driver-validation] / Source / Config / DebugScript.ini
1 /*-----------------------------------------------------------------------------
2  *      Name:         DebugScript.ini
3  *      Purpose:      Default debug initialization script
4  *----------------------------------------------------------------------------
5  *      Copyright(c) KEIL - An ARM Company
6  *----------------------------------------------------------------------------*/
7
8 // Provide target debug initialization here
9 // ...
10
11 // Print test results
12 G, tr_XML_Open
13 SLOG > .\TestReport\TestReport.xml
14 G, closeDebug
15 SLOG OFF
16 EXIT