OpenCores
URL https://opencores.org/ocsvn/s6soc/s6soc/trunk

Subversion Repositories s6soc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /s6soc/trunk/sw/zipos
    from Rev 29 to Rev 37
    Reverse comparison

Rev 29 → Rev 37

/ksetup.c
54,7 → 54,7
KDEVICE *pipedev, *txdev, *pwmdev;
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;
 
/kernel.c
61,7 → 61,7
KDEVICE *pipedev, *txdev, *pwmdev;
void *heap; // = _top_of_heap; // Need to wait on startup to set this
 
#define CONTEXT_LENGTH 100000 // 1ms
#define CONTEXT_LENGTH 80000 // 1ms
#define TICKS_PER_SECOND 1000
 
void kwrite_audio(TASKP tsk, int dev, int *dst, int len);
121,7 → 121,6
// Acknowledge current ints, and turn off pending ints
sys->io_pic = INT_DISABLEV(pic)|(INT_CLEAR(pic));
if(pic&INT_TIMA) {
milliseconds++;
if (++ticks >= TICKS_PER_SECOND) {//(pic & SYSINT_PPS)
// Toggle the low order LED
tickcount++;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.