summaryrefslogtreecommitdiff
path: root/chip/stm32/dma.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: make half-duplex SPI works on STM32F0Wei-Han Chen2018-01-251-8/+6
* stm32: remove stm32f4 dead code in DMAVincent Palatin2017-08-181-33/+1
* stm32f446e-eval: add support for stm32f446Nick Sanders2016-08-171-1/+33
* STM32: Support LPUART consoleDaisuke Nojiri2016-04-251-1/+1
* Bring up STM32L476G-EvalDaisuke Nojiri2016-04-251-0/+4
* STM32: Add dma_select_channelDaisuke Nojiri2016-04-251-0/+16
* stm32: Define second DMA controller present on STM32F3Gwendal Grignou2015-07-271-9/+20
* common: Change interface to dma_testGwendal Grignou2015-07-271-2/+1
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-101-0/+3
* samus: pd: fix potential junk at end of tx transmissionstabilize-6670.BAlec Berg2015-01-091-24/+39
* disable DMA before sysjumpingVincent Palatin2015-01-081-0/+10
* stm32f: Add DMA interrupt handlers for channel 1 to 3Vic Yang2014-10-211-30/+17
* Allow to disable default DMA interrupt handlersVincent Palatin2014-09-251-0/+2
* pd: clean up beg/end transitions of PD commsAlec Berg2014-07-031-2/+51
* cprints: Revert some changes from CPRINTF to CPRINTSAnton Staaf2014-07-031-1/+1
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* stm32: flush write buffer before start DMA transfer.Louis Yung-Chieh Lo2014-03-111-0/+3
* stm32: add support for STM32F0xx familyVincent Palatin2014-03-111-0/+2
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-4/+4
* Initalize DMA before UARTRandall Spangler2013-09-101-2/+1
* stm32: Clean up DMA register usageRandall Spangler2013-06-271-87/+61
* Clean up DMA module and interface.Randall Spangler2013-06-261-126/+113
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-031-3/+5
* stm32: support DMA on I2C1Vincent Palatin2012-10-111-6/+22
* stm32: Export DMA memory size optionVic Yang2012-09-261-9/+10
* Replacing usleep with interrupt friendly udelayCharlie Mooney2012-08-171-1/+1
* Snow: Possible problems with i2c error handlingCharlie Mooney2012-08-161-0/+6
* Snow: Make i2c slave work in interrupt contextCharlie Mooney2012-08-151-0/+19
* Snow: Switching i2c from polling to InterruptsCharlie Mooney2012-08-141-17/+50
* Lucas: Switching the i2c transmit code over to dmaCharlie Mooney2012-08-131-1/+44
* dma: Add dma_dump() and rename debug config to CONFIG_DMA_HELPSimon Glass2012-07-021-3/+22
* dma: Add dma_bytes_done() to return bytes completed in a dma channelSimon Glass2012-07-021-0/+7
* dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()Simon Glass2012-06-291-7/+7
* Revert "dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()"davidjames2012-06-281-7/+7
* dma: Deprecate dma_start_tx() in favor of dma_prepare_tx()Simon Glass2012-06-281-7/+7
* dma: Adjust prepare_channel() to use a channel pointerSimon Glass2012-06-281-15/+16
* dma: Export dma_get_channel()Simon Glass2012-06-281-11/+5
* introducing chip variant for stm32 family [3/3]Vincent Palatin2012-05-011-1/+1
* introducing chip variant for stm32 family [1/3]Vincent Palatin2012-05-011-0/+170