aboutsummaryrefslogtreecommitdiff
path: root/include/libopenstm32/spi.h
AgeCommit message (Collapse)Author
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.
2009-12-29Add initial version of an spi.h header file.Uwe Hermann
So far, it contains the SPI register definitions and some bit definitions of control register 1 (CR1).