aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F0xx/crc/halconf_community.h
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2018-03-08 20:14:13 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2018-03-08 20:14:13 +0100
commitae7a4d40b84d8afc999691577210696f16e682f6 (patch)
treebc7d2dbfeeb6961018da845454232a6d641fcc04 /testhal/STM32/STM32F0xx/crc/halconf_community.h
parent32f792087ac05ef8e2c1bafbe5fdaf0f44c302f7 (diff)
downloadChibiOS-Contrib-ae7a4d40b84d8afc999691577210696f16e682f6.tar.gz
ChibiOS-Contrib-ae7a4d40b84d8afc999691577210696f16e682f6.tar.bz2
ChibiOS-Contrib-ae7a4d40b84d8afc999691577210696f16e682f6.zip
Fixes for STM32F0 testhal
Diffstat (limited to 'testhal/STM32/STM32F0xx/crc/halconf_community.h')
-rw-r--r--testhal/STM32/STM32F0xx/crc/halconf_community.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/testhal/STM32/STM32F0xx/crc/halconf_community.h b/testhal/STM32/STM32F0xx/crc/halconf_community.h
index 31ac01e..1f45ee5 100644
--- a/testhal/STM32/STM32F0xx/crc/halconf_community.h
+++ b/testhal/STM32/STM32F0xx/crc/halconf_community.h
@@ -93,26 +93,6 @@
*/
#define ONEWIRE_USE_SEARCH_ROM TRUE
-/*===========================================================================*/
-/* CRC driver settings. */
-/*===========================================================================*/
-
-/**
- * @brief Enables DMA engine when performing CRC transactions.
- * @note Enabling this option also enables asynchronous API.
- */
-#if !defined(CRC_USE_DMA) || defined(__DOXYGEN__)
-#define CRC_USE_DMA FALSE
-#endif
-
-/**
- * @brief Enables the @p crcAcquireUnit() and @p crcReleaseUnit() APIs.
- * @note Disabling this option saves both code and data space.
- */
-#if !defined(CRC_USE_MUTUAL_EXCLUSION) || defined(__DOXYGEN__)
-#define CRC_USE_MUTUAL_EXCLUSION TRUE
-#endif
-
#endif /* HALCONF_COMMUNITY_H */
/** @} */