diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-20 15:13:14 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-02-20 15:13:14 +0000 |
commit | 6a2c26a1dbd4bacc39f4746e27d1b45ba0b2a87a (patch) | |
tree | 03bb862941e7ad86c34cb0f856bccd56631d1905 /testhal/STM32/ADC/mcuconf.h | |
parent | 26d4b6431607f1437a5c51dfee4b8c12d3fb1bc7 (diff) | |
download | ChibiOS-6a2c26a1dbd4bacc39f4746e27d1b45ba0b2a87a.tar.gz ChibiOS-6a2c26a1dbd4bacc39f4746e27d1b45ba0b2a87a.tar.bz2 ChibiOS-6a2c26a1dbd4bacc39f4746e27d1b45ba0b2a87a.zip |
Updated the mcuconf.h file in the STM32 demos to include the USB parameters.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2752 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/ADC/mcuconf.h')
-rw-r--r-- | testhal/STM32/ADC/mcuconf.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testhal/STM32/ADC/mcuconf.h b/testhal/STM32/ADC/mcuconf.h index 4e640b93f..c34557a85 100644 --- a/testhal/STM32/ADC/mcuconf.h +++ b/testhal/STM32/ADC/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
|