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

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

Re: [avr-gcc-list] interrupt-driven buffered UART receiver


From: Harald Kipp
Subject: Re: [avr-gcc-list] interrupt-driven buffered UART receiver
Date: Tue, 11 Mar 2003 14:42:54 +0100

Nut/OS, a tiny RTOS for the ATmega plus TCP stack, contains
a ring buffered, interrupt driven UART driver. However,
it contains also an almost full stdio implementation, which
differs from the avrlibc in that way, that it supports
fopen, fdopen, _open etc. for different devices, like the
flash file system or FAT for harddisk.

Anyway, I think that it should be possible to easily extract
the interesting UART driver parts upto fscanf. Open source
(BSD licence) and available at
http://www.ethernut.de/en/download.html

Harald



reply via email to

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