aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f2
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-26Fix all warnings for stm32f2 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-18Merge pull request #84 "Pr flash reg rename"Piotr Esden-Tempski
2013-01-23[flash] f2: use "proper" bit definition naming.Karl Palsson
2013-01-22[stm32] Support the "new" BCD style RTC peripheralKarl 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-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-31Merge pull request #22 fixing usb and f4 alignment issuesPiotr Esden-Tempski
2012-10-31F2 timers are the same as F4 timers, so make the same changes to themThomas Daede
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-18drop two-line vector.c dispatchers in favor of central dispatchchrysn
2012-10-05unified vector table initializationchrysn
2012-10-02Add assert macros to aid in debugging.Tomaz Solc
2012-09-13stm32 F2/F4 gpio_set_af() fixJason Kotzin
2012-09-03Support exceptions on all targetsNicolas Schodet
2012-09-03Use a specific symbol for data source address in flashNicolas Schodet
2012-09-03Clean up and make linker scripts more uniformNicolas Schodet
2012-08-13Changed local build target for library and linker files.Piotr Esden-Tempski
2012-05-31Use ODR instead of IDR to toggle an output GPIONicolas Schodet
2012-05-25Mark reg32 variables as used. So that the compiler does not complain.Piotr Esden-Tempski
2012-04-25Fixed the linker scripts to be the way Tomaz Solc proposed.Piotr Esden-Tempski
2012-04-24Removed the load address statement from the .bss section.Piotr Esden-Tempski
2012-04-24Support for exception handling in linker scripts.Tomaz Solc
2012-04-07Corrected parameters of timer_set_mode() to u32.Gareth McMullin
2012-03-18Added basic exception handling to the stm32 linker scripts. Thanks Mike Smith!Piotr Esden-Tempski
2012-03-02Some additional LGPL3+ license change cleanups.Piotr Esden-Tempski
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-12Linker scripts provide stack pointer at the top of RAM.Gareth McMullin
2012-02-11Added the entry point definiton to all stm32 linker scripts. This allows gdb ...Piotr Esden-Tempski
2012-02-06More coding-style and cosmetic fixes.Uwe Hermann
2012-02-06Fix nasty bug with GPIO alternate function setup on F2/F4 (sorry guys).Fergus Noble
2012-02-06Discard .ARM.exidx section to make newlib 64bit (long long) printf support wo...Fergus Noble