[Top][All Lists]
[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
- [avr-gcc-list] multi-tasking source for education?, Jacob Verschoor, 2004/04/28
- Re: [avr-gcc-list] multi-tasking source for education?, Ned Konz, 2004/04/28
- Re: [avr-gcc-list] multi-tasking source for education?, Jacob Verschoor, 2004/04/28
- Re: [avr-gcc-list] multi-tasking source for education?, E. Weddington, 2004/04/28
- RE: [avr-gcc-list] multi-tasking source for education?, Larry Barello, 2004/04/28
- Re: [avr-gcc-list] multi-tasking source for education?, Ned Konz, 2004/04/28
- Re: [avr-gcc-list] multi-tasking source for education?, Douglas Dotson, 2004/04/29
- Re: [avr-gcc-list] multi-tasking source for education?, Ned Konz, 2004/04/29
- Re: [avr-gcc-list] multi-tasking source for education?, Douglas Dotson, 2004/04/29
- Re: [avr-gcc-list] multi-tasking source for education?, Ned Konz, 2004/04/28
Re: [avr-gcc-list] multi-tasking source for education?,
Douglas Dotson <=
Re: [avr-gcc-list] multi-tasking source for education?, Matthew MacClary, 2004/04/29
Re: [avr-gcc-list] multi-tasking source for education?, Graham Davies, 2004/04/29