summaryrefslogtreecommitdiffhomepage
path: root/tools/trace/trace.py
AgeCommit message (Collapse)Author
2009-05-15* tools/trace: (Closes #67)Nélio Laranjeiro
* Document how to have the options available. * Improve options explanation.
2009-05-07* digital/avr/modules/trace: (See #67)Nélio Laranjeiro
* Adapted the trace module to: * Find the last trace in order to start the new one, trace_i = trace_i-1 + 1 * A quarter of the flash is completely erased on the trace init to be used in the future. * Removed the start code useless from now. * tools/trace: * Update the python scripts to use the new trace implementation.
2009-03-06tools/trace: Ended the interpretor part of the trace tool.Nélio Laranjeiro
2009-02-02tools/trace:Nélio Laranjeiro
* Change python indentation. * Added a stop condition on reading traces.
2009-01-28tools/trace: Interpretation of the memory flash data done. (Closes #59).Nélio Laranjeiro
2008-11-23tools/trace: First version of the trace creator parser source file.Nélio Laranjeiro