aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2011-11-11stm32/dbgmcu.h: Document reserved bits, cosmetic fixes.Uwe Hermann
2011-11-11stm32/iwdg.h: Document reserved bits.Uwe Hermann
2011-11-11stm32/pwr.h: Document reserved bits.Uwe Hermann
2011-11-11stm32/wwdg.h: Document reserved bits, add WWDG_CFG_W.Uwe Hermann
2011-11-11stm32/fsmc.h: Document reserved bits.Uwe Hermann
2011-11-11stm32/fsmc.h: s/FSMC_PMEM_MEMHOLDX/FSMC_PMEM_MEMWAITX/.Uwe Hermann
2011-11-11stm32/f4/pwr.h: Document reserved bits.Uwe Hermann
2011-11-11stm32/f2/pwr.h: Document reserved bits.Uwe Hermann
2011-11-11stm32/crc.h: Document reserved bits.Uwe Hermann
2011-11-11STM32F4: Fix typos, s/F2/F4/.Uwe Hermann
2011-11-11common.h: Add Doxygen main page text.Uwe Hermann
2011-11-10stm32/spi.h: Fix typos, add comments.Uwe Hermann
2011-11-10STM32F2/F4: SPI fixes.Uwe Hermann
2011-11-10Cosmetic fixes in license headers.Uwe Hermann
2011-11-02Add USART6 definitions to STM32F3 & STM32F4Stephen Caudle
2011-11-02Add timer support for STM32F2 & STM32F4Stephen Caudle
2011-11-02Minor whitespace fixes.Uwe Hermann
2011-10-31Fix more STM32 whitespace issuesStephen Caudle
2011-10-31Fix STM32 flash programming doc linksStephen Caudle
2011-10-31Add initial support for STM32F4Stephen Caudle
2011-10-31Add generic STM32F2 RCC clock functionStephen Caudle
2011-10-30Clean up whitespace in stm32f2 GPIOStephen Caudle
2011-10-30Clean up whitespace in stm32f2 RCCStephen Caudle
2011-10-30Add SCB from stm32f1Stephen Caudle
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