aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/f1/dma.h
AgeCommit message (Expand)Author
2013-03-07Repair to documentation (most documented files)Ken Sarkies
2013-02-06[stm32] Use common memorymap include for consistencyKarl Palsson
2013-01-08Move STM32F1 DMA files to respective common directoriesKen Sarkies
2012-11-13Merge branch 'master' of git://github.com/libopencm3/libopencm3 into upstream...Jeff Ciesielski
2012-10-31STM32F1 Addition to DMA to add interrupt flag read and clear.Ken Sarkies
2012-10-19stm32/f1/dma: add clear_flag helper functionJeff Ciesielski
2012-09-02Add C linkage declaration for C++ usageNicolas Schodet
2012-08-20STM32F1xx: Changed markup to get more control over documentation, eachKen Sarkies
2012-04-20Correct DMA_CCR_MSIZE and PSIZE bit masks. Thanks Tomas Solic.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
2012-02-29Cleaned up and streamlined DMA support for f1. Definitely needs a bunch of te...Piotr Esden-Tempski
2011-10-31Fix more STM32 whitespace issuesStephen Caudle
2011-10-12Restructuring stm32 include directories.Fergus Noble