URL
https://opencores.org/ocsvn/s6soc/s6soc/trunk
[/] [s6soc/] [trunk/] [sw/] [zipos/] [ksetup.c] - Diff between revs 29 and 37
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 29 |
Rev 37 |
Line 52... |
Line 52... |
extern void restore_context(int *), save_context(int *);
|
extern void restore_context(int *), save_context(int *);
|
SYSPIPE *rxpipe, *txpipe, *keypipe, *lcdpipe, *pwmpipe, *cmdpipe;
|
SYSPIPE *rxpipe, *txpipe, *keypipe, *lcdpipe, *pwmpipe, *cmdpipe;
|
KDEVICE *pipedev, *txdev, *pwmdev;
|
KDEVICE *pipedev, *txdev, *pwmdev;
|
void *heap; // = _top_of_heap; // Need to wait on startup to set this
|
void *heap; // = _top_of_heap; // Need to wait on startup to set this
|
|
|
#define CONTEXT_LENGTH 100000 // 1ms
|
#define CONTEXT_LENGTH 80000 // 1ms
|
|
|
int LAST_TASK;
|
int LAST_TASK;
|
|
|
__attribute__((cold))
|
__attribute__((cold))
|
TASKP *ksetup(void) {
|
TASKP *ksetup(void) {
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.