forked from Imagelibrary/rtems
2009-10-16 Jennifer Averett <jennifer@OARcorp.com>
* configure.ac: Default to having PSC8 mezzanine so code builds all the time. * startup/bspstart.c: Calibrated clock using an VMEBus controlled discrete pulsed at a 20ms rate.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2009-10-16 Jennifer Averett <jennifer@OARcorp.com>
|
||||
|
||||
* configure.ac: Default to having PSC8 mezzanine so code builds
|
||||
all the time.
|
||||
* startup/bspstart.c: Calibrated clock using an VMEBus controlled
|
||||
discrete pulsed at a 20ms rate.
|
||||
|
||||
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* make/custom/score603e.cfg: New (relocated from /make/custom).
|
||||
|
||||
@@ -37,7 +37,7 @@ RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
|
||||
RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
|
||||
[whether using console interrupts])
|
||||
|
||||
RTEMS_BSPOPTS_SET([HAS_PMC_PSC8],[*],[0])
|
||||
RTEMS_BSPOPTS_SET([HAS_PMC_PSC8],[*],[1])
|
||||
RTEMS_BSPOPTS_HELP([HAS_PMC_PSC8],
|
||||
[whether has a PSC8 PMC board attached to PMC slot])
|
||||
|
||||
|
||||
@@ -42,8 +42,10 @@ unsigned int BSP_processor_frequency;
|
||||
|
||||
/*
|
||||
* Time base divisior (how many tick for 1 second).
|
||||
* Note: Calibrated with an application using a 20ms timer and
|
||||
* a scope.
|
||||
*/
|
||||
unsigned int BSP_time_base_divisor = 4000;
|
||||
unsigned int BSP_time_base_divisor = 3960;
|
||||
|
||||
/*
|
||||
* Driver configuration parameters
|
||||
|
||||
Reference in New Issue
Block a user