aboutsummaryrefslogtreecommitdiff
path: root/notes/dma.txt
AgeCommit message (Collapse)Author
2012-04-26Move notes/dma.txt to notes/dma-stm32f1.txt.Marti Bolivar
This information is all STM32F1 only. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
2011-04-11DMA checkpoint; dma_attach_interrupt() is broken.Marti Bolivar
Simple USART receiver to SRAM buffer demo partially working. Interrupting when buffer is full fails mysteriously. GDB thinks we ended up in an STM32 reserved exception.