aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f4
AgeCommit message (Expand)Author
2013-03-19Add support for static constructors and destructorsinit-fini-2Nicolas Schodet
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-27Fixing some errors introduced with #107.Michael Aherne
2013-02-26Adding f4-specific rtc functionsMichael Aherne
2013-02-26Fix all warnings for stm32f4 lib.Piotr Esden-Tempski
2013-02-26Added more warning CFLAGS to all makefiles.Piotr Esden-Tempski
2013-02-26FLASH: Make sure that the flash unlock register state is cleared before tryin...Piotr Esden-Tempski
2013-02-25ADC: Fix CR usage in adc_enable_discontinuous_mode_regular. Fixes #101Piotr Esden-Tempski
2013-02-25CAN support STM32F4alexn
2013-02-18Merge pull request #84 "Pr flash reg rename"Piotr Esden-Tempski
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-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-06Merging pull request #64 Various changesPiotr Esden-Tempski
2012-11-14stm32/f4/adc: DMA can always be used with ADC2Ben 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 cut-and-paste errorBen Gamari
2012-11-08stm32f4: Add dma.oBen Gamari
2012-11-07Eliminate redundant gpio code from f2/f4/l1Karl Palsson
2012-11-07Enable nvic and exti support for L1Karl Palsson
2012-10-31Merge pull request #57 F2/F4 timer merging actionPiotr Esden-Tempski
2012-10-31Added new f4 adc module to the library makefile.Piotr Esden-Tempski
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-31Merge pull request #22 fixing usb and f4 alignment issuesPiotr Esden-Tempski
2012-10-30Move timer.c to be common to all stm32 seriesThomas Daede
2012-10-30STM32F4: New adc moduleKen Sarkies
2012-10-29Merge branch 'generalizations'chrysn
2012-10-22Missing EXTI ports and flag numbers for F4Karl Palsson
2012-10-19remove nvic.o from stm32/f[24]'s explicit listchrysn
2012-10-19build common .o files everywhere (fixes issue #29)chrysn
2012-10-18unify scb (system control block)chrysn
2012-10-18fix bug resulting from equally named fileschrysn
2012-10-18drop two-line vector.c dispatchers in favor of central dispatchchrysn
2012-10-17Merge branch 'master' into generalizationschrysn
2012-10-05Merging pull request #37 Adds hard-float support to stm32f4, with a nice mand...Piotr Esden-Tempski
2012-10-05unified vector table initializationchrysn
2012-10-02Add assert macros to aid in debugging.Tomaz Solc
2012-09-27Enable floating-point coprocessor on reset.Daniel Serpell