From 96f976382d7b94911dac7bea9477b3e2bc560408 Mon Sep 17 00:00:00 2001 From: barthess Date: Sat, 1 Nov 2014 13:22:15 +0000 Subject: RTCv1. Driver ported to ChibiOS-3. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7442 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F1xx/stm32_isr.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'os/hal/ports/STM32/STM32F1xx') diff --git a/os/hal/ports/STM32/STM32F1xx/stm32_isr.h b/os/hal/ports/STM32/STM32F1xx/stm32_isr.h index c0c3a84f8..092df2a70 100644 --- a/os/hal/ports/STM32/STM32F1xx/stm32_isr.h +++ b/os/hal/ports/STM32/STM32F1xx/stm32_isr.h @@ -129,6 +129,13 @@ #define STM32_USB1_HP_NUMBER 19 #define STM32_USB1_LP_NUMBER 20 + +/* + * RTC unit + */ +#define STM32_RTC1_HANDLER Vector4C + +#define STM32_RTC1_NUMBER 3 /** @} */ /*===========================================================================*/ -- cgit v1.2.3