Scherzo news... [message #101174] |
Wed, 19 November 2008 16:31 |
mike audet[1]
Messages: 129 Registered: February 2006
|
Senior Member |
|
|
Hi All,
I've just past a really important milestone. In order to make the Scherzo
thread-safe, I had to replace the circular arrays used by the original Scherzo
with special Microsoft defined linked lists. I figured that would be the
hardest part. It didn't turn out to be all that hard. I was just afraid
of it because I had never worked with anything like the Microsoft linked
lists.
Anyway, I'm playing audio on a new build that uses the linked lists. :)
The next step is moving the functionality of the delayed procedure call into
the ISR and placing the ISR spinlock around the functions that change the
IRQ masks.
We're making progress.
Mike
|
|
|