aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32f2
AgeCommit message (Expand)Author
2011-10-12Some more silly bugs in GPIO fixed for F2.Fergus Noble
2011-10-12Fixed bug in F2 GPIO code.Fergus Noble
2011-10-12Change default prefix in Makefiles to arm-none-eabi for compatability with su...Fergus Noble
2011-10-12Moving nvic code to common, adding F1 and F2 specific user interrupt definiti...Fergus Noble
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
2011-10-12Update F1 libs with new header file locations.Fergus Noble
2011-10-12Add family define for the F1 Makefile and add a Makefile for the F2.Fergus Noble
2011-10-12Adding vector table for F2.Fergus Noble
2011-10-12Copying F1 linker script over to the F2 target, hopefully it should be the same!Fergus Noble
2011-10-12Some updates to the F2 GPIO header plus implementation of GPIO convenience fu...Fergus Noble