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