forked from Imagelibrary/rtems
2009-05-19 Chris Johns <chrisj@rtems.org>
* sp04/tswitch.c: Lower sample count for small memory targets.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-05-19 Chris Johns <chrisj@rtems.org>
|
||||||
|
|
||||||
|
* sp04/tswitch.c: Lower sample count for small memory targets.
|
||||||
|
|
||||||
2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2009-05-15 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
* spprintk/init.c: printk() now 100% covered.
|
* spprintk/init.c: printk() now 100% covered.
|
||||||
|
|||||||
@@ -22,7 +22,11 @@
|
|||||||
|
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
|
|
||||||
|
#if BSP_SMALL_MEMORY
|
||||||
|
struct taskSwitchLog taskSwitchLog[100];
|
||||||
|
#else
|
||||||
struct taskSwitchLog taskSwitchLog[1000];
|
struct taskSwitchLog taskSwitchLog[1000];
|
||||||
|
#endif
|
||||||
unsigned int taskSwitchLogIndex;
|
unsigned int taskSwitchLogIndex;
|
||||||
volatile int testsFinished;
|
volatile int testsFinished;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user