summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2008-11-17 * host/doc:Nicolas Schodet
- fixed typo.
2008-11-16 * host/doc:Nicolas Schodet
- added simulator documentation.
2008-11-16 * host/mex:Nicolas Schodet
- added documentation for the mex library.
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-10avr/modules/flash: Fix the flash_sector_next function.Nélio Laranjeiro
It was returning the next sector address instead of the current one.