summaryrefslogtreecommitdiff
path: root/digital/avr/modules/trace
AgeCommit message (Collapse)Author
2010-12-15digital/avr/common: add preprocessor toolsNicolas Schodet
2010-12-14digital/avr/modules/trace/test: fix MakefileNicolas Schodet
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-14digital/avr/modules/trace: remove the event.host.c from moduleNélio Laranjeiro
The user should add the c file into the list of sources to compile.
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
2010-01-12digital/avr/modules/trace: remove MakefileNélio Laranjeiro
2010-01-12digital/avr/modules/trace: fix trace module to use the new flash driverNé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.
2009-06-05*digital/avr/modules/trace:Nélio Laranjeiro
* Undo a wrong merge commit see r885 and r931.
2009-06-05*digital/avr/modules/flash, digital/avr/modules/trace: (Closes #71)Nélio Laranjeiro
* Removed proto_send useless calls.
2009-05-22 * digital/io/src, digital/avr/modules/trace:Jérémy Dufour
- add trace for the position of the bot, - remove path update trace, - add support for trace with 7 parameters.
2009-05-21 * digital/avr/modules/trace:Jérémy Dufour
- correctly handle the function to get the new trace value identifier.
2009-05-21 * digital/io/src:Jérémy Dufour
- add trace for path computing.
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-04-17 * digital/avr/modules/spi:Nicolas Schodet
- fixed bad SPI2X mode. - prepare for software driver.
2009-03-06digital/avr/modules/trace: Store known values for the trace.Nélio Laranjeiro
2009-03-06digital/avr/modules/flash: Fix the code to find the last trace.Nélio Laranjeiro
2009-03-01digital/avr/modules/flash:Nélio Laranjeiro
Added in the initialize part of the dump memory the possibility to find where is the last trace.
2009-02-02digital/avr/modules/trace: Ended the trace module to stop the traces when itNélio Laranjeiro
rolls over the flash memory. (Closes #t60).
2009-01-28tal/avr/modules/trace: Implement the correct version of the trace (See #59).Nélio Laranjeiro
2008-11-28digital/avr/modules/trace:Nélio Laranjeiro
* Fix the trace_init since the modifications of the functions for the flash memory. * Update the unit tests. * Added the events enumerator generated from the example file in tools/trace/example and update the flood test to use real simulation of the TRACE module.
2008-11-18avr/module/trace: Remove the uninit and the end code.Nélio Laranjeiro
The sector currently in use by the flash was erased, so the end of the sector contains only values equals to 0xFF.
2008-11-10avr/modules/trace: Added a flood test on the trace module.Nélio Laranjeiro
2008-11-10avr/modules/trace: Added some doc.Nélio Laranjeiro
2008-11-10avr/modules/trace: Removed the mail on the header file.Nélio Laranjeiro
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-10avr/modules/trace: Driver to store traces into the flash memory.Nélio Laranjeiro
This modules is in charge to store values of any type of data in the flash memory.
2008-11-05avr/modules/trace: Tested the TRACE with more than one variable.Nélio Laranjeiro
2008-11-05avr/module/trace: Removed a swp vim file.Nélio Laranjeiro
2008-11-05avr/modules/trace: Added the trace module.Nélio Laranjeiro