aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32F1xx
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 13:22:15 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-11-01 13:22:15 +0000
commit96f976382d7b94911dac7bea9477b3e2bc560408 (patch)
tree28d98d7249a66d399400f0b90d34bdd8665cd8b2 /os/hal/ports/STM32/STM32F1xx
parent55f399caf7e95a657a956e8ecc6110f9be306682 (diff)
downloadChibiOS-96f976382d7b94911dac7bea9477b3e2bc560408.tar.gz
ChibiOS-96f976382d7b94911dac7bea9477b3e2bc560408.tar.bz2
ChibiOS-96f976382d7b94911dac7bea9477b3e2bc560408.zip
RTCv1. Driver ported to ChibiOS-3.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7442 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32F1xx')
-rw-r--r--os/hal/ports/STM32/STM32F1xx/stm32_isr.h7
1 files changed, 7 insertions, 0 deletions
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
/** @} */
/*===========================================================================*/