]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_LM3Sxxxx_Rowley/LM3S_Target.js
Update version numbers ready for release.
[freertos] / FreeRTOS / Demo / CORTEX_LM3Sxxxx_Rowley / LM3S_Target.js
1 /******************************************************************************\r
2   Target Script for LM3S.\r
3 \r
4   Copyright (c) 2006 Rowley Associates Limited.\r
5 \r
6   This file may be distributed under the terms of the License Agreement\r
7   provided with this software.\r
8 \r
9   THIS FILE IS PROVIDED AS IS WITH NO WARRANTY OF ANY KIND, INCLUDING THE\r
10   WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\r
11  ******************************************************************************/\r
12 \r
13 function Reset()\r
14 {\r
15   TargetInterface.resetAndStop(1000);\r
16 }\r
17 \r
18 function RAMReset()\r
19 {\r
20   Reset();\r
21 }\r
22 \r
23 function FLASHReset()\r
24 {\r
25   Reset();\r
26 }\r
27 \r
28 \r