aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32
AgeCommit message (Expand)Author
2012-09-10Merge pull request #25 "Add support for C++ and fix some comments typo"Piotr Esden-Tempski
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-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-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-14Revert nvic_set_priority to original form. Minor doxygen markup changes.Ken Sarkies
2012-08-14Merge branch 'master' into nvicKen Sarkies
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-09NVIC_Set_Interrupt_Priority: change to use 4-bit fields.Ken Sarkies
2012-07-09Minor changes to doxygen content, no changes to code.Ken Sarkies
2012-06-30Code for DAC module STM32Fxxx seriesKen Sarkies
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-27Merge pull request #9 "Even/Odd parity bit configs used the wrong bit"Piotr Esden-Tempski
2012-06-27Merge pull request #6 "Doxygen markup and grouping structrue"Piotr Esden-Tempski
2012-06-13Code for iwdg module STM32F seriesKen Sarkies
2012-06-12Add helper function for max clock on HSI for f100Karl Palsson
2012-06-12Add Device Electronic Signature support.Karl Palsson
2012-06-12Even/Odd parity bit configs used the wrong bitKarl Palsson
2012-05-28Header files for Doxygen group structure, layout changes to headings, example...Ken Sarkies
2012-04-30Added support for the SDIO interface of the stm32 family.Felix Held
2012-04-24Added rcc.h include, needed for osc_t.Tomaz Solc
2012-04-20Correct DMA_CCR_MSIZE and PSIZE bit masks. Thanks Tomas Solic.Piotr Esden-Tempski
2012-04-20Initial implementation of DAC registers for stm32 by Felix HeldPiotr Esden-Tempski
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-04-07Corrected bit definitions for capture/compare input selection.Gareth McMullin
2012-03-22- Add FSMC helper macros. IMO FSMC_BTR_ACCMOD aren't much use, but I left the...Daniel O'Connor
2012-03-22Cast PERIPH_BASE to unsigned otherwise certain operations result in build pro...Daniel O'Connor
2012-03-22Add mask for SWJ bits.Daniel O'Connor
2012-03-21Revert "Fix setting alternate port functions on the STM32F2."Fergus Noble
2012-03-21Revert "Fix setting alternate port functions on the STM32F4."Fergus Noble
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-17Fixed position of PSIZE bits, thanks to Patrick for spotting this.Piotr Esden-Tempski
2012-03-13Fixed operation order for dma bit calculations.Piotr Esden-Tempski
2012-03-02License change of the library to LGPL, version 3 or later.Piotr Esden-Tempski
2012-02-29Corrected interrupt flag register defines.Piotr Esden-Tempski
2012-02-29Added dma_channel_reset prototype.Piotr Esden-Tempski