aboutsummaryrefslogtreecommitdiff
path: root/lib/stm32/f1
AgeCommit message (Expand)Author
2013-03-19Add support for static constructors and destructorsinit-finiNicolas Schodet
2012-10-16stm32f1:Ken Sarkies
2012-10-05Doc changes to go with previous commitKen Sarkies
2012-10-05Code changes to stm32f1 adc.c and adc.hKen Sarkies
2012-10-02Add assert macros to aid in debugging.Tomaz Solc
2012-09-10Merging pull request #26 "Linker script cleanup/improvements"Piotr Esden-Tempski
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-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-13Changed local build target for library and linker files.Piotr Esden-Tempski
2012-07-10STM32F timers. Doxygen markup added, and some code changes:Ken Sarkies
2012-06-29Add linker scripts with memory maps for F100 series.Karl Palsson
2012-06-29Basic helper routines for CRCKarl Palsson
2012-06-27Merge pull request #11 "Add helper function for max clock on HSI for f100"Piotr Esden-Tempski
2012-06-27Merge pull request #10 "Add Device Electronic Signature support."Piotr Esden-Tempski
2012-06-12Add helper function for max clock on HSI for f100Karl Palsson
2012-06-12Add Device Electronic Signature support.Karl Palsson
2012-05-28Header files for Doxygen group structure, layout changes to headings, example...Ken Sarkies
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-24Wait for writes to finish upon exiting RTC configTomaz Solc
2012-04-08Added functions for configuring timers in slave mode.Gareth McMullin
2012-04-08Added functions for timer input capture polarity and enable/disable.Gareth McMullin
2012-04-08Added convenience function for timer input selection.Gareth McMullin
2012-04-08Added convenience funcions for timer input capture filter and prescaler.Gareth McMullin
2012-04-07Corrected parameters of timer_set_mode() to u32.Gareth McMullin
2012-03-19Constand value for resetting CAN_TDTxR was too big. Fixed.Piotr Esden-Tempski
2012-03-19Changed parameter size for trigger enable.Piotr Esden-Tempski
2012-03-19Started some cleanup in the ADC headers and convenience code.Piotr Esden-Tempski
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-29Cleaned up and streamlined DMA support for f1. Definitely needs a bunch of te...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-06Discard .ARM.exidx section to make newlib 64bit (long long) printf support wo...Fergus Noble
2011-11-16Added address legend to the interrupt vector. Made it easier to crosscheck fo...Piotr Esden-Tempski
2011-11-16Added UART4 and UART5 gpio definitions for stm32f1. Also corrected the naming...Piotr Esden-Tempski
2011-11-17stm32/f1/gpio.c: Add some Doxygen comments.Uwe Hermann
2011-11-17lib: More small fixes.Uwe Hermann
2011-11-17lib/stm32/f1: Coding-style fixes.Uwe Hermann
2011-11-12Fixed loading of .data in linker scripts.Gareth McMullin