summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-03 * digital/asserv/tools:Nicolas Schodet
- switched to radians for all interfaces.
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-03-01digital/avr/modules/flash: Fix the read and write.Nélio Laranjeiro
Now it verifies the flash status before writing or reading.
2009-02-27 * host/proto:Nicolas Schodet
- fixed r639, bad wait method behaviour, closes #63.
2009-02-23digital/avr/modules/flash: Added a function to send commands to dump theNélio Laranjeiro
memory.
2009-02-23tools/vim/plugin/apbteam: Added extra whitespace error for the python file.Nélio Laranjeiro
2009-02-21- Eurobot 2008 - Ajout de documents officiels du dossier projetPierre-André Galmes
- Eurobot 2009 - Ajout du dossier de projet 0.9.1 envoyée à planète-science.
2009-02-09Corrected errors about MOSFET drivers referencesPierre Prot
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-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-28tools/trace: Interpretation of the memory flash data done. (Closes #59).Nélio Laranjeiro
2009-01-28tal/avr/modules/trace: Implement the correct version of the trace (See #59).Nélio Laranjeiro
2009-01-28digital/avr/modules/flash: Wrote a flash stub to avoid the card use. (See #59)Nélio Laranjeiro
2009-01-21 * admin/orders:Nicolas Schodet
- olimex_2009-01-19 order.
2009-01-19 * digital/dev2/pcb:Nicolas Schodet
- last details (no solder mask under vreg, gnd vias, text).
2009-01-19 * analog/aux-power:Nicolas Schodet
- renamed PCB files.
2009-01-15 * digital/dev2/pcb:Nicolas Schodet
- routed!
2009-01-10 * digital/dev2/pcb:Nicolas Schodet
- more routing.
2009-01-09 * digital/dev2/pcb:Nicolas Schodet
- hand-routing.
2009-01-09 * digital/dev2/pcb:Nicolas Schodet
- fixed DRC mistakes. - added supply traces.
2009-01-09 * digital/dev2/pcb:Nicolas Schodet
- reordered mux signals.
2009-01-09 * digital/dev2/pcb:Nicolas Schodet
- moved ethernet control down. - pre-routed critical signals. - pre-routed ext power. - placed 3V3 regulator and its plane heat sink. - rotated DEV connectors.
2009-01-05 * digital/dev2/pcb:Nicolas Schodet
- changed 3.3V regulator. - shortened oscillator track. - removed diode on VBUS. - added MTA connector. - fixed quartz value.
2009-01-05 * tools/eagle/lbr:Nicolas Schodet
- added 1117 voltage regulator.
2008-12-17 * host/proto:Nicolas Schodet
- added documentation. - fixed small discordance between documentation and behaviour.
2008-12-10 * analog/aux-power/pcb:Nicolas Schodet
- changed resistors from 1206 to 0603.
2008-12-10 * digital/dev2/pcbJérémy Dufour
- move multiplexors more on the left, - reverse multiplexors, - routing still ongoing...
2008-12-10 * digital/dev2/pcbJérémy Dufour
- move Ethernet chip to top, - update libraries for clearance of Ethernet and AVR chip, - pre-routing of important nets.
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-10 * digital/dev2/pcbJérémy Dufour
- reduce net class vias size for Ethernet, - move leds to pass DRC.
2008-12-09 * digital/dev2/pcbJérémy Dufour
- first placement.
2008-12-09 * digital/dev2/pcbJérémy Dufour
- increase tracks width for Ethernet.
2008-12-08 * digital/dev2/pcb:Nicolas Schodet
- ready to be routed.
2008-12-08 * tools/eagle/lbr:Nicolas Schodet
- added cristals library.
2008-12-07 * digital/dev2/pcb:Nicolas Schodet
- added pull-up and protection resistors. - almost finished schematic. - todo: - refine power options, connect USB power. - add voltage regulator. - add rescue programmation connector. - choose quartz packages.
2008-12-07 * digital/dev2/pcb:Nicolas Schodet
- updated enc28j60 peripheral components.
2008-12-06 * digital/dev2/pcb:Nicolas Schodet
- added ethernet. - added connectors analog switch. - power separation still to be refined.
2008-12-06 * digital/dev2/pcb:Nicolas Schodet
- first solution for HE10 connections, draft.
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-28digital/avr/modules/flash: Fix the macros to compute the actual page size.Nélio Laranjeiro
2008-11-27 * analog/aux-power:Nicolas Schodet
- imported puiss-barillet from SI2E sources r426.
2008-11-27 * digital/rgb:Nicolas Schodet
- added pull-up. - change resistors packages.
2008-11-27 * digital/rgb:Nicolas Schodet
- imported rgb board from SI2E sources r426.
2008-11-26 * admin/logo:Nicolas Schodet
- new softer colors.
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-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.