From ed084725e90889534beb44573715c2c0b482a627 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 14 Dec 2014 10:29:44 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7586 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h') diff --git a/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h b/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h index ad866ae41..482b6ba11 100644 --- a/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h +++ b/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h @@ -154,3 +154,11 @@ #define STM32_UART_USART1_DMA_PRIORITY 0 #define STM32_UART_USART2_DMA_PRIORITY 0 #define STM32_UART_DMA_ERROR_HOOK(uartp) osalSysHalt("DMA failure") + +/* + * USB driver system settings. + */ +#define STM32_USB_USE_USB1 TRUE +#define STM32_USB_LOW_POWER_ON_SUSPEND FALSE +#define STM32_USB_USB1_HP_IRQ_PRIORITY 2 +#define STM32_USB_USB1_LP_IRQ_PRIORITY 3 -- cgit v1.2.3