aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-10-29Merge remote-tracking branch 'fnoble/stm32f2'Uwe Hermann
2011-10-29Fixed some F105/F107 USB issues. Added user callback on SOF.Gareth McMullin
2011-10-27Merge remote-tracking branch 'fnoble/stm32f2' into stm32fxStephen Caudle
2011-10-27Add RCC and FLASH support for STM32F2Stephen Caudle
2011-10-26Add header for F2 syscfg peripheral.Fergus Noble
2011-10-26Fix NVIC defines for F2.Fergus Noble
2011-10-12Added alternative function for doing an SPI transfer.Fergus Noble
2011-10-12Moving a couple more headers to stm common.Fergus Noble
2011-10-12Initial move of USART code to common, still needs some work.Fergus Noble
2011-10-12RCC header file for F2 implemented, no convenience functions so far.Fergus Noble
2011-10-12Moving nvic code to common, adding F1 and F2 specific user interrupt definiti...Fergus Noble
2011-10-12Move systick to stm32 common.Fergus Noble
2011-10-12Fixing something I forgot to update after restructuring the include directories.Fergus Noble
2011-10-12Some updates to the F2 GPIO header plus implementation of GPIO convenience fu...Fergus Noble
2011-10-12Initial import of F2 GPIO peripheral header file.Fergus Noble
2011-10-12Restructuring stm32 include directories.Fergus Noble
2011-10-12Moved timer stuff to common and added F2 specific header.Fergus Noble
2011-10-12Moved I2C to common, no changes needed.Fergus Noble
2011-10-12Moves usart over to common and added F2 specific header.Fergus Noble
2011-10-12Unnecessary include removed.Fergus Noble
2011-10-12Moved spi header over to common and created F2 specific header.Fergus Noble
2011-10-12Moved pwr.h to stm_common and added F2 series specific extensions in its own ...Fergus Noble
2011-10-12Fixing small typo.Fergus Noble
2011-10-12Ability to choose memorymap for stm_common headers with define.Fergus Noble
2011-10-12Moving stm header files that are common to f1 and f2 series into their own fo...Fergus Noble
2011-10-12Moving renaming stm32 header files for f1 series.Fergus Noble
2011-10-12Adding memory map for the stm32f2 series.Fergus Noble
2011-10-04Added alternative function for doing an SPI transfer.Fergus Noble
2011-09-26Moving a couple more headers to stm common.Fergus Noble
2011-09-22Initial move of USART code to common, still needs some work.Fergus Noble
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 definiti...Fergus Noble
2011-09-15Move systick to stm32 common.Fergus Noble
2011-09-15Fixing something I forgot to update after restructuring the include directories.Fergus Noble
2011-09-14Some updates to the F2 GPIO header plus implementation of GPIO convenience fu...Fergus Noble
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
2011-09-12Fixing small typo.Fergus Noble
2011-09-12Ability to choose memorymap for stm_common headers with define.Fergus Noble
2011-09-12Moving stm header files that are common to f1 and f2 series into their own fo...Fergus Noble
2011-09-12Moving renaming stm32 header files for f1 series.Fergus Noble
2011-09-12Adding memory map for the stm32f2 series.Fergus Noble
2011-04-28Merge remote-tracking branch 'gsmcmullin/master'.Uwe Hermann
2011-04-24Added extra interrupt vectors for STM32 connectivity line.Gareth McMullin