-
- Downloads
Merge pull request #7658 from OTAkeys/pr/stm32_dma
cpu/stm32_common: add DMA implementation for F2/F4/F7
Showing
- boards/nucleo144-f413/Makefile.features 1 addition, 0 deletionsboards/nucleo144-f413/Makefile.features
- boards/nucleo144-f413/include/periph_conf.h 39 additions, 10 deletionsboards/nucleo144-f413/include/periph_conf.h
- cpu/stm32_common/cpu_init.c 6 additions, 0 deletionscpu/stm32_common/cpu_init.c
- cpu/stm32_common/include/periph_cpu_common.h 293 additions, 2 deletionscpu/stm32_common/include/periph_cpu_common.h
- cpu/stm32_common/periph/dma.c 306 additions, 0 deletionscpu/stm32_common/periph/dma.c
- cpu/stm32_common/periph/spi.c 79 additions, 16 deletionscpu/stm32_common/periph/spi.c
- cpu/stm32_common/periph/uart.c 59 additions, 11 deletionscpu/stm32_common/periph/uart.c
- cpu/stm32f2/include/periph_cpu.h 0 additions, 95 deletionscpu/stm32f2/include/periph_cpu.h
- cpu/stm32f4/include/periph_cpu.h 0 additions, 92 deletionscpu/stm32f4/include/periph_cpu.h
- tests/periph_dma/Makefile 5 additions, 0 deletionstests/periph_dma/Makefile
- tests/periph_dma/main.c 27 additions, 0 deletionstests/periph_dma/main.c
Loading
Please register or sign in to comment