URL
https://opencores.org/ocsvn/plasma/plasma/trunk
[/] [plasma/] [trunk/] [kernel/] [rtos.c] - Diff between revs 256 and 276
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 256 |
Rev 276 |
Line 1177... |
Line 1177... |
|
|
//Don't block in the idle thread!
|
//Don't block in the idle thread!
|
for(;;)
|
for(;;)
|
{
|
{
|
++IdleCount;
|
++IdleCount;
|
|
#ifndef WIN32
|
|
//Loop through DDR memory
|
|
*(volatile int*)(0x10000000 | ((IdleCount & 0x7ff) << 11));
|
|
#endif
|
}
|
}
|
}
|
}
|
|
|
|
|
/******************************************/
|
/******************************************/
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.