From 849c7af120b4dd015a590f95b900d794e319eab7 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 5 Oct 2014 09:05:07 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7363 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F1xx/USB_CDC_F107/mcuconf.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testhal/STM32/STM32F1xx/USB_CDC_F107/mcuconf.h') diff --git a/testhal/STM32/STM32F1xx/USB_CDC_F107/mcuconf.h b/testhal/STM32/STM32F1xx/USB_CDC_F107/mcuconf.h index 9175f0851..0f62e848b 100644 --- a/testhal/STM32/STM32F1xx/USB_CDC_F107/mcuconf.h +++ b/testhal/STM32/STM32F1xx/USB_CDC_F107/mcuconf.h @@ -182,6 +182,12 @@ #define STM32_SPI_SPI3_IRQ_PRIORITY 10 #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. */ -- cgit v1.2.3