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

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

Re: [avr-gcc-list] generic queue library for AVR GCC?


From: Ned Konz
Subject: Re: [avr-gcc-list] generic queue library for AVR GCC?
Date: Thu, 11 Nov 2004 08:44:28 -0800
User-agent: KMail/1.7

On Wednesday 10 November 2004 9:09 pm, David Morrison wrote:
> I know this is a long shot but I am developing an interrupt driven CAN
> controller and was wondering if anyone knows of a generic queue library for
> use with AVR GCC?  For some reason I am having major issues with the one
> that I wrote and am ready to chuck it in place of something better.

Have you seen Larry Barello's AVRX real-time kernel? It includes message 
queues, as well as tasking, semaphores, timers, and single step debug 
support.

http://www.barello.net/avrx/

He has a version for GCC. I haven't used it, but he's an active member of 
several lists (including this one), and has his own list for support of AVRX.

I don't know whether the message queue code itself can be easily separated 
from the tasking code.

There is another free RTOS at: http://www.drtak.org/develops/RTK , but it 
doesn't provide message queues like AVRX does.

Also, there's an open-source AVR CAN project at
http://caraca.sourceforge.net/
but it seems to be in assembler. I think they're bit-banging the CAN.

-- 
Ned Konz
http://bike-nomad.com



reply via email to

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