aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/STM32/STM32L1xx/stm32_isr.h
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-13 12:46:36 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-05-13 12:46:36 +0000
commit90a2b166cbcb5ca9a9110d579de30dac804e2f12 (patch)
treec7e8ced6f593df2dd14092bc712c16bb344a1ec4 /os/hal/ports/STM32/STM32L1xx/stm32_isr.h
parent5ea09ccb8f302e4f5017edd1889521cd3c94be56 (diff)
downloadChibiOS-90a2b166cbcb5ca9a9110d579de30dac804e2f12.tar.gz
ChibiOS-90a2b166cbcb5ca9a9110d579de30dac804e2f12.tar.bz2
ChibiOS-90a2b166cbcb5ca9a9110d579de30dac804e2f12.zip
Added support for UART4 and UART5 in STM32L1xx Category 5 devices
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9476 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports/STM32/STM32L1xx/stm32_isr.h')
-rw-r--r--os/hal/ports/STM32/STM32L1xx/stm32_isr.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L1xx/stm32_isr.h b/os/hal/ports/STM32/STM32L1xx/stm32_isr.h
index c36a430d2..7275c3a4f 100644
--- a/os/hal/ports/STM32/STM32L1xx/stm32_isr.h
+++ b/os/hal/ports/STM32/STM32L1xx/stm32_isr.h
@@ -75,11 +75,14 @@
#define STM32_USART1_HANDLER VectorD4
#define STM32_USART2_HANDLER VectorD8
#define STM32_USART3_HANDLER VectorDC
+#define STM32_UART4_HANDLER Vector100
+#define STM32_UART5_HANDLER Vector105
#define STM32_USART1_NUMBER 37
#define STM32_USART2_NUMBER 38
#define STM32_USART3_NUMBER 39
-
+#define STM32_UART4_NUMBER 48
+#define STM32_UART5_NUMBER 49
/*
* USB units.
*/