diff options
Diffstat (limited to 'testhal')
-rw-r--r-- | testhal/STM32/ADC/halconf.h | 10 | ||||
-rw-r--r-- | testhal/STM32/CAN/halconf.h | 10 | ||||
-rw-r--r-- | testhal/STM32/PWM/halconf.h | 10 | ||||
-rw-r--r-- | testhal/STM32/SPI/halconf.h | 10 | ||||
-rw-r--r-- | testhal/STM32/UART/halconf.h | 10 | ||||
-rw-r--r-- | testhal/STM32/_stess_test/halconf.h | 10 |
6 files changed, 60 insertions, 0 deletions
diff --git a/testhal/STM32/ADC/halconf.h b/testhal/STM32/ADC/halconf.h index af334fb5b..f294f3337 100644 --- a/testhal/STM32/ADC/halconf.h +++ b/testhal/STM32/ADC/halconf.h @@ -62,6 +62,11 @@ #define CH_HAL_USE_ADC TRUE
#endif
+/*
+ * Default ADC settings overrides (uncomment to override).
+ */
+/*#define ADC_USE_WAIT TRUE*/
+
/*===========================================================================*/
/* CAN driver related settings. */
/*===========================================================================*/
@@ -73,6 +78,11 @@ #define CH_HAL_USE_CAN FALSE
#endif
+/*
+ * Default CAN settings overrides (uncomment to override).
+ */
+/*#define CAN_USE_SLEEP_MODE TRUE*/
+
/*===========================================================================*/
/* MAC driver related settings. */
/*===========================================================================*/
diff --git a/testhal/STM32/CAN/halconf.h b/testhal/STM32/CAN/halconf.h index 2c4df98dd..3f39e210a 100644 --- a/testhal/STM32/CAN/halconf.h +++ b/testhal/STM32/CAN/halconf.h @@ -62,6 +62,11 @@ #define CH_HAL_USE_ADC FALSE
#endif
+/*
+ * Default ADC settings overrides (uncomment to override).
+ */
+/*#define ADC_USE_WAIT TRUE*/
+
/*===========================================================================*/
/* CAN driver related settings. */
/*===========================================================================*/
@@ -73,6 +78,11 @@ #define CH_HAL_USE_CAN TRUE
#endif
+/*
+ * Default CAN settings overrides (uncomment to override).
+ */
+/*#define CAN_USE_SLEEP_MODE TRUE*/
+
/*===========================================================================*/
/* MAC driver related settings. */
/*===========================================================================*/
diff --git a/testhal/STM32/PWM/halconf.h b/testhal/STM32/PWM/halconf.h index 86a282617..f986170cf 100644 --- a/testhal/STM32/PWM/halconf.h +++ b/testhal/STM32/PWM/halconf.h @@ -62,6 +62,11 @@ #define CH_HAL_USE_ADC FALSE
#endif
+/*
+ * Default ADC settings overrides (uncomment to override).
+ */
+/*#define ADC_USE_WAIT TRUE*/
+
/*===========================================================================*/
/* CAN driver related settings. */
/*===========================================================================*/
@@ -73,6 +78,11 @@ #define CH_HAL_USE_CAN FALSE
#endif
+/*
+ * Default CAN settings overrides (uncomment to override).
+ */
+/*#define CAN_USE_SLEEP_MODE TRUE*/
+
/*===========================================================================*/
/* MAC driver related settings. */
/*===========================================================================*/
diff --git a/testhal/STM32/SPI/halconf.h b/testhal/STM32/SPI/halconf.h index 64252c967..598a2d7ac 100644 --- a/testhal/STM32/SPI/halconf.h +++ b/testhal/STM32/SPI/halconf.h @@ -62,6 +62,11 @@ #define CH_HAL_USE_ADC FALSE
#endif
+/*
+ * Default ADC settings overrides (uncomment to override).
+ */
+/*#define ADC_USE_WAIT TRUE*/
+
/*===========================================================================*/
/* CAN driver related settings. */
/*===========================================================================*/
@@ -73,6 +78,11 @@ #define CH_HAL_USE_CAN FALSE
#endif
+/*
+ * Default CAN settings overrides (uncomment to override).
+ */
+/*#define CAN_USE_SLEEP_MODE TRUE*/
+
/*===========================================================================*/
/* MAC driver related settings. */
/*===========================================================================*/
diff --git a/testhal/STM32/UART/halconf.h b/testhal/STM32/UART/halconf.h index f317ce69a..00efb23b2 100644 --- a/testhal/STM32/UART/halconf.h +++ b/testhal/STM32/UART/halconf.h @@ -62,6 +62,11 @@ #define CH_HAL_USE_ADC FALSE
#endif
+/*
+ * Default ADC settings overrides (uncomment to override).
+ */
+/*#define ADC_USE_WAIT TRUE*/
+
/*===========================================================================*/
/* CAN driver related settings. */
/*===========================================================================*/
@@ -73,6 +78,11 @@ #define CH_HAL_USE_CAN FALSE
#endif
+/*
+ * Default CAN settings overrides (uncomment to override).
+ */
+/*#define CAN_USE_SLEEP_MODE TRUE*/
+
/*===========================================================================*/
/* MAC driver related settings. */
/*===========================================================================*/
diff --git a/testhal/STM32/_stess_test/halconf.h b/testhal/STM32/_stess_test/halconf.h index 9d1c16bca..c2d7102f1 100644 --- a/testhal/STM32/_stess_test/halconf.h +++ b/testhal/STM32/_stess_test/halconf.h @@ -62,6 +62,11 @@ #define CH_HAL_USE_ADC TRUE
#endif
+/*
+ * Default ADC settings overrides (uncomment to override).
+ */
+/*#define ADC_USE_WAIT TRUE*/
+
/*===========================================================================*/
/* CAN driver related settings. */
/*===========================================================================*/
@@ -73,6 +78,11 @@ #define CH_HAL_USE_CAN TRUE
#endif
+/*
+ * Default CAN settings overrides (uncomment to override).
+ */
+/*#define CAN_USE_SLEEP_MODE TRUE*/
+
/*===========================================================================*/
/* MAC driver related settings. */
/*===========================================================================*/
|