I am currently working on the Iris motes and running very low on RAM. I added a new command to one of the modules and noticed the RAM usage (reported at the end of the make process) increased by abt 40 bytes even though I did not have any local variables in the function. I checked app.c and found that all helper functions called in that command were inlined.
Is this expected and is there a way to reduce RAM usage
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
