From 51514b134ee5bfca3647647620920747b41eaf3a Mon Sep 17 00:00:00 2001 From: barthess Date: Mon, 7 Sep 2015 22:26:44 +0300 Subject: STM32 testhal. Fixed paths in makefiles --- testhal/STM32/STM32F4xx/FSMC_NAND/.project | 2 +- testhal/STM32/STM32F4xx/FSMC_NAND/Makefile | 1 - testhal/STM32/STM32F4xx/FSMC_NAND/halconf_community.h | 7 +++++++ 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'testhal/STM32/STM32F4xx/FSMC_NAND') diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/.project b/testhal/STM32/STM32F4xx/FSMC_NAND/.project index c141077..63225d6 100644 --- a/testhal/STM32/STM32F4xx/FSMC_NAND/.project +++ b/testhal/STM32/STM32F4xx/FSMC_NAND/.project @@ -32,7 +32,7 @@ os-git 2 - PARENT-5-PROJECT_LOC/os + PARENT-5-PROJECT_LOC/ChibiOS-RT/os diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile b/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile index 485cb7e..cc0dcff 100644 --- a/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile +++ b/testhal/STM32/STM32F4xx/FSMC_NAND/Makefile @@ -81,7 +81,6 @@ PROJECT = ch # Imported source files and paths CHIBIOS = ../../../../../ChibiOS-RT -CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib/ChibiOS-RT CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib # Startup files. include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32f4xx.mk diff --git a/testhal/STM32/STM32F4xx/FSMC_NAND/halconf_community.h b/testhal/STM32/STM32F4xx/FSMC_NAND/halconf_community.h index 5c979fa..bc09065 100644 --- a/testhal/STM32/STM32F4xx/FSMC_NAND/halconf_community.h +++ b/testhal/STM32/STM32F4xx/FSMC_NAND/halconf_community.h @@ -45,6 +45,13 @@ #define HAL_USE_EICU FALSE #endif +/** + * @brief Enables the CRC subsystem. + */ +#if !defined(HAL_USE_CRC) || defined(__DOXYGEN__) +#define HAL_USE_CRC FALSE +#endif + /*===========================================================================*/ /* FSMCNAND driver related settings. */ /*===========================================================================*/ -- cgit v1.2.3