summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
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
2008-10-21avr/module/flash: Tested the find next sector. closes #36Nélio Laranjeiro
* removed the define to increment the addr. * Update the test.
2008-10-21avr/modules/flash: (see ticket #36)Nélio Laranjeiro
* Update the defines. * Modified the define for the flash page mask. * Update the sector_next function (Not tested yet).
2008-10-21avr/module/flash: Closes #34Nélio Laranjeiro
* Removed the flah context. * split the page search to know the next page usable. (to debug) * Added a new case in the flash test.
2008-10-20 * digital/io:Nicolas Schodet
- automatic generation of dfagen parser.
2008-10-19flash: debugged the flash driver.Nélio Laranjeiro
* Read array works. * Write array works.
2008-10-06Eurobot: Added the eurobot 2009 rules to the svn repository.Nélio Laranjeiro
2008-08-15ajout des reglementsPierre-André Galmes
2008-08-15nettoyagePierre-André Galmes
2008-08-15- Ajout du dossier planete-science pour y mettre tous les documents ↵Pierre-André Galmes
demandés par planète-science : * document d'avant-projet * dossier technique * poster
2008-07-03 * digital/avr/modules/path/test:Nicolas Schodet
- added objects movement.
2008-07-03 * digital/avr/modules/path:Nicolas Schodet
- added comments about area borders.
2008-07-03 * digital/avr/modules/path:Nicolas Schodet
- added usage doc.
2008-07-03 * digital/avr/modules/path/test:Nicolas Schodet
- added python test GUI.
2008-06-17 * digital/avr/modules/proto:Nicolas Schodet
- updated doc.
2008-06-17 * digital/avr/modules/utils:Nicolas Schodet
- updated doc.
2008-06-17 * digital/avr/modules/uart:Nicolas Schodet
- updated doc.
2008-06-17 * tools/extractdoc:Nicolas Schodet
- added extracdoc tool. * digital/avr/make: - added support for extractdoc ad reStructuredText documentation.
2008-06-17 * digital/avr/modules/path, digital/io/src:Nicolas Schodet
- moved path finding to a separated module.
2008-06-17 * digital/io/src:Nicolas Schodet
- added obstacles to path report.
2008-06-17 * digital/io/src:Nicolas Schodet
- make path independent of playground.
2008-06-17 * eurobot/2008:Nicolas Schodet
- added Eurobot documents.
2008-06-17 * admin/logo:Nicolas Schodet
- added APBTeam logo.
2008-06-13flash: Correct some typing errors.Nélio Laranjeiro
2008-06-10flash: fix some errors.Nélio Laranjeiro
2008-06-10flash: Cleaning flash source and header.Nélio Laranjeiro