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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [tests/] [sptests/] [sp24/] [sp24.doc] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
#
2
#  $Id: sp24.doc,v 1.7 1999/11/17 17:51:33 joel Exp $
3
#
4
#  COPYRIGHT (c) 1989-1999.
5
#  On-Line Applications Research Corporation (OAR).
6
#
7
#  The license and distribution terms for this file may be
8
#  found in the file LICENSE in this distribution or at
9
#  http://www.OARcorp.com/rtems/license.html.
10
#
11
 
12
 
13
This file describes the directives and concepts tested by this test set.
14
 
15
test set name:  test24
16
 
17
directives:
18
  ex_init, ex_start, t_create, t_start, tm_tick, i_return, t_ident,
19
  ev_receive
20
 
21
concepts:
22
 
23
  a.  This test is a cyclic version of test1.  The times printed by
24
      each test should not skew as in test1 (see output section).
25
 
26
  b.  Verifies system can create and start both the executive's system
27
      initialization and idle task.
28
 
29
  c.  Verifies executive can swap between three application tasks at the
30
      same priority and the executive's internal idle task.
31
 
32
  d.  Verifies can print strings to the CRT on port 2 of the mvme136 board
33
      using Print and Println in the board support package.
34
 
35
  e.  Verifies interrupt handler can handler a task switch from an interrupt
36
      as specified with the i_return directive.
37
 
38
  f.  Verifies executive initialization performed correctly.
39
 
40
  g.  Verifies the executive trap handler except for the halt function.
41
 
42
  h.  Verifies that a task can get the task identification number of itself.
43
 
44
output:
45
  "TA1" is printed once every 5 seconds.  "TA2" is printed once
46
  every 10 seconds.  "TA3" is printed once every 15 seconds.
47
 
48
  The times printed should be multiples of 5 seconds for TA1, 10 seconds
49
  for TA2, and 15 seconds for TA3.  If this does not happen, the calendar
50
  time does not correspond correctly to the number of ticks.

powered by: WebSVN 2.1.0

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