[Tinyos-devel] Resource arbitration bug in SerialP
Philip Levis
pal at cs.stanford.edu
Mon Sep 8 10:29:34 PDT 2008
On Sep 8, 2008, at 10:15 AM, Eric Decker wrote:
> I'm willing to do most of the work as I'm pretty much at a point
> where I need
> that functionality (arbritrated resource). But would definitely
> like it if there were
> someone to help me. The help I need is someone to bounce ideas off
> of, and
> someone to review the code.
I'm a little leery of making the serial stack sit on top of an
arbiter; this would add code and RAM for an uncommon case. If there's
some way to layer an arbiter on top of the stack, such that only the
cases that need it include the logic, that would seem to be a better
approach.
Phil
More information about the Tinyos-devel
mailing list