aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f4
AgeCommit message (Expand)Author
2013-03-09This mainly moves the STM32 timers' code to the common area.Ken Sarkies
2013-03-07Add test in common headers for improper inclusion of such files in application.Ken Sarkies
2013-03-07Repair to documentation (most documented files)Ken Sarkies
2013-02-26Adding f4-specific rtc functionsMichael Aherne
2013-02-26Fix all warnings for stm32f4 lib.Piotr Esden-Tempski
2013-02-25fix stm32f4 sdio base adressalexn
2013-02-18Merge pull request #92 "DMA tidyup"Piotr Esden-Tempski
2013-02-18Merge pull request #84 "Pr flash reg rename"Piotr Esden-Tempski
2013-02-18Merge pull request #79 "More L1 support (and f2/f4 rtc)"Piotr Esden-Tempski
2013-02-15Fixes #93 copypasta error in RCC_CSR_BORRSTF definition.Piotr Esden-Tempski
2013-02-06[stm32] Use common memorymap include for consistencyKarl Palsson
2013-01-23[flash] f4: use "proper" bit definition naming.Karl Palsson
2013-01-22[stm32] Support the "new" BCD style RTC peripheralKarl Palsson
2013-01-22[l1] PWR: fix style for common codeKarl Palsson
2013-01-09Merging pull request #72 DocPiotr Esden-Tempski
2013-01-08Minor cleanup to use dispatch memorymap.hKen Sarkies
2013-01-08CRC moved to common areaKen Sarkies
2013-01-08I2C to common areaKen Sarkies
2013-01-08IWDG moved to common areaKen Sarkies
2013-01-08Move usart files to common areaKen Sarkies
2013-01-08Move DAC to common areaKen Sarkies
2013-01-08STM32: Moved SPI code into the common area.Ken Sarkies
2013-01-08STM32 DMA: replaced F4 header to match that for F2, and move header and sourc...Ken Sarkies
2013-01-06Merge pull request #73 RNGPiotr Esden-Tempski
2013-01-06Merging pull request #64 Various changesPiotr Esden-Tempski
2012-12-12STM32: Move RNG to common area and add support for the F2.Roger Light
2012-12-12Update STM32 RNGEN register bit name to more closely match documentation.Roger Light
2012-11-14stm32/f4/memorymap.h: Fix ADC offsetsBen Gamari
2012-11-13Proposed deduplication of peripherals, GPIO exampleKen Sarkies
2012-11-08Merging pull request #60 Miscellaneous DMA fixes for F4Piotr Esden-Tempski
2012-11-08stm32f4/dma: Fix DMA_ISR_OFFSET definitionBen Gamari
2012-11-07Enable nvic and exti support for L1Karl Palsson
2012-10-31Merge pull request #55 STM32F4: New adc modulePiotr Esden-Tempski
2012-10-31STM32F4 New: headers and source code for DMAKen Sarkies
2012-10-30STM32F4: New adc moduleKen Sarkies
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-17Merge branch 'master' into generalizationschrysn
2012-10-05Merging pull request #28 Random number generator defenition and example.Piotr Esden-Tempski
2012-10-05unified vector table initializationchrysn
2012-09-27Add all SCB registers mentioned in ARM DDI 0403D manual.Daniel Serpell
2012-09-15Setup to document entire project using doxygen.Ken Sarkies
2012-09-07Random number generator register definitions.Oliver Dille
2012-09-02Add C linkage declaration for C++ usageNicolas Schodet
2012-03-21Revert "Fix setting alternate port functions on the STM32F4."Fergus Noble
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
2012-02-24Added set priority group convenience function.Piotr Esden-Tempski
2012-02-24Updated SCB_AIRCR_PRIGROUP bit definitions to be more consistent with the sty...Piotr Esden-Tempski
2012-02-12Fix setting alternate port functions on the STM32F4.Gareth McMullin