Changeset 7f3d5557 in rtems
- Timestamp:
- 04/22/04 15:49:36 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 25964be6
- Parents:
- 0df29b07
- 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 1 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * include/bsp.h: Split out tmtest27 support. 4 * include/tm27.h: New. 5 1 6 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/arm/arm_bare_bsp/include/bsp.h
r0df29b07 r7f3d5557 29 29 #include <rtems/clockdrv.h> 30 30 31 /*32 * Define the interrupt mechanism for Time Test 2733 *34 * NOTE: Following are not defined and are board independent35 *36 */37 38 #define MUST_WAIT_FOR_INTERRUPT 039 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 48 31 #ifdef __cplusplus 49 32 } -
c/src/lib/libbsp/arm/armulator/ChangeLog
r0df29b07 r7f3d5557 1 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * include/bsp.h: Split out tmtest27 support. 4 * include/tm27.h: New. 5 1 6 2004-04-21 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/arm/armulator/include/bsp.h
r0df29b07 r7f3d5557 28 28 #include <rtems/clockdrv.h> 29 29 30 /*31 * Define the interrupt mechanism for Time Test 2732 *33 * NOTE: Following are not defined and are board independent34 *35 */36 37 #define MUST_WAIT_FOR_INTERRUPT 038 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 47 30 /* Constants */ 48 31 -
c/src/lib/libbsp/arm/edb7312/ChangeLog
r0df29b07 r7f3d5557 1 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * include/bsp.h: Split out tmtest27 support. 4 * include/tm27.h: New. 5 1 6 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/arm/edb7312/include/bsp.h
r0df29b07 r7f3d5557 41 41 extern rtems_configuration_table BSP_Configuration; 42 42 43 #define MUST_WAIT_FOR_INTERRUPT 044 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 53 43 /* 54 44 * Network driver configuration -
c/src/lib/libbsp/arm/vegaplus/ChangeLog
r0df29b07 r7f3d5557 1 2004-04-22 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * include/bsp.h: Split out tmtest27 support. 4 * include/tm27.h: New. 5 1 6 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2 7 -
c/src/lib/libbsp/arm/vegaplus/include/bsp.h
r0df29b07 r7f3d5557 29 29 #include <rtems/clockdrv.h> 30 30 31 /*32 * Define the interrupt mechanism for Time Test 2733 *34 * NOTE: Following are not defined and are board independent35 *36 */37 38 #define MUST_WAIT_FOR_INTERRUPT 039 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 48 31 #ifdef __cplusplus 49 32 }
Note: See TracChangeset
for help on using the changeset viewer.