Philip Levis wrote: > It's allocating too much RAM for the telosa. I see..
> Compiling for telosb, it looks like the app is allocating 3K of RAM. 2K > of this is in PoolP, which is the component that allocates packets for > queues. The default forwarding queue for routing is 12 (it should > probably be smaller), the UART queue is 10, and most importantly, the > debugging system has a queue of 20. The first is defined in > tos/lib/net/Ctp/CtpP.nc while the second and third are defined in > MultihopOscilloscopeAppC.nc. I lowered the UART queue to 3 and the debug queue to 1, and so it compiled... thanks! Akos _______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
