OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [CORTEX_MPU_LM3Sxxxx_Rowley/] [LM3S_Target.js] - Blame information for rev 582

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 582 jeremybenn
/******************************************************************************
2
  Target Script for LM3S.
3
 
4
  Copyright (c) 2006 Rowley Associates Limited.
5
 
6
  This file may be distributed under the terms of the License Agreement
7
  provided with this software.
8
 
9
  THIS FILE IS PROVIDED AS IS WITH NO WARRANTY OF ANY KIND, INCLUDING THE
10
  WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
11
 ******************************************************************************/
12
 
13
function Reset()
14
{
15
  TargetInterface.resetAndStop(1000);
16
}
17
 
18
function RAMReset()
19
{
20
  Reset();
21
}
22
 
23
function FLASHReset()
24
{
25
  Reset();
26
}
27
 
28
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.