aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-05-07 08:34:43 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-05-07 08:34:43 +0000
commitb058a251b800ac85c10019c6123a629bc942eaaf (patch)
treed57ee358f687268980b4bba4f51f48234001cc22 /os/hal/ports/STM32/STM32F4xx/stm32_isr.h
parent0c9f553e4fed400108f90f1504e88d1882c097e6 (diff)
downloadChibiOS-b058a251b800ac85c10019c6123a629bc942eaaf.tar.gz
ChibiOS-b058a251b800ac85c10019c6123a629bc942eaaf.tar.bz2
ChibiOS-b058a251b800ac85c10019c6123a629bc942eaaf.zip
Added support for STM32F413, added ability to handle the TIMPRE bit in the RCC_CFGR register.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12011 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'os/hal/ports/STM32/STM32F4xx/stm32_isr.h')
-rw-r--r--os/hal/ports/STM32/STM32F4xx/stm32_isr.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/ports/STM32/STM32F4xx/stm32_isr.h b/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
index bb53b4418..483c3fedc 100644
--- a/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
+++ b/os/hal/ports/STM32/STM32F4xx/stm32_isr.h
@@ -130,6 +130,12 @@
#define STM32_TIM14_NUMBER 45
/*
+ * LPTIM units.
+ */
+#define STM32_LPTIM1_HANDLER Vector1C4
+
+#define STM32_LPTIM1_NUMBER 97
+/*
* USART units.
*/
#define STM32_USART1_HANDLER VectorD4