avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] multi-tasking source for education?


From: Douglas Dotson
Subject: Re: [avr-gcc-list] multi-tasking source for education?
Date: Wed, 28 Apr 2004 14:06:15 -0700 (PDT)

I took a copy of SEOS and got it to run on a 
Mega32. Seems to work OK but I ran into some
problems where it would arbitrarily hang for no
apparent reason. I think it is a reentrancy
problem. Use of a MT kernel was really overkill
so I abandoned it. I also replace the mutex
umplementation with a semaphore implementation.
You are welcome to a copy.

Doug

--- Jacob Verschoor <address@hidden> wrote:
> Hi,
> 
> I develop a education program based on a ATmega8. 
> I'am looking for a (free) multi-tasking program. 
> This software must have a user friendly interface,
> the peouple are 17/18 years old.(or young :-)
> Can anybody help me?
> 
> Thanks,
> Jacob
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://www.avr1.org/mailman/listinfo/avr-gcc-list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]