summaryrefslogtreecommitdiff
path: root/digital/avr/modules/trace/test/test-trace.c
AgeCommit message (Collapse)Author
2010-05-11digital/avr/modules/{flash, trace}: fix erase full command and error useNélio Laranjeiro
* flash SST was not able to erase all the flash * test-trace was handle the error value with the wrong values
2010-05-11{tools/trace, avr/module/trace}: remove full url for trace header fileNélio Laranjeiro
Python tool now create the headers and C files to be usable in the current make directory.
2010-04-12{tools/trace, digital/avr/modules/trace}: print trace on host execution, ↵Nélio Laranjeiro
closes #92
2010-04-12digital/avr/modules/trace: fix indentationNélio Laranjeiro
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-09*digital/avr/modules/trace:Nélio Laranjeiro
* Remove the test_target and test_host to be merged only in the test directory.
2008-11-10avr/modules/trace: unit testsNélio Laranjeiro
* Moved the tests to the test_host (test sub-directory) * Added a target test.
2008-11-05avr/modules/trace: Tested the TRACE with more than one variable.Nélio Laranjeiro
2008-11-05avr/modules/trace: Added the trace module.Nélio Laranjeiro