aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/RTC_FATTIME/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-02 10:35:45 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-02 10:35:45 +0000
commit097062ca3be263bac3906c4b23d56ca765504ba8 (patch)
tree4d0ed87ba6bfe290ba317d0fbd6b569689a96149 /testhal/STM32F4xx/RTC_FATTIME/halconf.h
parent61fda37031e648dcf9650ccec07d01f27b889102 (diff)
downloadChibiOS-097062ca3be263bac3906c4b23d56ca765504ba8.tar.gz
ChibiOS-097062ca3be263bac3906c4b23d56ca765504ba8.tar.bz2
ChibiOS-097062ca3be263bac3906c4b23d56ca765504ba8.zip
Removed obsolete options from the haconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5101 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/RTC_FATTIME/halconf.h')
-rwxr-xr-xtesthal/STM32F4xx/RTC_FATTIME/halconf.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/testhal/STM32F4xx/RTC_FATTIME/halconf.h b/testhal/STM32F4xx/RTC_FATTIME/halconf.h
index 0914de6e4..a26416b0a 100755
--- a/testhal/STM32F4xx/RTC_FATTIME/halconf.h
+++ b/testhal/STM32F4xx/RTC_FATTIME/halconf.h
@@ -218,13 +218,6 @@
/*===========================================================================*/
/**
- * @brief Block size for MMC transfers.
- */
-#if !defined(MMC_SECTOR_SIZE) || defined(__DOXYGEN__)
-#define MMC_SECTOR_SIZE 512
-#endif
-
-/**
* @brief Delays insertions.
* @details If enabled this options inserts delays into the MMC waiting
* routines releasing some extra CPU time for the threads with
@@ -236,32 +229,6 @@
#define MMC_NICE_WAITING TRUE
#endif
-/**
- * @brief Number of positive insertion queries before generating the
- * insertion event.
- */
-#if !defined(MMC_POLLING_INTERVAL) || defined(__DOXYGEN__)
-#define MMC_POLLING_INTERVAL 10
-#endif
-
-/**
- * @brief Interval, in milliseconds, between insertion queries.
- */
-#if !defined(MMC_POLLING_DELAY) || defined(__DOXYGEN__)
-#define MMC_POLLING_DELAY 10
-#endif
-
-/**
- * @brief Uses the SPI polled API for small data transfers.
- * @details Polled transfers usually improve performance because it
- * saves two context switches and interrupt servicing. Note
- * that this option has no effect on large transfers which
- * are always performed using DMAs/IRQs.
- */
-#if !defined(MMC_USE_SPI_POLLING) || defined(__DOXYGEN__)
-#define MMC_USE_SPI_POLLING TRUE
-#endif
-
/*===========================================================================*/
/* SDC driver related settings. */
/*===========================================================================*/