summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-03-07tools/eagle/lbr: fix micromatch connectorNicolas Schodet
The non CMS version needs a hole in the PCB for the index.
2011-04-06tools/eagle/lbr: add simple solder jumperNicolas Schodet
2011-03-22tools/eagle/lbr: add micro USB connectorNicolas Schodet
2011-03-22tools/eagle/lbr: add 2 way jumperNicolas Schodet
2011-01-13digital/io-hub: new io-hub, schematic, refs #79Nicolas Schodet
2011-01-11tools/eagle/lbr: add USB Mini B connector with large holesNicolas Schodet
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-01tools/dfagen: fix initial state listed twiceNicolas Schodet
2010-03-29tools/eagle: add BatchPCB CAM jobNicolas Schodet
2010-03-27tools/eagle/lbr: add fuseNicolas Schodet
2010-03-27tools/eagle/lbr: add MC33887Nicolas Schodet
2010-03-27tools/eagle/lbr: add XC9236Nicolas Schodet
2010-03-15tools/dfagen: limit c output using origin, closes #102Nicolas Schodet
2010-03-15tools/dfagen: limit output using origin, refs #102Nicolas Schodet
2010-01-12tools/trace: fix flash commandsNélio Laranjeiro
2010-01-12tools/trace: add usage to optparserNélio Laranjeiro
2009-12-18tools/dfagen: add origin to states, events and branches, refs #102Nicolas Schodet
2009-12-18tools/dfagen: fixed small typoNicolas Schodet
2009-11-22tools/dfagen: add import support, closes #82Nicolas Schodet
2009-11-19tools/trace: fix python script to be callable from anywhereNélio Laranjeiro
2009-11-19tools/trace: tools trace should not crash when no callback file is providedNélio Laranjeiro
2009-11-19tools/trace: assert if the program is not providedNélio Laranjeiro
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-08 * tools/dfagen:Nicolas Schodet
- added state attributes. - added support for more than one initial state. - added table of transitions with only one default branch. - added state and event template parameter. - added --output-dir. - make template directory relative to config file. - more options checking. - added transition attributes and callback definition. - conserve input file order in output. - added --dump and more option checking. - fixed missing newline.
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-23tools/vim/plugin/apbteam: Added extra whitespace error for the python file.Nélio Laranjeiro
2009-02-09 * all python:Nicolas Schodet
- changed tabs to spaces.
2009-02-02tools/vim/plugin: Added a function to configure vim for python scripts.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
2009-01-05 * tools/eagle/lbr:Nicolas Schodet
- added 1117 voltage regulator.
2008-12-10 * tools/eagle/lbr:Nicolas Schodet
- added AT90USB and Microchip-ENC28J60 libraries. - reduced pad size to match Olimex DRC.
2008-12-10 * tools/eagle/lbr:Nicolas Schodet
- added MAGJack library with fixed layers.
2008-12-08 * tools/eagle/lbr:Nicolas Schodet
- added cristals library.
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
2008-06-17 * tools/extractdoc:Nicolas Schodet
- added extracdoc tool. * digital/avr/make: - added support for extractdoc ad reStructuredText documentation.
2008-04-22 * tools/dfagen:Nicolas Schodet
- added support for states and events names in C output.
2008-03-26 * tools/dfagen:Nicolas Schodet
- added generic states template.
2008-03-25 * tools/dfagen:Nicolas Schodet
- fixed warning in doc. - fixed missing newline. - added use of non default templates. - added warning about parser.g. - removed .orig file when patching.