[riot-commits] [RIOT-OS/RIOT] 6aa522: cpu/stm32_common: add DMA implementation for F2/F4...
Alexandre Abadie
alexandre.abadie at inria.fr
Tue May 29 23:16:38 CEST 2018
Branch: refs/heads/new_i2c_if
Home: https://github.com/RIOT-OS/RIOT
Commit: 6aa52244374bd6bb59acb3adef5249e095a5d505
https://github.com/RIOT-OS/RIOT/commit/6aa52244374bd6bb59acb3adef5249e095a5d505
Author: Vincent Dupont <vincent at otakeys.com>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
M cpu/stm32_common/cpu_init.c
M cpu/stm32_common/include/periph_cpu_common.h
A cpu/stm32_common/periph/dma.c
M cpu/stm32f2/include/periph_cpu.h
M cpu/stm32f4/include/periph_cpu.h
Log Message:
-----------
cpu/stm32_common: add DMA implementation for F2/F4/F7
Commit: 24f79f1e1d0c198bfe9ad3b6e4a2182e7ea5a1c5
https://github.com/RIOT-OS/RIOT/commit/24f79f1e1d0c198bfe9ad3b6e4a2182e7ea5a1c5
Author: Vincent Dupont <vincent at otakeys.com>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
M cpu/stm32_common/periph/spi.c
Log Message:
-----------
cpu/stm32_common: adapt SPI driver to use DMA
Commit: 66a99e22f4fe3b572c28800de36cebdee65f428d
https://github.com/RIOT-OS/RIOT/commit/66a99e22f4fe3b572c28800de36cebdee65f428d
Author: Vincent Dupont <vincent at otakeys.com>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
M cpu/stm32_common/periph/uart.c
Log Message:
-----------
cpu/stm32_common: adapt UART driver to use DMA
Commit: e21e72066502c7fd33ca41188313e1e1ea25b33b
https://github.com/RIOT-OS/RIOT/commit/e21e72066502c7fd33ca41188313e1e1ea25b33b
Author: Vincent Dupont <vincent at otakeys.com>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
M boards/nucleo144-f413/Makefile.features
M boards/nucleo144-f413/include/periph_conf.h
Log Message:
-----------
boards/nucleo144-f413: adapt board config to use DMA
Commit: 02696a93e740ad0c14af1a7afb462575b538116e
https://github.com/RIOT-OS/RIOT/commit/02696a93e740ad0c14af1a7afb462575b538116e
Author: Vincent Dupont <vincent at otakeys.com>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
A tests/periph_dma/Makefile
A tests/periph_dma/main.c
Log Message:
-----------
tests: add a dummy app to build DMA
Commit: 28de4d5d0166a675d0a8e952f996545946ca36fd
https://github.com/RIOT-OS/RIOT/commit/28de4d5d0166a675d0a8e952f996545946ca36fd
Author: Alexandre Abadie <alexandre.abadie at inria.fr>
Date: 2018-05-29 (Tue, 29 May 2018)
Changed paths:
M boards/nucleo144-f413/Makefile.features
M boards/nucleo144-f413/include/periph_conf.h
M cpu/stm32_common/cpu_init.c
M cpu/stm32_common/include/periph_cpu_common.h
A cpu/stm32_common/periph/dma.c
M cpu/stm32_common/periph/spi.c
M cpu/stm32_common/periph/uart.c
M cpu/stm32f2/include/periph_cpu.h
M cpu/stm32f4/include/periph_cpu.h
A tests/periph_dma/Makefile
A tests/periph_dma/main.c
Log Message:
-----------
Merge pull request #9238 from aabadie/pr/stm32_dma
cpu/stm32-common: Add support for DMA to F2/4/7 [BACKPORT]
Compare: https://github.com/RIOT-OS/RIOT/compare/17891fbfed82...28de4d5d0166
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list