aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-03-16 09:53:11 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-03-16 09:53:11 +0000
commit55475920fd1891307c3fed0e7062c1b95558bec3 (patch)
treeb3e04e4cc7ccf0622a8a220ca194e85825420c80 /os/hal/ports/STM32/STM32F4xx/stm32_isr.h
parentc3f7c51a7d0591c4bbbe6973c19f45185227dc75 (diff)
downloadChibiOS-55475920fd1891307c3fed0e7062c1b95558bec3.tar.gz
ChibiOS-55475920fd1891307c3fed0e7062c1b95558bec3.tar.bz2
ChibiOS-55475920fd1891307c3fed0e7062c1b95558bec3.zip
Fixed bug #471 except USB change.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6774 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx/stm32_isr.h')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/stm32_isr.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_isr.h b/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
index 0e936b3d6..dc7fbd1ab 100644
--- a/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
+++ b/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
@@ -55,6 +55,19 @@
#define STM32_CAN2_SCE_NUMBER 66
/*
+ * I2C units.
+ */
+#define STM32_I2C1_EVENT_HANDLER VectorBC
+#define STM32_I2C1_ERROR_HANDLER VectorC0
+#define STM32_I2C1_EVENT_NUMBER 31
+#define STM32_I2C1_ERROR_NUMBER 32
+
+#define STM32_I2C2_EVENT_HANDLER VectorC4
+#define STM32_I2C2_ERROR_HANDLER VectorC8
+#define STM32_I2C2_EVENT_NUMBER 33
+#define STM32_I2C2_ERROR_NUMBER 34
+
+/*
* OTG units.
*/
#define STM32_OTG1_HANDLER Vector14C
@@ -123,8 +136,16 @@
#define STM32_UART4_NUMBER 52
#define STM32_UART5_NUMBER 53
#define STM32_USART6_NUMBER 71
+
+/*
+ * Ethernet
+ */
+#define ETH_IRQHandler Vector134
+
/** @} */
+
+
/*===========================================================================*/
/* Driver pre-compile time settings. */
/*===========================================================================*/