diff options
author | barthess <barthess@yandex.ru> | 2015-06-30 23:53:35 +0300 |
---|---|---|
committer | barthess <barthess@yandex.ru> | 2015-06-30 23:53:35 +0300 |
commit | 95da8798dd924b6eceb60c41f26d262d83799acb (patch) | |
tree | 1ead083c27d7e06cbd355bbe31e73ed294209ca9 /testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile | |
parent | b7175b45107d5b0677266c8d4eb0c49e4cc2ca0b (diff) | |
download | ChibiOS-Contrib-95da8798dd924b6eceb60c41f26d262d83799acb.tar.gz ChibiOS-Contrib-95da8798dd924b6eceb60c41f26d262d83799acb.tar.bz2 ChibiOS-Contrib-95da8798dd924b6eceb60c41f26d262d83799acb.zip |
Added SDRAM teshtal. Not tested in hardware
Diffstat (limited to 'testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile')
-rw-r--r-- | testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile b/testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile index 0a2e1c8..2cc9d5a 100644 --- a/testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile +++ b/testhal/STM32/STM32F4xx/FSMC_SDRAM/Makefile @@ -107,11 +107,14 @@ CSRC = $(STARTUPSRC) \ $(PLATFORMSRC) \ $(BOARDSRC) \ $(TESTSRC) \ - main.c + main.c \ + memcpy_dma.c \ + membench.c # C++ sources that can be compiled in ARM or THUMB mode depending on the global # setting. -CPPSRC = +CPPSRC = $(CHCPPSRC) \ + $(CHIBIOS)/community/os/various/memtest.cpp # C sources to be compiled in ARM mode regardless of the global setting. # NOTE: Mixing ARM and THUMB mode enables the -mthumb-interwork compiler |