aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f4/Makefile
AgeCommit message (Expand)Author
2013-03-09This mainly moves the STM32 timers' code to the common area.Ken Sarkies
2013-02-27Fixing some errors introduced with #107.Michael Aherne
2013-02-26Added more warning CFLAGS to all makefiles.Piotr Esden-Tempski
2013-02-25CAN support STM32F4alexn
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
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: 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-31Added new f4 adc module to the library makefile.Piotr Esden-Tempski
2012-10-31Merge pull request #22 fixing usb and f4 alignment issuesPiotr Esden-Tempski
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-05Merging pull request #37 Adds hard-float support to stm32f4, with a nice mand...Piotr Esden-Tempski
2012-10-02Add assert macros to aid in debugging.Tomaz Solc
2012-09-27Compile stm32-f4 library with floating point support.Daniel Serpell
2012-09-13USB core updated for reentrance based on Christian Cier-Zniewski's branchJason Kotzin
2012-08-13Changed local build target for library and linker files.Piotr Esden-Tempski
2012-03-02Some additional LGPL3+ license change cleanups.Piotr Esden-Tempski
2011-12-17Added USB example for stm32f4.Gareth McMullin
2011-11-02Add timer support for STM32F2 & STM32F4Stephen Caudle
2011-11-02Add pwr to STM32F4 makefileStephen Caudle
2011-10-31Add initial support for STM32F4Stephen Caudle