]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_IAR/settings/RTOSDemo.Debug.cspy.bat
Minor updates to comment block for xTaskCheckForTimeOut().
[freertos] / FreeRTOS / Demo / RISC-V_RV32_SiFive_HiFive1_IAR / 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 8.3\common\bin\cspybat" -f "C:\Users\ribarry\Dev\FreeRTOS\WorkingCopy\FreeRTOS\Demo\RISC-V_RV32_SiFive_HiFive1_IAR\settings\RTOSDemo.Debug.general.xcl" --backend -f "C:\Users\ribarry\Dev\FreeRTOS\WorkingCopy\FreeRTOS\Demo\RISC-V_RV32_SiFive_HiFive1_IAR\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 8.3\common\bin\cspybat" -f "C:\Users\ribarry\Dev\FreeRTOS\WorkingCopy\FreeRTOS\Demo\RISC-V_RV32_SiFive_HiFive1_IAR\settings\RTOSDemo.Debug.general.xcl" "--debug_file=%~1" --backend -f "C:\Users\ribarry\Dev\FreeRTOS\WorkingCopy\FreeRTOS\Demo\RISC-V_RV32_SiFive_HiFive1_IAR\settings\RTOSDemo.Debug.driver.xcl" \r
38 \r
39 @echo off \r
40 :end