aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32
AgeCommit message (Expand)Author
2012-11-07Vectors and Memory Map for STM32L1 seriesKarl Palsson
2012-10-31Merge pull request #55 STM32F4: New adc modulePiotr Esden-Tempski
2012-10-31Merge pull request #53 CAN fixesPiotr Esden-Tempski
2012-10-31STM32F4 New: headers and source code for DMAKen Sarkies
2012-10-31STM32F1 Addition to DMA to add interrupt flag read and clear.Ken Sarkies
2012-10-31Merge pull request #22 fixing usb and f4 alignment issuesPiotr Esden-Tempski
2012-10-30STM32F4: New adc moduleKen Sarkies
2012-10-29Merge branch 'generalizations'chrysn
2012-10-28Fix CAN standard ID mask to be 11 bits.Thomas Daede
2012-10-22Missing EXTI ports and flag numbers for F4Karl Palsson
2012-10-18unified systick handlingchrysn
2012-10-18unify scb (system control block)chrysn
2012-10-18switch all interrupt lists to yaml formatchrysn
2012-10-18add irq cound to existing nvic.h fileschrysn
2012-10-18dispatch for chip specific nvicchrysn
2012-10-18nvic.h factored out (incomplete)chrysn
2012-10-17Merge branch 'master' into generalizationschrysn
2012-10-17[fix] GCC < 4.5 that does not accept any argument for the deprecated attribute.HEADmasterFelix Ruess
2012-10-16Initial documentation for SPI, I2C and CRCKen Sarkies
2012-10-16Additional stm32/usart.c functions to enable/disable Rx/TxKen Sarkies
2012-10-16Initial documentation for stm32/usart.c, usart.hKen Sarkies
2012-10-16stm32f1:Ken Sarkies
2012-10-05Merging pull request #28 Random number generator defenition and example.Piotr Esden-Tempski
2012-10-05Merging pull request #37 Adds hard-float support to stm32f4, with a nice mand...Piotr Esden-Tempski
2012-10-05Code changes to stm32f1 adc.c and adc.hKen Sarkies
2012-10-05unified vector table initializationchrysn
2012-09-27Add all SCB registers mentioned in ARM DDI 0403D manual.Daniel Serpell
2012-09-17Fix merge errorNicolas Schodet
2012-09-15Setup to document entire project using doxygen.Ken Sarkies
2012-09-13USB core updated for reentrance based on Christian Cier-Zniewski's branchJason Kotzin
2012-09-10Merge pull request #25 "Add support for C++ and fix some comments typo"Piotr Esden-Tempski
2012-09-07Random number generator register definitions.Oliver Dille
2012-09-02Fix comments typoNicolas Schodet
2012-09-02Add C linkage declaration for C++ usageNicolas Schodet
2012-08-31STM32F1xx Additional minor changes to adc.h and adc.cKen Sarkies
2012-08-31ADC documentation addedKen Sarkies
2012-08-25Merging pull request #23 Changed markup to get more control over documentation.Piotr Esden-Tempski
2012-08-20STM32F1xx: Changed markup to get more control over documentation, eachKen Sarkies
2012-08-18And a bit more doc modsKen Sarkies
2012-08-18Tiny doxygen mod to get all constants to show in doc outputKen Sarkies
2012-08-18Update to doxygen comments to fix promiscuity problem (see later)Ken Sarkies
2012-08-14Revert nvic_set_priority to original form. Minor doxygen markup changes.Ken Sarkies
2012-08-14Merge branch 'master' into nvicKen Sarkies
2012-08-11Merging pull request #19 "STM32F timers. Doxygen markup added, and some code ...Piotr Esden-Tempski
2012-07-10STM32F timers. Doxygen markup added, and some code changes:Ken Sarkies
2012-07-09NVIC_Set_Interrupt_Priority: change to use 4-bit fields.Ken Sarkies
2012-07-09Minor changes to doxygen content, no changes to code.Ken Sarkies
2012-06-30Code for DAC module STM32Fxxx seriesKen Sarkies
2012-06-29Basic helper routines for CRCKarl Palsson
2012-06-27Merge pull request #13 "Code for iwdg module STM32F series"Piotr Esden-Tempski