forked from Imagelibrary/rtems
2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* pxa255/clock/clock.c: Add ON_SKYEYE option to enable fast idle mode.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* pxa255/clock/clock.c: Add ON_SKYEYE option to enable fast idle mode.
|
||||
|
||||
2009-06-04 Xi Yang <hiyangxi@gmail.com>
|
||||
|
||||
* Makefile.am, configure.ac, preinstall.am: New Gumstix BSP and PXA255
|
||||
|
||||
@@ -8,26 +8,25 @@
|
||||
* found in the file LICENSE in this distribution or at
|
||||
* http://www.rtems.com/license/LICENSE.
|
||||
*
|
||||
*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include <rtems.h>
|
||||
#include <rtems/clockdrv.h>
|
||||
#include <rtems/libio.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <bsp.h>
|
||||
#include <bspopts.h>
|
||||
#include <irq.h>
|
||||
#include <pxa255.h>
|
||||
|
||||
|
||||
#if ON_SKYEYE==1
|
||||
#define CLOCK_DRIVER_USE_FAST_IDLE
|
||||
#endif
|
||||
|
||||
static unsigned long period_num;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* Enables clock interrupt.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user