]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil/settings/RTOSDemo.Debug.cspy.bat
Final V8.2.1 release ready for tagging:
[freertos] / FreeRTOS / Demo / CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil / settings / RTOSDemo.Debug.cspy.bat
1 @REM This batch file has been generated by the IAR Embedded Workbench\r
2 @REM C-SPY Debugger, as an aid to preparing a command line for running\r
3 @REM the cspybat command line utility using the appropriate settings.\r
4 @REM\r
5 @REM Note that this file is generated every time a new debug session\r
6 @REM is initialized, so you may want to move or rename the file before\r
7 @REM making changes.\r
8 @REM\r
9 @REM You can launch cspybat by typing the name of this batch file followed\r
10 @REM by the name of the debug file (usually an ELF/DWARF or UBROF file).\r
11 @REM\r
12 @REM Read about available command line parameters in the C-SPY Debugging\r
13 @REM Guide. Hints about additional command line parameters that may be\r
14 @REM useful in specific cases:\r
15 @REM   --download_only   Downloads a code image without starting a debug\r
16 @REM                     session afterwards.\r
17 @REM   --silent          Omits the sign-on message.\r
18 @REM   --timeout         Limits the maximum allowed execution time.\r
19 @REM \r
20 \r
21 \r
22 @echo off \r
23 \r
24 if not "%1" == "" goto debugFile \r
25 \r
26 @echo on \r
27 \r
28 "C:\DevTools\IAR Systems\Embedded Workbench 7.2\common\bin\cspybat" -f "C:\E\temp\FreeRTOSv8.2.1\clean\FreeRTOS\Demo\CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil\settings\RTOSDemo.Debug.general.xcl" --backend -f "C:\E\temp\FreeRTOSv8.2.1\clean\FreeRTOS\Demo\CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil\settings\RTOSDemo.Debug.driver.xcl" \r
29 \r
30 @echo off \r
31 goto end \r
32 \r
33 :debugFile \r
34 \r
35 @echo on \r
36 \r
37 "C:\DevTools\IAR Systems\Embedded Workbench 7.2\common\bin\cspybat" -f "C:\E\temp\FreeRTOSv8.2.1\clean\FreeRTOS\Demo\CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil\settings\RTOSDemo.Debug.general.xcl" "--debug_file=%1" --backend -f "C:\E\temp\FreeRTOSv8.2.1\clean\FreeRTOS\Demo\CORTEX_M7_STM32F7_STM32756G-EVAL_IAR_Keil\settings\RTOSDemo.Debug.driver.xcl" \r
38 \r
39 @echo off \r
40 :end