summaryrefslogtreecommitdiffhomepage
path: root/digital
AgeCommit message (Collapse)Author
2008-03-07 * digital/dev/doc:Nicolas Schodet
- precision about usbprog.
2008-03-06Added the ia header file.Nélio Laranjeiro
2008-03-06 * digital/avr/modules/twi:Nicolas Schodet
- avrconfig cleanup.
2008-03-06Update the FSM.Nélio Laranjeiro
2008-03-06 * digital/asserv/src/hdlcounter:Nicolas Schodet
- added a dummy test design.
2008-03-06 * digital/asserv/src/asserv:Nicolas Schodet
- added external memory usage for counter reading. - added aux0 counter. - counter cleanups.
2008-03-06 * digital/asserv/src/asserv:Nicolas Schodet
- TWI protocol skeleton.
2008-03-05Added the polling of the busy device status for the write process.Nélio Laranjeiro
The function write_array shall be fix in a few time.
2008-03-05 * digital/asserv/src/asserv:Nicolas Schodet
- more new board adaptations.
2008-03-05 * digital/asserv/src/asserv:Nicolas Schodet
- adaptated to new board.
2008-03-05 * orders/olimex_2008-03-06:Nicolas Schodet
- added board and gerbers.
2008-03-04 * digital/io/pcb:Nicolas Schodet
- added silkscreen.
2008-03-04 * digital/dev/pcb:Nicolas Schodet
- added silk screen.
2008-03-04Flash : Read and write operationnal.Nélio Laranjeiro
2008-03-04 * digital/dev/doc:Nicolas Schodet
- update doc with usbprog corrections.
2008-03-04 * digital/asserv/pcb:Nicolas Schodet
- added silk screen.
2008-03-04 * digital/io/pcb:Nicolas Schodet
- changed board version.
2008-03-04 * digital/io/doc/proto_asserv.txtJérémy Dufour
- correct typo and others errors (thanks to ni).
2008-03-04 * digial/io/docJérémy Dufour
- add a document to describe the communication protocol between the asserv and io cards.
2008-03-03Rename some files.Nélio Laranjeiro
2008-03-03Correct errors.Nélio Laranjeiro
2008-03-03Added the sub State machines of the AI.Nélio Laranjeiro
2008-03-02 * digital/avr/modules/utils:Nicolas Schodet
- added utils_nop.
2008-03-02 * avr/modules/twiJérémy Dufour
- add a Makefile to help you build the test program.
2008-03-02Tested the flash init.Nélio Laranjeiro
2008-03-02Added the AI main FSM.Nélio Laranjeiro
2008-03-02 * digital/avr/modules/spi, digital/avr/modules/flash:Nicolas Schodet
- master should drive SS. - to receive, master should send something. - testing SPIF before the first sent does not work. - fixed flash test.
2008-03-02 * digital/dev/docJérémy Dufour
- add a quick documentation to use the development card.
2008-03-02 * avr/twi: add a test with multiples random bytes exchangeJérémy Dufour
- add on the master a test command to send multiples random bytes to a slave and check if we can read back the same data.
2008-03-01Update the spi and flash module.Nélio Laranjeiro
testing in progress...
2008-03-01 * TWI: modify to have a working test on cards:Jérémy Dufour
- work with one byte of data exchanged (master send a byte to slave then read it back); - does not manage when slave is not here (no timeout); - use more proto_ functions rather than uart_ ones; - support reset and unknown functions on both test programs; - update configurations to be compatible with the cards used for the test; - add comments.
2008-03-01 * digital/dev/pcb:Nicolas Schodet
- larger drill holes for the jack connector.
2008-02-29A few modifications to replace uncommon capacitors by standard valuesPierre Prot
2008-02-28 * digital/dev/pcb:Nicolas Schodet
- routed.
2008-02-28 * digital/dev/pcb:Nicolas Schodet
- moved components to make room to route.
2008-02-28Update the flash memory accesses.Nélio Laranjeiro
2008-02-28 * digital/dev/pcb:Nicolas Schodet
- added protection resistors. - fixed bad analog swicth polarity. - added PA7 jumper. - changed to phoenix 3.81.
2008-02-27 * digital/avr/modules/uart:Nicolas Schodet
- tested on atmega16 and atmega32.
2008-02-26 * digital/asserv/pcb:Nicolas Schodet
- changed CPLD package to a larger one.
2008-02-24Added sources for the flash use. Not tested !Nélio Laranjeiro
2008-02-21Start writing the flash read and write functions.Nélio Laranjeiro
2008-02-21Remove some unused function. The functionalities concerning the flash Nélio Laranjeiro
are now in the flash module.
2008-02-21Forget the init function.Nélio Laranjeiro
2008-02-21Added the flash module only with the header file.Nélio Laranjeiro
2008-02-14Added a function to request the a data from a addr. useful to read Nélio Laranjeiro
memories.
2008-02-12Removed the test_host.Nélio Laranjeiro
Update the interruption function. Debugged the driver source file. Init tested.
2008-02-11Add atmega16 supportGuillaume Chevillot
2008-02-10SPI driver for AVR.Nélio Laranjeiro
It's only a first shoot, it has not been tested in the real AVR.
2008-02-04Need of binutils-avr added.Guillaume Chevillot
2008-01-31 * digital/asserv/src/asserv:Nicolas Schodet
- added external counter support.