aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/dma.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation improvements, DMA IRQ table volatile bugfix.Marti Bolivar2011-01-031-0/+10
|
* nzmichaelh-master branch is ready for code review.Marti Bolivar2010-12-301-3/+2
|
* Changed nzmichaelh's initial DMA interface to be more flexible.Marti Bolivar2010-12-301-8/+49
| | | | | Some bugfixes in the external interrupt code were found along the way. Defines for nonexistent registers removed from nvic interface.
* nzmichaelh's pull request mods compile and upload.Marti Bolivar2010-12-281-1/+2
| | | | renamed SysTick_Handler back to SysTickHandler since all of our linker magic/lanchon-stm32 depends on that name. added backup register support in order to test independent watchdog support; it seems to work. next major test target is DMA support.
* Added basic DMA supportMichael Hope2010-10-201-0/+71