forked from Imagelibrary/rtems
2007-03-10 Joel Sherrill <joel@OARcorp.com>
PR 1227/bsps * include/bsp.h: Remove MAX_LONG_TEST_DURATION and MAX_SHORT_TEST_DURATION. They are obsolete and unused.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
|
||||
MAX_SHORT_TEST_DURATION. They are obsolete and unused.
|
||||
|
||||
2006-12-12 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/console.c, timer/timer.c: Use uint32_t instead of
|
||||
|
||||
@@ -53,17 +53,6 @@ extern int rtems_smc91111_driver_attach_leon2(struct rtems_bsdnet_ifconfig *conf
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH_OPENETH rtems_leon_open_eth_driver_attach
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH_SMC91111 rtems_smc91111_driver_attach_leon2
|
||||
|
||||
/*
|
||||
* Define the time limits for RTEMS Test Suite test durations.
|
||||
* Long test and short test duration limits are provided. These
|
||||
* values are in seconds and need to be converted to ticks for the
|
||||
* application.
|
||||
*
|
||||
*/
|
||||
|
||||
#define MAX_LONG_TEST_DURATION 3 /* 3 seconds */
|
||||
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
|
||||
|
||||
/*
|
||||
* The synchronous trap is an arbitrarily chosen software trap.
|
||||
*/
|
||||
|
||||
@@ -1,3 +1,9 @@
|
||||
2007-03-10 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 1227/bsps
|
||||
* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
|
||||
MAX_SHORT_TEST_DURATION. They are obsolete and unused.
|
||||
|
||||
2007-02-09 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* shmsupp/getcfg.c: Comment out npu (Unused).
|
||||
|
||||
@@ -77,18 +77,6 @@ extern int rtems_leon_greth_driver_attach(
|
||||
#define RTEMS_BSP_NETWORK_DRIVER_ATTACH RTEMS_BSP_NETWORK_DRIVER_ATTACH_GRETH
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
* Define the time limits for RTEMS Test Suite test durations.
|
||||
* Long test and short test duration limits are provided. These
|
||||
* values are in seconds and need to be converted to ticks for the
|
||||
* application.
|
||||
*
|
||||
*/
|
||||
|
||||
#define MAX_LONG_TEST_DURATION 3 /* 3 seconds */
|
||||
#define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */
|
||||
|
||||
/*
|
||||
* Simple spin delay in microsecond units for device drivers.
|
||||
* This is very dependent on the clock speed of the target.
|
||||
|
||||
Reference in New Issue
Block a user