aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32_common
AgeCommit message (Collapse)Author
2011-09-23Minor fixes to the SPI code, mainly you should check that the TX buffer is ↵Fergus Noble
empty before rather than after sending.
2011-09-22Initial move of USART code to common, still needs some work.Fergus Noble
2011-09-15Moving nvic code to common, adding F1 and F2 specific user interrupt ↵Fergus Noble
definition headers.
2011-09-15Moved SPI to stm32 common.Fergus Noble
2011-09-15Moved I2C to stm32 common.Fergus Noble
2011-09-15Move systick to stm32 common.Fergus Noble