diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-12 13:33:12 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-09-12 13:33:12 +0000 |
commit | 232ae706e91fb0113591dab7116965c7c2b09351 (patch) | |
tree | 0678c9f172f87085b8f4e13b5274ac34c0d12430 /testhal/STM32F4xx/SPI | |
parent | 7404ce9c286b2a6076d4e8a290b6276ce422cc38 (diff) | |
download | ChibiOS-232ae706e91fb0113591dab7116965c7c2b09351.tar.gz ChibiOS-232ae706e91fb0113591dab7116965c7c2b09351.tar.bz2 ChibiOS-232ae706e91fb0113591dab7116965c7c2b09351.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6295 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/SPI')
-rw-r--r-- | testhal/STM32F4xx/SPI/mcuconf.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/SPI/mcuconf.h b/testhal/STM32F4xx/SPI/mcuconf.h index 26d037dd9..6e49d3242 100644 --- a/testhal/STM32F4xx/SPI/mcuconf.h +++ b/testhal/STM32F4xx/SPI/mcuconf.h @@ -239,6 +239,12 @@ #define STM32_SPI_DMA_ERROR_HOOK(spip) osalSysHalt("DMA failure")
/*
+/*
+ * ST driver system settings.
+ */
+#define STM32_ST_IRQ_PRIORITY 8
+#define STM32_ST_USE_TIMER 2
+
* UART driver system settings.
*/
#define STM32_UART_USE_USART1 FALSE
|