zephyr/drivers
Armando Visconti c0ffa6f2b7 dma: stm32f4: Add support for dma_reload API specific implementation
The dma_reload() is useful when there's the need to immediately
and quickly restart the DMA for a new transfer when the current
one is completed. If the operation is not done quickly there
might be underrun or overrun errors and the data flow is broken.

The dma_reload() just does the minimum operations required, i.e.
programming the new src/dst addresses and transfer size.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
2019-03-18 11:22:19 -05:00
..
adc
aio
audio
bluetooth
can
clock_control
console drivers: console: kconfig: Remove redundant 'depends on UART_MCUMGR' 2019-03-15 07:25:10 -05:00
counter drivers/counter: stm32: Fix time_t usage 2019-03-15 09:26:12 -05:00
crypto
display
dma dma: stm32f4: Add support for dma_reload API specific implementation 2019-03-18 11:22:19 -05:00
entropy
ethernet net: ethernet: Define and use Ethernet frame and datagram size 2019-03-15 06:44:13 -05:00
flash drivers/flash: stm32l4: Prepare for unaligned accesses in flash writes 2019-03-15 06:43:24 -05:00
gpio
hwinfo
i2c
i2s
ieee802154
interrupt_controller
ipm
led drivers: led: lp5562: Fix use of logical or vs bitwise 2019-03-14 17:11:36 -05:00
led_strip
modem
net
neural_net
pci
pinmux
ptp_clock
pwm
rtc
sensor drivers: sensor: Refactor apds9960 to use const config struct 2019-03-15 10:30:53 -05:00
serial
spi
timer drivers/timer/nrf_rtc_timer: Revert recent changes 2019-03-15 07:01:27 -05:00
usb drivers: usb: nrfx: initialize local struct to zero 2019-03-15 09:26:43 -05:00
watchdog drivers: watchdog: Rename CONFIG_WDT_SAM_DISABLE_AT_BOOT in comments 2019-03-15 10:38:46 -05:00
wifi
CMakeLists.txt
Kconfig