forked from Imagelibrary/rtems
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>. * include/bsp.h: Include <rtems/console.h> instead of <console.h>. * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* startup/bspstart.c: Convert to using c99 fixed size types.
|
* startup/bspstart.c: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -25,9 +25,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define the interrupt mechanism for Time Test 27
|
* Define the interrupt mechanism for Time Test 27
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* startup/bspstart.c: Convert to using c99 fixed size types.
|
* startup/bspstart.c: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -23,9 +23,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define the time limits for RTEMS Test Suite test durations.
|
* Define the time limits for RTEMS Test Suite test durations.
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* console/uart.c, include/ep7312.h, startup/bspstart.c,
|
* console/uart.c, include/ep7312.h, startup/bspstart.c,
|
||||||
|
|||||||
@@ -21,9 +21,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define the interrupt mechanism for Time Test 27
|
* Define the interrupt mechanism for Time Test 27
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* startup/bspstart.c: Convert to using c99 fixed size types.
|
* startup/bspstart.c: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -25,9 +25,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define the interrupt mechanism for Time Test 27
|
* Define the interrupt mechanism for Time Test 27
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/clock.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
|
* clock/clock.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
|
||||||
|
|||||||
@@ -25,10 +25,10 @@ extern "C" {
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
|
* include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
|
||||||
|
|||||||
@@ -23,9 +23,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define the time limits for RTEMS Test Suite test durations.
|
* Define the time limits for RTEMS Test Suite test durations.
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
|
* clock/ckinit.c, clock/rtc.c, include/bsp.h, startup/bspstart.c,
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <rtems/bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
#include <libcpu/cpu.h>
|
#include <libcpu/cpu.h>
|
||||||
#include <irq.h>
|
#include <irq.h>
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/ckinit.c, include/bsp.h, shmsupp/addrconv.c,
|
* clock/ckinit.c, include/bsp.h, shmsupp/addrconv.c,
|
||||||
|
|||||||
@@ -25,9 +25,9 @@ extern "C" {
|
|||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <libcpu/i960CA.h>
|
#include <libcpu/i960CA.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* confdefs.h overrides for this BSP:
|
* confdefs.h overrides for this BSP:
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* startup/bspstart.c: Convert to using c99 fixed size types.
|
* startup/bspstart.c: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -23,9 +23,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define the time limits for RTEMS Test Suite test durations.
|
* Define the time limits for RTEMS Test Suite test durations.
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/ckinit.c, console/concntl.h, console/console.c,
|
* clock/ckinit.c, console/concntl.h, console/console.c,
|
||||||
|
|||||||
@@ -24,9 +24,9 @@ extern "C" {
|
|||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <libcpu/i960RP.h>
|
#include <libcpu/i960RP.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* confdefs.h overrides for this BSP:
|
* confdefs.h overrides for this BSP:
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/ckinit.c, console/console.c, include/bsp.h,
|
* clock/ckinit.c, console/console.c, include/bsp.h,
|
||||||
|
|||||||
@@ -24,9 +24,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* confdefs.h overrides for this BSP:
|
* confdefs.h overrides for this BSP:
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h, network/network.c, startup/bspstart.c,
|
* include/bsp.h, network/network.c, startup/bspstart.c,
|
||||||
|
|||||||
@@ -33,9 +33,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* confdefs.h overrides for this BSP:
|
* confdefs.h overrides for this BSP:
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
|
* console/console.c, i2c/i2c.c, i2c/i2cdrv.c, include/bsp.h,
|
||||||
|
|||||||
@@ -133,9 +133,9 @@ extern "C" {
|
|||||||
|
|
||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
#include "i2c.h"
|
#include "i2c.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
|
* clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
|
||||||
|
|||||||
@@ -23,9 +23,9 @@ extern "C" {
|
|||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <mrm332.h>
|
#include <mrm332.h>
|
||||||
#include <sim.h>
|
#include <sim.h>
|
||||||
#include <qsm.h>
|
#include <qsm.h>
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
|
* include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
|
||||||
|
|||||||
@@ -26,9 +26,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* confdefs.h overrides for this BSP:
|
* confdefs.h overrides for this BSP:
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/ckinit.c, console/console-recording.h, console/console.c,
|
* clock/ckinit.c, console/console-recording.h, console/console.c,
|
||||||
|
|||||||
@@ -29,9 +29,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <rtems/bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
|
* clock/ckinit.c, include/bare.h, include/bsp.h, include/crc.h,
|
||||||
|
|||||||
@@ -24,9 +24,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <m68302.h>
|
#include <m68302.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* clock/clockdrv.c, console/conscfg.c, include/bsp.h,
|
* clock/clockdrv.c, console/conscfg.c, include/bsp.h,
|
||||||
|
|||||||
@@ -23,9 +23,9 @@ extern "C" {
|
|||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define some hardware constants here
|
* Define some hardware constants here
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* startup/bspstart.c: Convert to using c99 fixed size types.
|
* startup/bspstart.c: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -64,10 +64,10 @@ extern "C" {
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define the time limits for RTEMS Test Suite test durations.
|
* Define the time limits for RTEMS Test Suite test durations.
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
|
||||||
|
* include/bsp.h: Include <rtems/console.h> instead of <console.h>.
|
||||||
|
* include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* startup/bspstart.c: Convert to using c99 fixed size types.
|
* startup/bspstart.c: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -61,10 +61,10 @@ extern "C" {
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <clockdrv.h>
|
#include <rtems/clockdrv.h>
|
||||||
#include <console.h>
|
#include <rtems/console.h>
|
||||||
#include <iosupp.h>
|
#include <rtems/iosupp.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define the time limits for RTEMS Test Suite test durations.
|
* Define the time limits for RTEMS Test Suite test durations.
|
||||||
|
|||||||
Reference in New Issue
Block a user