aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-19Add support for static constructors and destructorsinit-finiNicolas Schodet
2012-10-17[fix] GCC < 4.5 that does not accept any argument for the deprecated attribute.HEADmasterFelix Ruess
2012-10-16add the copied ld scripts in lib dir to gitignoreFelix Ruess
2012-10-16fix clean target for example makefiles if the compiler is not in PATHFelix Ruess
2012-10-16Initial documentation for SPI, I2C and CRCKen Sarkies
2012-10-16Additional stm32/usart.c functions to enable/disable Rx/TxKen Sarkies
2012-10-16Initial documentation for stm32/usart.c, usart.hKen Sarkies
2012-10-16stm32f1:Ken Sarkies
2012-10-08add _end and __end symbols for compatibility with code written against CodeSo...Thomas W. Barr
2012-10-08complete peripheral handlers in vector tableThomas W. Barr
2012-10-07updated the lisa_m_2 (STM32 F1) ADC examples for recent code changes to stm32...Stephen Dwyer
2012-10-07oops, had to update bin names in makefiles for adc examplesStephen Dwyer
2012-10-07added different ADC sampling examples for the LisaM v2 including:Stephen Dwyer
2012-10-05Merging pull request #28 Random number generator defenition and example.Piotr Esden-Tempski
2012-10-05Merging pull request #37 Adds hard-float support to stm32f4, with a nice mand...Piotr Esden-Tempski
2012-10-05Doc changes to go with previous commitKen Sarkies
2012-10-05Code changes to stm32f1 adc.c and adc.hKen Sarkies
2012-10-04Merged pull request #38 Add assert macros to aid in debugging.Piotr Esden-Tempski
2012-10-02Add assert macros to aid in debugging.Tomaz Solc
2012-09-27Add a floating-point example to the stm32f4.Daniel Serpell
2012-09-27Enable floating-point coprocessor on reset.Daniel Serpell
2012-09-27Compile stm32-f4 library with floating point support.Daniel Serpell
2012-09-27Add all SCB registers mentioned in ARM DDI 0403D manual.Daniel Serpell
2012-09-25Explicitly link example binaries statically.Paul Sokolovsky
2012-09-17Fix merge errorNicolas Schodet
2012-09-15Setup to document entire project using doxygen.Ken Sarkies
2012-09-10Renamed adc example to be more descriptive.Piotr Esden-Tempski
2012-09-10Added simple adc example for lisa/m 2.Piotr Esden-Tempski
2012-09-10Merging pull request #26 "Linker script cleanup/improvements"Piotr Esden-Tempski
2012-09-10Merge pull request #27 "added a make target stlink-flash to use the stlink on...Piotr Esden-Tempski
2012-09-10Merge pull request #25 "Add support for C++ and fix some comments typo"Piotr Esden-Tempski
2012-09-07Random number generator example.Oliver Dille
2012-09-07Random number generator register definitions.Oliver Dille
2012-09-06added a make target stlink-flash to use the stlink on the stm32f4-disoveryThomas Waldecker
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-09-02Fix comments typoNicolas Schodet
2012-09-02Add C linkage declaration for C++ usageNicolas Schodet
2012-08-31STM32F1xx Additional minor changes to adc.h and adc.cKen Sarkies
2012-08-31ADC documentation addedKen Sarkies
2012-08-25Minor build system fixes.Piotr Esden-Tempski
2012-08-25Merging pull request #23 Changed markup to get more control over documentation.Piotr Esden-Tempski
2012-08-25Merging #18 pull request. Adding nvic documentation.Piotr Esden-Tempski
2012-08-20STM32F1xx: Changed markup to get more control over documentation, eachKen Sarkies
2012-08-18And a bit more doc modsKen Sarkies
2012-08-18Tiny doxygen mod to get all constants to show in doc outputKen Sarkies
2012-08-18Update to doxygen comments to fix promiscuity problem (see later)Ken Sarkies
2012-08-14Use make wildcard command for source dir detect. Library path fix.Piotr Esden-Tempski
2012-08-14Revert nvic_set_priority to original form. Minor doxygen markup changes.Ken Sarkies