Wednesday, April 23, 2008

r52 with Flow Diagrams

I've added flow graphs to msp430static, though they can use a bit of work. The following is a flow digram of __nesc_atomic_end from TinyOS 2.x:


This was generated by:
echo "select fnflow(asm) from funcs
where name like '__nesc_atomic_end';" |
m4s sql |
dot -Tps2 -o atomic_flow.ps
Enjoy,
--Travis

No comments: