summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/spi
AgeCommit message (Collapse)Author
2009-04-25 * digital/avr/modules/spi:Nicolas Schodet
- added comment about GPIO settings. - added uninit.
2009-04-17 * digital/avr/modules/spi:Nicolas Schodet
- added software driver.
2009-04-17 * digital/avr/modules/spi:Nicolas Schodet
- fixed bad SPI2X mode. - prepare for software driver.
2009-04-17 * digital/avr/modules/spi:Nicolas Schodet
- some cleanup.
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.