aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-02Add assert macros to aid in debugging.Tomaz Solc
2012-09-27Enable floating-point coprocessor on reset.Daniel Serpell
2012-09-27Compile stm32-f4 library with floating point support.Daniel Serpell
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-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-18Update to doxygen comments to fix promiscuity problem (see later)Ken Sarkies
2012-08-14Revert nvic_set_priority to original form. Minor doxygen markup changes.Ken Sarkies
2012-08-14Merge branch 'master' into nvicKen Sarkies
2012-08-13Changed local build target for library and linker files.Piotr Esden-Tempski
2012-08-11Merging pull request #19 "STM32F timers. Doxygen markup added, and some code ...Piotr Esden-Tempski
2012-07-10STM32F timers. Doxygen markup added, and some code changes:Ken Sarkies
2012-07-09Fix compile errorKen Sarkies
2012-07-09NVIC_Set_Interrupt_Priority: change to use 4-bit fields.Ken Sarkies
2012-06-30Code for DAC module STM32Fxxx seriesKen 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 #13 "Code for iwdg module STM32F series"Piotr Esden-Tempski
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-27Merging pull request #7 "Use ODR instead of IDR to toggle an output GPIO"Piotr Esden-Tempski
2012-06-27Merge pull request #6 "Doxygen markup and grouping structrue"Piotr Esden-Tempski
2012-06-25* Updated GPIO added gpio_toggle() function.TitanMKD
2012-06-16Merge branch 'master' of git://github.com/jboone/libopencm3TitanMKD
2012-06-15Modified SSP driver to wait for data to be sent before returning. This is cri...Jared Boone
2012-06-14Fix TypoKen Sarkies
2012-06-13Code for iwdg module STM32F seriesKen Sarkies
2012-06-13Fix Linker bug copy ROM to RAM & exec from RAM (need more test).TitanMKD
2012-06-12Add helper function for max clock on HSI for f100Karl Palsson
2012-06-12Add Device Electronic Signature support.Karl Palsson
2012-06-10Added ROM to RAM code copy & exec with example of how to use it (miniblink_ro...TitanMKD
2012-06-09Work on scs.h register and also nvic.h.TitanMKD
2012-06-06changed I2C to run directly from IRCMichael Ossmann
2012-06-06Fixed SSP, tested with Oscilloscope Write work fine (tested SPI Mode).TitanMKD