From 7ac7d41b203681068a8ccd076a7f99bfac0e13f0 Mon Sep 17 00:00:00 2001 From: barthess Date: Wed, 25 Feb 2015 23:02:05 +0300 Subject: FSMC_SRAM haltest. Added memcpy over DMA speed test --- testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile') diff --git a/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile b/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile index 7ae1c80..33fc717 100644 --- a/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile +++ b/testhal/STM32/STM32F4xx/FSMC_SRAM/Makefile @@ -101,7 +101,8 @@ CSRC = $(PORTSRC) \ $(PLATFORMSRC) \ $(BOARDSRC) \ main.c \ - membench.c + membench.c \ + memcpy_dma.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -- cgit v1.2.3