diff options
author | bnewbold <bnewbold@robocracy.org> | 2015-03-03 00:00:40 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2015-03-03 00:15:30 -0800 |
commit | 4f09c7ff0cd1644e6e638e8746d519d021735356 (patch) | |
tree | ef3562d354b82f6dc0642e18b9c395bc6ec5ad1b /libmaple/stm32f2-f4/vector_table.S | |
parent | ff3d197c123b85bb51bc2b930b4649124fe4bb54 (diff) | |
download | librambutan-4f09c7ff0cd1644e6e638e8746d519d021735356.tar.gz librambutan-4f09c7ff0cd1644e6e638e8746d519d021735356.zip |
stm32f4: add F4-specific IRQ entries
Perhaps these should be in F4-specific files instead of the shared F2-F4
files?
Diffstat (limited to 'libmaple/stm32f2-f4/vector_table.S')
-rw-r--r-- | libmaple/stm32f2-f4/vector_table.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmaple/stm32f2-f4/vector_table.S b/libmaple/stm32f2-f4/vector_table.S index 147e516..752503b 100644 --- a/libmaple/stm32f2-f4/vector_table.S +++ b/libmaple/stm32f2-f4/vector_table.S @@ -131,5 +131,8 @@ __stm32_vector_table: .long __irq_dcmi .long __irq_cryp .long __irq_hash_rng +/* STM32F4-specific */ + .long __irq_fpu + .long __irq_spi4 .size __stm32_vector_table, . - __stm32_vector_table |