Changeset 7f3d5557 in rtems


Ignore:
Timestamp:
04/22/04 15:49:36 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
25964be6
Parents:
0df29b07
Message:

2004-04-22 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Split out tmtest27 support.
  • include/tm27.h: New.
Location:
c/src/lib/libbsp/arm
Files:
4 added
8 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog

    r0df29b07 r7f3d5557  
     12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * include/bsp.h: Split out tmtest27 support.
     4        * include/tm27.h: New.
     5
    162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
    27
  • c/src/lib/libbsp/arm/arm_bare_bsp/include/bsp.h

    r0df29b07 r7f3d5557  
    2929#include <rtems/clockdrv.h>
    3030
    31 /*
    32  *  Define the interrupt mechanism for Time Test 27
    33  *
    34  *  NOTE: Following are not defined and are board independent
    35  *
    36  */
    37 
    38 #define MUST_WAIT_FOR_INTERRUPT 0
    39 
    40 #define Install_tm27_vector( handler )
    41 
    42 #define Cause_tm27_intr()
    43 
    44 #define Clear_tm27_intr()
    45 
    46 #define Lower_tm27_intr()
    47 
    4831#ifdef __cplusplus
    4932}
  • c/src/lib/libbsp/arm/armulator/ChangeLog

    r0df29b07 r7f3d5557  
     12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * include/bsp.h: Split out tmtest27 support.
     4        * include/tm27.h: New.
     5
    162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
    27
  • c/src/lib/libbsp/arm/armulator/include/bsp.h

    r0df29b07 r7f3d5557  
    2828#include <rtems/clockdrv.h>
    2929
    30 /*
    31  *  Define the interrupt mechanism for Time Test 27
    32  *
    33  *  NOTE: Following are not defined and are board independent
    34  *
    35  */
    36 
    37 #define MUST_WAIT_FOR_INTERRUPT 0
    38 
    39 #define Install_tm27_vector( handler ) /* set_vector( (handler), 6, 1 ) */
    40 
    41 #define Cause_tm27_intr()  /* i960_cause_intr( 0x62 ) */
    42 
    43 #define Clear_tm27_intr()  /* i960_clear_intr( 6 ) */
    44 
    45 #define Lower_tm27_intr()
    46 
    4730/* Constants */
    4831
  • c/src/lib/libbsp/arm/edb7312/ChangeLog

    r0df29b07 r7f3d5557  
     12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * include/bsp.h: Split out tmtest27 support.
     4        * include/tm27.h: New.
     5
    162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
    27
  • c/src/lib/libbsp/arm/edb7312/include/bsp.h

    r0df29b07 r7f3d5557  
    4141extern rtems_configuration_table BSP_Configuration;
    4242
    43 #define MUST_WAIT_FOR_INTERRUPT 0
    44 
    45 #define Install_tm27_vector( handler )
    46 
    47 #define Cause_tm27_intr()
    48 
    49 #define Clear_tm27_intr()
    50 
    51 #define Lower_tm27_intr()
    52 
    5343/*
    5444 * Network driver configuration
  • c/src/lib/libbsp/arm/vegaplus/ChangeLog

    r0df29b07 r7f3d5557  
     12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * include/bsp.h: Split out tmtest27 support.
     4        * include/tm27.h: New.
     5
    162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
    27
  • c/src/lib/libbsp/arm/vegaplus/include/bsp.h

    r0df29b07 r7f3d5557  
    2929#include <rtems/clockdrv.h>
    3030
    31 /*
    32  *  Define the interrupt mechanism for Time Test 27
    33  *
    34  *  NOTE: Following are not defined and are board independent
    35  *
    36  */
    37 
    38 #define MUST_WAIT_FOR_INTERRUPT 0
    39 
    40 #define Install_tm27_vector( handler )
    41 
    42 #define Cause_tm27_intr()
    43 
    44 #define Clear_tm27_intr()
    45 
    46 #define Lower_tm27_intr()
    47 
    4831#ifdef __cplusplus
    4932}
Note: See TracChangeset for help on using the changeset viewer.