zephyr/drivers
Kumar Gala 6d1a32a60d drivers: dma: stm32: Fix compiler warning
When building the i2s tests on 96b_argonkey we get the following
warnings:

drivers/dma/dma_stm32.c: In function 'dma_stm32_configure':
drivers/dma/dma_stm32.c:181:2: error: 'periph_addr_adj' may be used
  uninitialized in this function [-Werror=maybe-uninitialized]
  181 |  switch (increment) {
      |  ^~~~~~
drivers/dma/dma_stm32.c:161:2: error: 'memory_addr_adj' may be used
   uninitialized in this function [-Werror=maybe-uninitialized]
  161 |  switch (increment) {
      |  ^~~~~~

Fix by initialzing periph_addr_adj and memory_addr_adj to 0.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-02-04 15:49:48 -06:00
..
adc adc: provide API to help with conversions 2020-02-03 16:26:51 +01:00
audio
bluetooth
can drivers: can: stm32: Support CAN_2 interface 2020-01-30 14:27:28 -05:00
clock_control soc: arm: nordic_nrf: nrf52: Add workaround for anomaly 132 2020-01-29 15:38:55 +01:00
console console: uart: Ifdef an include 2020-01-28 14:02:54 -05:00
counter drivers: counter: add counter_get_value(), deprecate counter_read() 2020-01-28 12:52:46 -05:00
crypto
display drivers: display: add support for GD7965 display controller 2020-01-31 11:37:35 -05:00
dma drivers: dma: stm32: Fix compiler warning 2020-02-04 15:49:48 -06:00
eeprom
entropy global: Fix up leading/trailing blank lines in files 2020-01-27 17:41:55 -06:00
espi drivers: espi: xec: Allow to intercept eSPI host suspend/reset warnings 2020-01-28 20:13:36 +02:00
ethernet drivers: ethernet: Set the context iface ptr to main interface 2020-01-30 09:42:07 +02:00
flash drivers/flash: stm32: Fix faulty register access 2020-01-29 15:14:22 -06:00
gpio drivers: gpio: Add samv71 defines 2020-02-04 13:56:42 -05:00
hwinfo
i2c
i2s
ieee802154 drivers: ieee802154: rf2xx: Enable sub-GHz L2 conditionally 2020-02-04 15:49:35 -06:00
interrupt_controller intel_s1000: various fixes for build errors 2020-01-31 14:51:37 -05:00
ipm
kscan drivers: kscan: Introduce ft5336 touch panel driver 2020-02-01 08:50:16 -05:00
led
led_strip
lora drivers: lora: sx1276: Added support for RSSI and SNR in recv 2020-01-28 17:28:26 -05:00
modem drivers: modem: ublox-sara-r4: Rework offloading mechanism 2020-01-31 11:36:02 -05:00
net drivers: modem: Implement uart_pipe interface for GSM modem 2020-01-28 12:44:17 +02:00
neural_net
pcie
pinmux drivers: pinmux: stm32f4: add CAN_2 pins 2020-01-30 14:27:28 -05:00
ps2
ptp_clock
pwm
sensor treewide: use full path to sensor.h header 2020-01-26 17:52:12 +01:00
serial drivers: sam: UART async API change timeout to signed value. 2020-01-29 19:37:31 +01:00
spi drivers: spi: sam: Add support to samv71 soc 2020-02-04 14:55:45 -05:00
timer riscv_machine_timer: optimize MTIME/MTIMECMP registers access in riscv64 2020-02-04 17:42:48 +02:00
usb drivers: usb: sam: Add support to samv71 soc 2020-02-04 14:02:59 -05:00
video
watchdog drivers/watchdog: Add support for SiLabs Gecko Watchdog 2020-02-03 11:25:40 -08:00
wifi drivers: wifi: eswifi: Rework offloading mechanism 2020-01-31 11:36:02 -05:00
CMakeLists.txt
Kconfig