Adding DMA ownership for ADC, LED STRIP, USART and MOTOR
commit8dc3bee80d1b16a315651dcd79313a68b4952c87
authorblckmn <j@blck.mn>
Tue, 8 Nov 2016 02:47:37 +0000 (8 13:47 +1100)
committerblckmn <j@blck.mn>
Tue, 8 Nov 2016 02:47:37 +0000 (8 13:47 +1100)
tree918e4edd0375d7114f8f218424aa19797925e494
parent9ec798a6f5a52b585be365e331d125f708d568e8
Adding DMA ownership for ADC, LED STRIP, USART and MOTOR
23 files changed:
src/main/drivers/adc_impl.h
src/main/drivers/adc_stm32f10x.c
src/main/drivers/adc_stm32f30x.c
src/main/drivers/adc_stm32f4xx.c
src/main/drivers/adc_stm32f7xx.c
src/main/drivers/dma.c
src/main/drivers/dma.h
src/main/drivers/dma_stm32f4xx.c
src/main/drivers/dma_stm32f7xx.c
src/main/drivers/io.c
src/main/drivers/light_ws2811strip_hal.c
src/main/drivers/light_ws2811strip_stm32f10x.c
src/main/drivers/light_ws2811strip_stm32f30x.c
src/main/drivers/light_ws2811strip_stm32f4xx.c
src/main/drivers/pwm_output_stm32f3xx.c
src/main/drivers/pwm_output_stm32f4xx.c
src/main/drivers/pwm_output_stm32f7xx.c
src/main/drivers/resource.h
src/main/drivers/serial_uart_stm32f10x.c
src/main/drivers/serial_uart_stm32f30x.c
src/main/drivers/serial_uart_stm32f4xx.c
src/main/io/serial_cli.c
src/main/main.c