aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/USB_CDC/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/USB_CDC/mcuconf.h')
-rw-r--r--testhal/STM32/USB_CDC/mcuconf.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/testhal/STM32/USB_CDC/mcuconf.h b/testhal/STM32/USB_CDC/mcuconf.h
index 4e640b93f..c34557a85 100644
--- a/testhal/STM32/USB_CDC/mcuconf.h
+++ b/testhal/STM32/USB_CDC/mcuconf.h
@@ -118,3 +118,11 @@
#define STM32_UART_USART1_DMA_ERROR_HOOK() chSysHalt()
#define STM32_UART_USART2_DMA_ERROR_HOOK() chSysHalt()
#define STM32_UART_USART3_DMA_ERROR_HOOK() chSysHalt()
+
+/*
+ * 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 6
+#define STM32_USB_USB1_LP_IRQ_PRIORITY 14