diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-28 10:41:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-12-28 10:41:04 +0000 |
commit | 17d265e3bac954e0e934bc528afa8de1ba1f1b60 (patch) | |
tree | 1f86172be74df26b778e27a4080c02489a318077 /testhal/STM32F4xx/SPI | |
parent | d38b79b7b219b9d1e7ae9dda74413edd956fa038 (diff) | |
download | ChibiOS-17d265e3bac954e0e934bc528afa8de1ba1f1b60.tar.gz ChibiOS-17d265e3bac954e0e934bc528afa8de1ba1f1b60.tar.bz2 ChibiOS-17d265e3bac954e0e934bc528afa8de1ba1f1b60.zip |
Fixed bug 3598720.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4982 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/SPI')
-rw-r--r-- | testhal/STM32F4xx/SPI/mcuconf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/SPI/mcuconf.h b/testhal/STM32F4xx/SPI/mcuconf.h index feab35c2b..7801901c8 100644 --- a/testhal/STM32F4xx/SPI/mcuconf.h +++ b/testhal/STM32F4xx/SPI/mcuconf.h @@ -164,6 +164,17 @@ #define STM32_ICU_TIM8_IRQ_PRIORITY 7
/*
+ * MAC driver system settings.
+ */
+#define STM32_MAC_TRANSMIT_BUFFERS 2
+#define STM32_MAC_RECEIVE_BUFFERS 4
+#define STM32_MAC_BUFFERS_SIZE 1522
+#define STM32_MAC_PHY_TIMEOUT 100
+#define STM32_MAC_ETH1_CHANGE_PHY_STATE TRUE
+#define STM32_MAC_ETH1_IRQ_PRIORITY 13
+#define STM32_MAC_IP_CHECKSUM_OFFLOAD 0
+
+/*
* PWM driver system settings.
*/
#define STM32_PWM_USE_ADVANCED FALSE
|