aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F3xx
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F3xx')
-rw-r--r--testhal/STM32F3xx/ADC/halconf.h7
-rw-r--r--testhal/STM32F3xx/CAN/halconf.h7
-rw-r--r--testhal/STM32F3xx/EXT/halconf.h7
-rw-r--r--testhal/STM32F3xx/IRQ_STORM/halconf.h7
-rw-r--r--testhal/STM32F3xx/PWM-ICU/halconf.h7
-rw-r--r--testhal/STM32F3xx/SPI/halconf.h7
-rw-r--r--testhal/STM32F3xx/UART/halconf.h7
-rw-r--r--testhal/STM32F3xx/USB_CDC/halconf.h7
8 files changed, 56 insertions, 0 deletions
diff --git a/testhal/STM32F3xx/ADC/halconf.h b/testhal/STM32F3xx/ADC/halconf.h
index 545241783..b3287928a 100644
--- a/testhal/STM32F3xx/ADC/halconf.h
+++ b/testhal/STM32F3xx/ADC/halconf.h
@@ -209,6 +209,13 @@
/**
* @brief Enables an event sources for incoming packets.
*/
+#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__)
+#define MAC_USE_ZERO_COPY FALSE
+#endif
+
+/**
+ * @brief Enables an event sources for incoming packets.
+ */
#if !defined(MAC_USE_EVENTS) || defined(__DOXYGEN__)
#define MAC_USE_EVENTS TRUE
#endif
diff --git a/testhal/STM32F3xx/CAN/halconf.h b/testhal/STM32F3xx/CAN/halconf.h
index 52296c173..9f4eb20d0 100644
--- a/testhal/STM32F3xx/CAN/halconf.h
+++ b/testhal/STM32F3xx/CAN/halconf.h
@@ -209,6 +209,13 @@
/**
* @brief Enables an event sources for incoming packets.
*/
+#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__)
+#define MAC_USE_ZERO_COPY FALSE
+#endif
+
+/**
+ * @brief Enables an event sources for incoming packets.
+ */
#if !defined(MAC_USE_EVENTS) || defined(__DOXYGEN__)
#define MAC_USE_EVENTS TRUE
#endif
diff --git a/testhal/STM32F3xx/EXT/halconf.h b/testhal/STM32F3xx/EXT/halconf.h
index 5a1e5c050..3c0e4218f 100644
--- a/testhal/STM32F3xx/EXT/halconf.h
+++ b/testhal/STM32F3xx/EXT/halconf.h
@@ -209,6 +209,13 @@
/**
* @brief Enables an event sources for incoming packets.
*/
+#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__)
+#define MAC_USE_ZERO_COPY FALSE
+#endif
+
+/**
+ * @brief Enables an event sources for incoming packets.
+ */
#if !defined(MAC_USE_EVENTS) || defined(__DOXYGEN__)
#define MAC_USE_EVENTS TRUE
#endif
diff --git a/testhal/STM32F3xx/IRQ_STORM/halconf.h b/testhal/STM32F3xx/IRQ_STORM/halconf.h
index 4e5a16796..0d5d491ea 100644
--- a/testhal/STM32F3xx/IRQ_STORM/halconf.h
+++ b/testhal/STM32F3xx/IRQ_STORM/halconf.h
@@ -209,6 +209,13 @@
/**
* @brief Enables an event sources for incoming packets.
*/
+#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__)
+#define MAC_USE_ZERO_COPY FALSE
+#endif
+
+/**
+ * @brief Enables an event sources for incoming packets.
+ */
#if !defined(MAC_USE_EVENTS) || defined(__DOXYGEN__)
#define MAC_USE_EVENTS TRUE
#endif
diff --git a/testhal/STM32F3xx/PWM-ICU/halconf.h b/testhal/STM32F3xx/PWM-ICU/halconf.h
index 9e7b5b6fe..4cbbe5fb2 100644
--- a/testhal/STM32F3xx/PWM-ICU/halconf.h
+++ b/testhal/STM32F3xx/PWM-ICU/halconf.h
@@ -209,6 +209,13 @@
/**
* @brief Enables an event sources for incoming packets.
*/
+#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__)
+#define MAC_USE_ZERO_COPY FALSE
+#endif
+
+/**
+ * @brief Enables an event sources for incoming packets.
+ */
#if !defined(MAC_USE_EVENTS) || defined(__DOXYGEN__)
#define MAC_USE_EVENTS TRUE
#endif
diff --git a/testhal/STM32F3xx/SPI/halconf.h b/testhal/STM32F3xx/SPI/halconf.h
index d176ad1a7..526cc590d 100644
--- a/testhal/STM32F3xx/SPI/halconf.h
+++ b/testhal/STM32F3xx/SPI/halconf.h
@@ -209,6 +209,13 @@
/**
* @brief Enables an event sources for incoming packets.
*/
+#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__)
+#define MAC_USE_ZERO_COPY FALSE
+#endif
+
+/**
+ * @brief Enables an event sources for incoming packets.
+ */
#if !defined(MAC_USE_EVENTS) || defined(__DOXYGEN__)
#define MAC_USE_EVENTS TRUE
#endif
diff --git a/testhal/STM32F3xx/UART/halconf.h b/testhal/STM32F3xx/UART/halconf.h
index 55aaa1b4e..8bdf7cfe6 100644
--- a/testhal/STM32F3xx/UART/halconf.h
+++ b/testhal/STM32F3xx/UART/halconf.h
@@ -209,6 +209,13 @@
/**
* @brief Enables an event sources for incoming packets.
*/
+#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__)
+#define MAC_USE_ZERO_COPY FALSE
+#endif
+
+/**
+ * @brief Enables an event sources for incoming packets.
+ */
#if !defined(MAC_USE_EVENTS) || defined(__DOXYGEN__)
#define MAC_USE_EVENTS TRUE
#endif
diff --git a/testhal/STM32F3xx/USB_CDC/halconf.h b/testhal/STM32F3xx/USB_CDC/halconf.h
index 7d1f492f8..bf2f8ab74 100644
--- a/testhal/STM32F3xx/USB_CDC/halconf.h
+++ b/testhal/STM32F3xx/USB_CDC/halconf.h
@@ -209,6 +209,13 @@
/**
* @brief Enables an event sources for incoming packets.
*/
+#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__)
+#define MAC_USE_ZERO_COPY FALSE
+#endif
+
+/**
+ * @brief Enables an event sources for incoming packets.
+ */
#if !defined(MAC_USE_EVENTS) || defined(__DOXYGEN__)
#define MAC_USE_EVENTS TRUE
#endif