This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Thu, May 29, 2008 at 06:27:30PM +0000, Grant Edwards wrote:
> I find myself in need of a "pipe" like object in an eCos
> application (one that doesn't have file I/O and Posix support
> enabled). All I need is a simple circular buffer in RAM with
> blocking and non-blocking read/write methods. Am I correct in
> my conclusion that eCos doesn't have something like that as
> part of it's core functionality?
>
> I haven't found anything like that in the docs, but I thought
> I'd double-check before I go off and write something...
There was a pipe implementation contributed. I spent some time
cleaning it up a few years ago. Try the attachment.
Andrew
Attachment:
pipe.tgz
Description: GNU Unix tar archive
-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |