summaryrefslogtreecommitdiff
path: root/tools/trace
AgeCommit message (Collapse)Author
2009-07-13*tools/trace:Nélio Laranjeiro
* Added the possibility to add a callback file containing the function to decode traces. See the example/trace.trc to use it, the file containing the callback must be provided using the -c option in the interpretor.
2009-07-13*tools/trace, digital/avr/modules/flash, digital/avr/modules/trace:Nélio Laranjeiro
* Added the flash host file support for simulator tests. * Removed in the python tool the memory space in double when receiving from the proto object.
2009-06-23*tools/trace:Nélio Laranjeiro
* Updating the python tool to use a host program to dump traces too.
2009-05-22 * tools/trace:Nicolas Schodet
- stop dump at end of trace.
2009-05-21 * digital/io/src:Jérémy Dufour
- add trace for path computing.
2009-05-18 * tools/trace:Jérémy Dufour
- find template using script path, - use ttyUSB (dev2) rather than ttyACM (dev), - decode all printf sequence (rather than just %d).
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-26tools/trace/doc: Correct the real values of the flash.Nélio Laranjeiro
2009-03-26tools/trace/doc: Compute the time required to trace insert a trace in theNélio Laranjeiro
flash memory.
2009-03-06tools/trace: Ended the interpretor part of the trace tool.Nélio Laranjeiro
2009-02-09 * all python:Nicolas Schodet
- changed tabs to spaces.
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: Added the documentation part.Nélio Laranjeiro
2008-11-23tools/trace: First version of the trace creator parser source file.Nélio Laranjeiro