aboutsummaryrefslogtreecommitdiff
path: root/lib/spi.c
AgeCommit message (Collapse)Author
2010-04-12Added spi_send() equivalent to usart_send().Thomas Otto
2010-03-30Some additions to spi.c+h.Thomas Otto
2010-03-04Use direct #includes instead of libopenstm32.h.Uwe Hermann
2010-01-14Configure SPI as master in spi_init_master().Uwe Hermann
2009-12-30Add first version of spi_enable()/spi_disable().Uwe Hermann
2009-12-30Add initial SPI code.Uwe Hermann
For now, add the following basic SPI functions: - spi_init_master() - spi_write() - spi_read() This is incomplete and untested, yet. Also, add some more SPI bit definition macros and comments.