aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-26Fix NVIC defines for F2.Fergus Noble
2011-10-04Henry is a grammar nazi.Fergus Noble
2011-10-04Added alternative function for doing an SPI transfer.Fergus Noble
2011-09-27Fixing some more header referencesFergus Noble
2011-09-27Fixing some header referencesFergus Noble
2011-09-26Moving a couple more headers to stm common.Fergus Noble
2011-09-23Change default prefix in top level Makefile.Fergus Noble
2011-09-23Some more silly bugs in GPIO fixed for F2.Fergus Noble
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-23SPI test now working on F2!Fergus Noble
2011-09-22Merge branch 'stm32f2' of https://github.com/henryhallam/libopenstm32 into ↵Fergus Noble
stm32f2
2011-09-22SPI test (untested)Henry Hallam
2011-09-22Updating the usart example in jobygps to use fixed gpio code.Fergus Noble
2011-09-22Fixed bug in F2 GPIO code.Fergus Noble
2011-09-22OpenOCD config file for JobyGPS.Fergus Noble
2011-09-22Adding jobygps usart example.Fergus Noble
2011-09-22Initial move of USART code to common, still needs some work.Fergus Noble
2011-09-16Change default prefix in Makefiles to arm-none-eabi for compatability with ↵Fergus Noble
summon toolchain out the box.
2011-09-16RCC header file for F2 implemented, no convenience functions so far.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
2011-09-15First F2 example working!Fergus Noble
2011-09-15Remove orphaned file in git.Fergus Noble
2011-09-15Rename F1 examples folder.Fergus Noble
2011-09-15Update F1 libs with new header file locations.Fergus Noble
2011-09-15Add family define for the F1 Makefile and add a Makefile for the F2.Fergus Noble
2011-09-15Fixing something I forgot to update after restructuring the include directories.Fergus Noble
2011-09-15Adding vector table for F2.Fergus Noble
2011-09-15Copying F1 linker script over to the F2 target, hopefully it should be the same!Fergus Noble
2011-09-15Renaming things in the F1 target Makefile.Fergus Noble
2011-09-15Adding stm32f2 target in top level Makefile and renaming f1 target.Fergus Noble
2011-09-14Some updates to the F2 GPIO header plus implementation of GPIO convenience ↵Fergus Noble
functions.
2011-09-14Initial import of F2 GPIO peripheral header file.Fergus Noble
2011-09-14Restructuring stm32 include directories.Fergus Noble
2011-09-13Moved timer stuff to common and added F2 specific header.Fergus Noble
2011-09-12Moved I2C to common, no changes needed.Fergus Noble
2011-09-12Moves usart over to common and added F2 specific header.Fergus Noble
2011-09-12Unnecessary include removed.Fergus Noble
2011-09-12Moved spi header over to common and created F2 specific header.Fergus Noble
2011-09-12Moved pwr.h to stm_common and added F2 series specific extensions in its own ↵Fergus Noble
header.
2011-09-12Fixing small typo.Fergus Noble
2011-09-12Ability to choose memorymap for stm_common headers with define.Fergus Noble
2011-09-12Renaming lib code for stm32 f1 series. Fergus Noble
2011-09-12Moving stm header files that are common to f1 and f2 series into their own ↵Fergus Noble
folder.
2011-09-12Moving renaming stm32 header files for f1 series.Fergus Noble
2011-09-12Adding memory map for the stm32f2 series.Fergus Noble
2011-09-09Update examples Makefiles to use the make shell function rather than ↵Fergus Noble
backticks for shell command expansion. Backticks are unreliable and don't work on all platforms.
2011-07-13Move enabling the USB Clock into stm32f10x_usbd_initUwe Bonnes