summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/spi
AgeCommit message (Collapse)Author
2008-04-14 * digital/avr/modules/spi:Nicolas Schodet
- there is no HOST support in the SPI module.
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-01Update the spi and flash module.Nélio Laranjeiro
testing in progress...
2008-02-21Remove some unused function. The functionalities concerning the flash Nélio Laranjeiro
are now in the flash module.
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-10SPI driver for AVR.Nélio Laranjeiro
It's only a first shoot, it has not been tested in the real AVR.