aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2012-02-06f2/dma.h: Whitespace and coding-style fixes.Uwe Hermann
2012-02-06Fixed typo in F2 dma header to match the datasheet.Fergus Noble
2012-02-06Added functions to enable and disable DMA from stm32 USART.Fergus Noble
2012-02-06DMA register definitions for F2.Fergus Noble
2011-12-28usb: Added support for Interface Association descriptors.Gareth McMullin
2011-12-17Added USB example for stm32f4.Gareth McMullin
2011-11-16Reverted the api of the usart_set_baudrate function to hide the clock rail se...Piotr Esden-Tempski
2011-11-16Cleaned up header inclusion selection macros.Piotr Esden-Tempski
2011-11-16Added UART4 and UART5 gpio definitions for stm32f1. Also corrected the naming...Piotr Esden-Tempski
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