From 972c282b7fc8b1458326616180d414c708ae3691 Mon Sep 17 00:00:00 2001
From: Giovanni Di Sirio <gdisirio@gmail.com>
Date: Thu, 23 Nov 2017 13:40:01 +0000
Subject: Mass update of all chconf.h files with new options.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11070 35acf78f-673a-0410-8e92-d51de3d6d3f4
---
 testhal/STM32/STM32F37x/SPI/chconf.h | 12 ++++++++++++
 1 file changed, 12 insertions(+)

(limited to 'testhal/STM32/STM32F37x/SPI')

diff --git a/testhal/STM32/STM32F37x/SPI/chconf.h b/testhal/STM32/STM32F37x/SPI/chconf.h
index f740cd23c..d90c5519f 100644
--- a/testhal/STM32/STM32F37x/SPI/chconf.h
+++ b/testhal/STM32/STM32F37x/SPI/chconf.h
@@ -51,6 +51,18 @@
  */
 #define CH_CFG_ST_FREQUENCY                 10000
 
+/**
+ * @brief   Time intervals data size.
+ * @note    Allowed values are 16, 32 or 64 bits.
+ */
+#define CH_CFG_INTERVALS_SIZE               32
+
+/**
+ * @brief   Time types data size.
+ * @note    Allowed values are 16 or 32 bits.
+ */
+#define CH_CFG_TIME_TYPES_SIZE              32
+
 /**
  * @brief   Time delta constant for the tick-less mode.
  * @note    If this value is zero then the system uses the classic
-- 
cgit v1.2.3